Package com.pointrlabs.core.map.models
Class PTRDeepLinkSiteLocation
-
- All Implemented Interfaces:
public class PTRDeepLinkSiteLocation extends PTRDeepLinkLocation
-
-
Field Summary
Fields Modifier and Type Field Description private PTRDeepLinkLocationType
type
private final Integer
siteInternalIdentifier
-
Constructor Summary
Constructors Constructor Description PTRDeepLinkSiteLocation(Integer siteInternalIdentifier)
-
Method Summary
Modifier and Type Method Description PTRDeepLinkLocationType
getType()
Unit
setType(PTRDeepLinkLocationType type)
final Integer
getSiteInternalIdentifier()
-
-
Constructor Detail
-
PTRDeepLinkSiteLocation
PTRDeepLinkSiteLocation(Integer siteInternalIdentifier)
-
-
Method Detail
-
getType
PTRDeepLinkLocationType getType()
-
setType
Unit setType(PTRDeepLinkLocationType type)
-
getSiteInternalIdentifier
final Integer getSiteInternalIdentifier()
-
-
-
-