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.
|
Method Summary |
java.lang.String |
getName()
Returns the name of this place. |
boolean |
isEnabled()
Returns the Configuration Layer status of the Place object. |
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.