Class AuditedVersionedModelWithoutId

    • Constructor Detail

      • AuditedVersionedModelWithoutId

        public AuditedVersionedModelWithoutId()
    • Method Detail

      • getCreatedBy

        public Long getCreatedBy()
        Gets the created by.
        Returns:
        the created by
      • setCreatedBy

        public void setCreatedBy​(Long createdBy)
        Sets the created by.
        Parameters:
        createdBy - the new created by
      • getCreatedDate

        public Date getCreatedDate()
        Gets the created date.
        Returns:
        the created date
      • setCreatedDate

        public void setCreatedDate​(Date createdDate)
        Sets the created date.
        Parameters:
        createdDate - the new created date
      • getLastModifiedBy

        public Long getLastModifiedBy()
        Gets the last modified by.
        Returns:
        the last modified by
      • setLastModifiedBy

        public void setLastModifiedBy​(Long lastModifiedBy)
        Sets the last modified by.
        Parameters:
        lastModifiedBy - the new last modified by
      • getLastModifiedDate

        public Date getLastModifiedDate()
        Gets the last modified date.
        Returns:
        the last modified date
      • setLastModifiedDate

        public void setLastModifiedDate​(Date lastModifiedDate)
        Sets the last modified date.
        Parameters:
        lastModifiedDate - the new last modified date