Class Level
-
- All Implemented Interfaces:
public class Level
Represents the information for level
-
-
Method Summary
Modifier and Type Method Description Integer
getIndex()
The index of level String
getTitle()
Title of level String
getShortTitle()
Short Title of level, generally level index with a short prefix Building
getBuilding()
The Building that level belongs to Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static Level
invalidLevel()
-
-
Method Detail
-
getShortTitle
String getShortTitle()
Short Title of level, generally level index with a short prefix
-
getBuilding
Building getBuilding()
The Building that level belongs to
-
invalidLevel
final static Level invalidLevel()
-
-
-
-