Package net.solarnetwork.dao
Class BasicStringEntity
- All Implemented Interfaces:
Serializable,Comparable<String>,Entity<String>,Identity<String>
Basic implementation of
Entity with string primary key type.- Since:
- 1.59
- Version:
- 1.1
- Author:
- matt
- See Also:
-
Constructor Summary
Constructors -
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, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
BasicStringEntity
public BasicStringEntity()Constructor. -
BasicStringEntity
Constructor.- Parameters:
id- the primary keycreated- the created date
-
-
Method Details
-
clone
- Overrides:
clonein classBasicEntity<String>
-