Package org.openremote.model.asset.impl
Class ConsoleAsset
- All Implemented Interfaces:
AssetInfo
,IdentifiableEntity<ConsoleAsset>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.model.asset.Asset
Asset.AssetDeserializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeDescriptor
<String> static final AttributeDescriptor
<String> static final AttributeDescriptor
<ConsoleProviders> static final AttributeDescriptor
<String> static final AssetDescriptor
<ConsoleAsset> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetConsoleName
(String name) setConsolePlatform
(String platform) setConsoleProvider
(String name, ConsoleProvider consoleProvider) setConsoleProviders
(ConsoleProviders providers) setConsoleVersion
(String version) 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
-
CONSOLE_NAME
-
CONSOLE_VERSION
-
CONSOLE_PLATFORM
-
CONSOLE_PROVIDERS
-
DESCRIPTOR
-
-
Constructor Details
-
ConsoleAsset
protected ConsoleAsset()For use by hydrators (i.e. JPA/Jackson) -
ConsoleAsset
-
-
Method Details
-
getConsoleName
-
setConsoleName
-
getConsoleVersion
-
setConsoleVersion
-
getConsolePlatform
-
setConsolePlatform
-
getConsoleProviders
-
setConsoleProviders
-
setConsoleProvider
-