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

    Modifier and Type
    Method
    Description
    Returns a timestamp of object creation.
  • Method Details

    • getCreationTime

      Long getCreationTime()
      Returns a timestamp of object creation.