Package es.situm.sdk.model
Interface FloorResource
-
- All Superinterfaces:
BuildingResource
- All Known Implementing Classes:
Location,Poi,Point,RemoteCalibration
public interface FloorResource extends BuildingResource
A floor resource with building identifier and floor identifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFloorIdentifier()Return the floor identifier of the resource-
Methods inherited from interface es.situm.sdk.model.BuildingResource
getBuildingIdentifier
-
-
-
-
Method Detail
-
getFloorIdentifier
String getFloorIdentifier()
Return the floor identifier of the resource
-
-