Package sonia.scm
Interface CreationTimeAware
- All Known Subinterfaces:
GenericDAO<T>,GroupDAO,RepositoryDAO,RepositoryRoleDAO,UserDAO
public interface CreationTimeAware
Base interface of all objects which have a creation time.
- Since:
- 1.14
-
Method Summary
-
Method Details
-
getCreationTime
Long getCreationTime()Returns a timestamp of object creation.
-