Package net.solarnetwork.central.domain
Class SolarNodeMatch
java.lang.Object
net.solarnetwork.central.domain.BaseIdentity
net.solarnetwork.central.dao.BaseEntity
net.solarnetwork.central.domain.SolarNode
net.solarnetwork.central.domain.SolarNodeMatch
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Long>,FilterMatch<Long>,NodeIdentity,SolarNodeFilterMatch,net.solarnetwork.dao.Entity<Long>,net.solarnetwork.domain.Identity<Long>
A "match" to a
SolarNode.
Although this class extends SolarNode that is merely an
implementation detail.
- Since:
- 1.40
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.solarnetwork.central.domain.SolarNode
getLocation, getLocationId, getName, getTimeZone, setLocation, setLocationId, setName, toStringMethods 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, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface net.solarnetwork.domain.Identity
getId, hasId
-
Constructor Details
-
SolarNodeMatch
public SolarNodeMatch()
-
-
Method Details
-
getMetaJson
Description copied from interface:SolarNodeFilterMatchGet the metadata JSON.- Specified by:
getMetaJsonin interfaceSolarNodeFilterMatch- Returns:
- the metadata
-
setMetaJson
-