blob: 33459f5e2243d060de82a09b3b6c668f67ea61a7 [file] [log] [blame]
/***********************************************************************************************************************
* Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. All rights reserved. This program and the accompanying
* materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: August Georg Schmidt (brox IT Solutions GmbH) - initial API and implementation
**********************************************************************************************************************/
package org.eclipse.smila.search.tools.enginedata;
public class DRapidDeployer {
private byte[] _plugin;
public DRapidDeployer() {
}
public byte[] getPlugin() {
return _plugin;
}
public void setPlugin(byte[] plugin) {
this._plugin = plugin;
}
}