com.genesyslab.ail
Interface PlaceSummary

All Superinterfaces:
IdObject

public interface PlaceSummary
extends IdObject

Summary information about a place. Summary objects are intended for getting quickly a list of objects without fully downloading each object.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject
IdObject.ObjectType
 
Method Summary
 java.lang.String getName()
          Returns the name of this place.
 boolean isEnabled()
          Returns the Configuration Layer status of the Place object.
 
Methods inherited from interface com.genesyslab.ail.IdObject
getId, getObjectType
 

Method Detail

getName

java.lang.String getName()
Returns the name of this place.


isEnabled

boolean isEnabled()
Returns the Configuration Layer status of the Place object.

Returns:
true if the Place object is enabled in the Configuration Layer.