Package net.solarnetwork.central.domain
Class SolarNodeMetadataMatch
java.lang.Object
net.solarnetwork.central.domain.BaseIdentity
net.solarnetwork.central.dao.BaseEntity
net.solarnetwork.central.domain.SolarNodeMetadata
net.solarnetwork.central.domain.SolarNodeMetadataMatch
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Long>,FilterMatch<Long>,NodeMetadata,SolarNodeMetadataFilterMatch,net.solarnetwork.dao.Entity<Long>,net.solarnetwork.domain.Identity<Long>
public class SolarNodeMetadataMatch
extends SolarNodeMetadata
implements SolarNodeMetadataFilterMatch
A "match" to a
SolarNodeMetadata.
Although this class extends SolarNodeMetadata that is merely an
implementation detail.- Since:
- 1.32
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.solarnetwork.central.domain.SolarNodeMetadata
getMeta, getMetadata, getMetaJson, getNodeId, getUpdated, setMeta, setMetaJson, setNodeId, setUpdatedMethods inherited from class net.solarnetwork.central.dao.BaseEntity
getCreated, setCreatedMethods inherited from class net.solarnetwork.central.domain.BaseIdentity
clone, compareTo, equals, getId, hashCode, setIdMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface net.solarnetwork.domain.Identity
getId, hasIdMethods inherited from interface net.solarnetwork.central.domain.NodeMetadata
getCreated, getMetadata, getNodeId, getUpdatedMethods inherited from interface net.solarnetwork.central.domain.SolarNodeMetadataFilterMatch
getMetaJson
-
Constructor Details
-
SolarNodeMetadataMatch
public SolarNodeMetadataMatch()
-