Package net.solarnetwork.central.dao
Class StaleAuditNodeServiceEntity
java.lang.Object
net.solarnetwork.dao.BasicIdentity<AggregateDatumId>
net.solarnetwork.dao.BasicEntity<AggregateDatumId>
net.solarnetwork.central.dao.StaleAuditNodeServiceEntity
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<AggregateDatumId>,StaleAuditNodeServiceValue,net.solarnetwork.dao.Entity<AggregateDatumId>,net.solarnetwork.domain.Differentiable<StaleAuditNodeServiceValue>,net.solarnetwork.domain.Identity<AggregateDatumId>
public class StaleAuditNodeServiceEntity
extends net.solarnetwork.dao.BasicEntity<AggregateDatumId>
implements StaleAuditNodeServiceValue, Cloneable, Serializable, net.solarnetwork.domain.Differentiable<StaleAuditNodeServiceValue>
Stale audit node service entity.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStaleAuditNodeServiceEntity(AggregateDatumId id, Instant created) Constructor. -
Method Summary
Methods inherited from class net.solarnetwork.dao.BasicEntity
getCreatedMethods inherited from class net.solarnetwork.dao.BasicIdentity
compareTo, equals, getId, hashCodeMethods 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, hasIdMethods inherited from interface net.solarnetwork.central.domain.StaleAuditNodeServiceValue
getAggregation, getNodeId, getService, getTimestamp
-
Constructor Details
-
StaleAuditNodeServiceEntity
Constructor.- Parameters:
id- the IDcreated- the creation date
-
-
Method Details
-
clone
- Overrides:
clonein classnet.solarnetwork.dao.BasicEntity<AggregateDatumId>
-
isSameAs
Test if the properties of another object are the same as in this instance.- Parameters:
other- the other entity to compare to- Returns:
- true if the properties of this instance are equal to the other
-
differsFrom
- Specified by:
differsFromin interfacenet.solarnetwork.domain.Differentiable<StaleAuditNodeServiceValue>
-
toString
-