Interface ISpaceImmutable
-
public interface ISpaceImmutableAn 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.StringgetDescription()Return the description for this space.java.lang.StringgetSpaceCode()Return the code for this space.booleanisExistingSpace()Return true if the space exists in the database.
-