Interface IAuditEntity<DATE,​USER>

    • Method Detail

      • getCreationDate

        DATE getCreationDate()
        Returns the creation date of the entity
        Returns:
        the creation date of the entity
      • setCreationDate

        void setCreationDate​(DATE creationDate)
        Sets the creation date of the entity
        Parameters:
        creationDate - the new creation date
      • getModificationDate

        DATE getModificationDate()
        Returns the modification date of the entity
        Returns:
        the modification date of the entity
      • setModificationDate

        void setModificationDate​(DATE modificationDate)
        Sets the modification date of the entity
        Parameters:
        modificationDate - the new modification date
      • getCreatorUser

        USER getCreatorUser()
        Returns the creator user of the entity
        Returns:
        the creator user of the entity
      • setCreatorUser

        void setCreatorUser​(USER creatorUser)
        Sets the creator user of the entity
        Parameters:
        creatorUser - the new creator user
      • getModifierUser

        USER getModifierUser()
        Returns the modification user of the entity
        Returns:
        the modification user of the entity
      • setModifierUser

        void setModifierUser​(USER modifierUser)
        Sets the modification user of the entity
        Parameters:
        modifierUser - the new modification user