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