Package org.openremote.model.asset.impl
Class UnknownAsset
- All Implemented Interfaces:
AssetInfo
,IdentifiableEntity<ThingAsset>
This is only needed so JPA can deserialise an Asset whose type doesn't match an entity otherwise it is un-used
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.model.asset.Asset
Asset.AssetDeserializer
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
UnknownAsset
protected UnknownAsset()For use by hydrators (i.e. JPA/Jackson) -
UnknownAsset
-