-
- All Implemented Interfaces:
public class Level
Represents the information for level
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Level.Companion
-
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()
-
-
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
-
-
-
-