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