Class StatePackageInfo
-
- All Implemented Interfaces:
public final class StatePackageInfo
-
-
Constructor Summary
Constructors Constructor Description StatePackageInfo(List<SectionInfo> sections, Map<Integer, StateInfo> states)
-
Method Summary
Modifier and Type Method Description final List<SectionInfo>getSections()final Map<Integer, StateInfo>getStates()final StateInfogetState(Integer stateId)-
-
Constructor Detail
-
StatePackageInfo
StatePackageInfo(List<SectionInfo> sections, Map<Integer, StateInfo> states)
-
-
Method Detail
-
getSections
final List<SectionInfo> getSections()
-
-
-
-