-
- All Implemented Interfaces:
public class PTRDeepLinkLevelLocation extends PTRDeepLinkBuildingLocation
-
-
Field Summary
Fields Modifier and Type Field Description private PTRDeepLinkLocationType
type
private final Integer
levelIndex
private final Integer
buildingInternalIdentifier
private final Integer
siteInternalIdentifier
-
Constructor Summary
Constructors Constructor Description PTRDeepLinkLevelLocation(Integer siteInternalIdentifier, Integer buildingInternalIdentifier, Integer levelIndex)
-
Method Summary
Modifier and Type Method Description PTRDeepLinkLocationType
getType()
Unit
setType(PTRDeepLinkLocationType type)
final Integer
getLevelIndex()
final Integer
getBuildingInternalIdentifier()
final Integer
getSiteInternalIdentifier()
-
-
Method Detail
-
getType
PTRDeepLinkLocationType getType()
-
setType
Unit setType(PTRDeepLinkLocationType type)
-
getLevelIndex
final Integer getLevelIndex()
-
getBuildingInternalIdentifier
final Integer getBuildingInternalIdentifier()
-
getSiteInternalIdentifier
final Integer getSiteInternalIdentifier()
-
-
-
-