Package net.solarnetwork.dao
Class BasicLongEntity
- All Implemented Interfaces:
Serializable,Comparable<Long>,Entity<Long>,Identity<Long>
Basic implementation of
Entity with long 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
-
BasicLongEntity
public BasicLongEntity()Constructor. -
BasicLongEntity
Constructor.- Parameters:
id- the primary keycreated- the created date
-
-
Method Details
-
clone
- Overrides:
clonein classBasicEntity<Long>
-