Interface IAuditFields


  • public interface IAuditFields
    Author:
    FMARSLAN
    • Method Detail

      • getCreatedBy

        String getCreatedBy()
      • setCreatedBy

        void setCreatedBy​(String createdBy)
      • getCreatedDate

        Date getCreatedDate()
      • setCreatedDate

        void setCreatedDate​(Date createdDate)
      • getUpdatedBy

        String getUpdatedBy()
      • setUpdatedBy

        void setUpdatedBy​(String updatedBy)
      • getUpdatedDate

        Date getUpdatedDate()
      • setUpdatedDate

        void setUpdatedDate​(Date updatedDate)