Package org.openremote.model.asset.impl
Class ParkingAsset
- All Implemented Interfaces:
AssetInfo
,IdentifiableEntity<ParkingAsset>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.model.asset.Asset
Asset.AssetDeserializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AssetDescriptor
<ParkingAsset> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetPriceDaily
(Double value) setPriceHourly
(Double value) setSpacesBuffer
(Integer value) setSpacesOccupied
(Integer value) setSpacesOpen
(Integer value) setSpacesTotal
(Integer value) Methods inherited from class org.openremote.model.asset.Asset
addAttributes, addOrReplaceAttributes, equals, getAssetClass, getAssetName, getAssetType, getAttribute, getAttribute, getAttributeNames, getAttributes, getAttributesString, getCreatedOn, getEmail, getId, getLocation, getManufacturer, getMetaString, getModel, getName, getNotes, getParentId, getPath, getRealm, getTags, getType, getVersion, hasAttribute, hasAttribute, hashCode, isAccessPublicRead, pathContains, postLoadCallback, setAccessPublicRead, setAttributes, setAttributes, setAttributes, setCreatedOn, setEmail, setId, setLocation, setManufacturer, setModel, setName, setNotes, setParent, setParentId, setRealm, setTags, setVersion, toString, toStringAll
-
Field Details
-
SPACES_TOTAL
-
SPACES_OCCUPIED
-
SPACES_OPEN
-
SPACES_BUFFER
-
PRICE_HOURLY
-
PRICE_DAILY
-
DESCRIPTOR
-
-
Constructor Details
-
ParkingAsset
protected ParkingAsset()For use by hydrators (i.e. JPA/Jackson) -
ParkingAsset
-
-
Method Details
-
getSpacesTotal
-
setSpacesTotal
-
getSpacesOccupied
-
setSpacesOccupied
-
getSpacesOpen
-
setSpacesOpen
-
getSpacesBuffer
-
setSpacesBuffer
-
getPriceHourly
-
setPriceHourly
-
getPriceDaily
-
setPriceDaily
-