Interface ISpaceObject
- 
- All Superinterfaces:
 IPropertyObject,ITypedPropertyObject
- All Known Implementing Classes:
 SpaceObject
public interface ISpaceObject extends ITypedPropertyObject
Interface for a space object. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_OWNERThe owner property. 
- 
Method Summary
All 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.IPropertyObject
getProperty, getPropertyNames, hasProperty, setProperty 
- 
Methods inherited from interface jadex.commons.meta.ITypedPropertyObject
getMetaData, getMetaDatas 
 - 
 
 - 
 
- 
- 
Field Detail
- 
PROPERTY_OWNER
static final java.lang.String PROPERTY_OWNER
The owner property.- See Also:
 - Constant Field Values
 
 
 - 
 
 -