Package org.openremote.model.asset.impl
Class ShipAsset
- All Implemented Interfaces:
AssetInfo
,IdentifiableEntity<ShipAsset>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.model.asset.Asset
Asset.AssetDeserializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AssetDescriptor
<ShipAsset> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<String> static final AttributeDescriptor
<Double> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSpeed()
setDirection
(Integer value) setENINumber
(Integer value) setIMONumber
(Integer value) setMSSINumber
(Integer value) setShipType
(String 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
-
MSSI_NUMBER
-
IMO_NUMBER
-
ENI_NUMBER
-
DIRECTION
-
LENGTH
-
SPEED
-
SHIP_TYPE
-
DESCRIPTOR
-
-
Constructor Details
-
ShipAsset
protected ShipAsset()For use by hydrators (i.e. JPA/Jackson) -
ShipAsset
-
-
Method Details
-
getMSSINumber
-
setMSSINumber
-
getIMONumber
-
setIMONumber
-
getENINumber
-
setENINumber
-
getDirection
-
setDirection
-
getLength
-
setLength
-
getSpeed
-
setSpeed
-
getShipType
-
setShipType
-