Package sonia.scm
Interface LastModifiedAware
- All Known Subinterfaces:
GenericDAO<T>,GroupDAO,GroupManager,Manager<T>,ModelObject,RepositoryDAO,RepositoryManager,RepositoryRoleDAO,RepositoryRoleManager,TypeManager<T,,H> UserDAO,UserManager
- All Known Implementing Classes:
AbstractGroupManager,AbstractRepositoryManager,AbstractRepositoryRoleManager,AbstractUserManager,Changeset,FileObject,Group,GroupManagerDecorator,ManagerDecorator,Repository,RepositoryManagerDecorator,RepositoryRole,User,UserManagerDecorator
public interface LastModifiedAware
Base interface of all objects which have a last modified date.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a timestamp of the last modified date.
-
Method Details
-
getLastModified
Long getLastModified()Returns a timestamp of the last modified date.
-