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 Detail

      • 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