Interface ISpaceObject
- 
- All Superinterfaces:
- IPropertyObject,- ITypedPropertyObject
 - All Known Implementing Classes:
- SpaceObject
 
 public interface ISpaceObject extends ITypedPropertyObject Interface for a space object.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPROPERTY_OWNERThe owner property.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetId()Get the objects id.java.lang.StringgetType()Returns the type of the object.- 
Methods inherited from interface jadex.commons.IPropertyObjectgetProperty, getPropertyNames, hasProperty, setProperty
 - 
Methods inherited from interface jadex.commons.meta.ITypedPropertyObjectgetMetaData, getMetaDatas
 
- 
 
- 
- 
- 
Field Detail- 
PROPERTY_OWNERstatic final java.lang.String PROPERTY_OWNER The owner property.- See Also:
- Constant Field Values
 
 
- 
 
-