Interface CreatedModified

All Known Subinterfaces:
DataSetList
All Known Implementing Classes:
AbstractCreatedModified, DataSetListImpl

public interface CreatedModified
  • Method Details

    • getCreatedWhen

      Timestamp getCreatedWhen()
    • setCreatedWhen

      void setCreatedWhen(Timestamp createdWhen)
    • getCreatedBy

      UUID getCreatedBy()
    • setCreatedBy

      void setCreatedBy(UUID createdBy)
    • getModifiedWhen

      Timestamp getModifiedWhen()
    • setModifiedWhen

      void setModifiedWhen(Timestamp modifiedWhen)
    • getModifiedBy

      UUID getModifiedBy()
    • setModifiedBy

      void setModifiedBy(UUID modifiedBy)