Interface RecordedCreate

All Known Subinterfaces:
BudgetContract, ProposalDevelopmentBudgetExtContract

public interface RecordedCreate
This interface can be used to identify a user and timestamp regarding when the object was initially created (usually in regards to object persistence).
  • Method Summary

    Modifier and Type
    Method
    Description
    The date and time of when the object was last inserted
    The user who last inserted the object
  • Method Details

    • getCreateTimestamp

      Date getCreateTimestamp()
      The date and time of when the object was last inserted
      Returns:
      the date or null if the object is new
    • getCreateUser

      String getCreateUser()
      The user who last inserted the object
      Returns:
      the user or null if the object is new