public interface PlatformDeployable
| Modifier and Type | Method and Description | 
|---|---|
| Platform | getPlatform()Returns the Platform to which this object can be deployed. | 
| void | setPlatform(Platform platform)Sets the Platform to which this object can be deployed | 
Platform getPlatform()
void setPlatform(Platform platform)
platform - should be a reference to an instance returned from the
 PlatformRegistry.