jadex.application.space.envsupport.environment
Interface ISpaceObject

All Superinterfaces:
IPropertyObject, ITypedPropertyObject
All Known Implementing Classes:
SpaceObject

public interface ISpaceObject
extends ITypedPropertyObject

Interface for a space object.


Field Summary
static String PROPERTY_OWNER
          The owner property.
 
Method Summary
 Object getId()
          Get the objects id.
 String getType()
          Returns the type of the object.
 
Methods inherited from interface jadex.commons.meta.ITypedPropertyObject
getMetaData, getMetaDatas
 
Methods inherited from interface jadex.commons.IPropertyObject
getProperty, getPropertyNames, hasProperty, setProperty
 

Field Detail

PROPERTY_OWNER

static final String PROPERTY_OWNER
The owner property.

See Also:
Constant Field Values
Method Detail

getId

Object getId()
Get the objects id.

Returns:
The object id.

getType

String getType()
Returns the type of the object.

Returns:
the type


Copyright © 2010. All Rights Reserved.