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.String
PROPERTY_OWNER
The owner property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getId()
Get the objects id.java.lang.String
getType()
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
-
-