Package org.openremote.model.asset.impl
Class ElectricityConsumerAsset
java.lang.Object
org.openremote.model.asset.Asset<ElectricityConsumerAsset>
org.openremote.model.asset.impl.ElectricityAsset<ElectricityConsumerAsset>
org.openremote.model.asset.impl.ElectricityConsumerAsset
- All Implemented Interfaces:
AssetInfo
,IdentifiableEntity<ElectricityConsumerAsset>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.model.asset.Asset
Asset.AssetDeserializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeDescriptor
<Double> static final AssetDescriptor
<ElectricityConsumerAsset> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Integer> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> static final AttributeDescriptor
<Double> Fields inherited from class org.openremote.model.asset.impl.ElectricityAsset
ENERGY_IMPORT_TOTAL, POWER
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
For use by hydrators (i.e. -
Method Summary
Methods inherited from class org.openremote.model.asset.impl.ElectricityAsset
getEfficiencyExport, getEfficiencyImport, getEnergyExportTotal, getEnergyImportTotal, getPower, getPowerExportMax, getPowerExportMin, getPowerImportMax, getPowerImportMin, getPowerSetpoint, getTariffExport, getTariffImport, setEfficiencyExport, setEfficiencyImport, setEnergyExportTotal, setEnergyImportTotal, setPower, setPowerExportMax, setPowerExportMin, setPowerImportMax, setPowerImportMin, setPowerSetpoint, setTariffExport, setTariffImport
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
-
DESCRIPTOR
-
POWER_SETPOINT
-
POWER_IMPORT_MIN
-
POWER_IMPORT_MAX
-
POWER_EXPORT_MIN
-
POWER_EXPORT_MAX
-
ENERGY_EXPORT_TOTAL
-
EFFICIENCY_IMPORT
-
EFFICIENCY_EXPORT
-
TARIFF_IMPORT
-
TARIFF_EXPORT
-
CARBON_IMPORT
-
POWER_FORECAST
-
-
Constructor Details
-
ElectricityConsumerAsset
protected ElectricityConsumerAsset()For use by hydrators (i.e. JPA/Jackson) -
ElectricityConsumerAsset
-