Interface ISpaceImmutable
public interface ISpaceImmutable
An interface for spaces from the database that should not be altered.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the description for this space.Return the identifier for this space.Return the code for this space.booleanReturn true if the space exists in the database.
-
Method Details
-
getSpaceCode
String getSpaceCode()Return the code for this space. -
getDescription
String getDescription()Return the description for this space. -
isExistingSpace
boolean isExistingSpace()Return true if the space exists in the database. -
getIdentifier
String getIdentifier()Return the identifier for this space.
-