Package net.solarnetwork.central.dao
Class BaseStringEntity
java.lang.Object
net.solarnetwork.central.domain.BaseStringIdentity
net.solarnetwork.central.dao.BaseStringEntity
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<String>,net.solarnetwork.dao.Entity<String>,net.solarnetwork.domain.Identity<String>
public class BaseStringEntity
extends BaseStringIdentity
implements net.solarnetwork.dao.Entity<String>, Cloneable, Serializable
Base class for SolarNetwork entities using string primary keys.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.solarnetwork.central.domain.BaseStringIdentity
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
-
BaseStringEntity
public BaseStringEntity()
-
-
Method Details
-
getCreated
- Specified by:
getCreatedin interfacenet.solarnetwork.dao.Entity<String>
-
setCreated
-