Interface ISpaceImmutable
-
public interface ISpaceImmutable
An interface for spaces from the database that should not be altered.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
Return the description for this space.java.lang.String
getIdentifier()
Return the identifier for this space.java.lang.String
getSpaceCode()
Return the code for this space.boolean
isExistingSpace()
Return true if the space exists in the database.
-
-
-
Method Detail
-
getSpaceCode
java.lang.String getSpaceCode()
Return the code for this space.
-
getDescription
java.lang.String getDescription()
Return the description for this space.
-
isExistingSpace
boolean isExistingSpace()
Return true if the space exists in the database.
-
getIdentifier
java.lang.String getIdentifier()
Return the identifier for this space.
-
-