Package net.solarnetwork.central.dao
Class BaseEntity
java.lang.Object
net.solarnetwork.central.domain.BaseIdentity
net.solarnetwork.central.dao.BaseEntity
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Long>,net.solarnetwork.dao.Entity<Long>,net.solarnetwork.domain.Identity<Long>
- Direct Known Subclasses:
SolarCapability,SolarLocation,SolarNode,SolarNodeGroup,SolarNodeMetadata
public abstract class BaseEntity
extends BaseIdentity
implements net.solarnetwork.dao.Entity<Long>, Cloneable, Serializable
Base class for SolarNetwork entities.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods 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, hasId
-
Constructor Details
-
BaseEntity
public BaseEntity()
-
-
Method Details
-
getCreated
- Specified by:
getCreatedin interfacenet.solarnetwork.dao.Entity<Long>
-
setCreated
Set the creation date.- Parameters:
created- the created to set
-