Class _LibraryResourceHistory

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    LibraryResourceHistory

    public abstract class _LibraryResourceHistory
    extends BaseEntity

    Provides the _LibraryResourceHistory database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • CHANGE_SOURCE_PROPERTY

        public static final String CHANGE_SOURCE_PROPERTY
        Provides the 'changeSource' property name.
        See Also:
        Constant Field Values
      • COMMENTS_PROPERTY

        public static final String COMMENTS_PROPERTY
        Provides the 'comments' property name.
        See Also:
        Constant Field Values
      • CREATED_AT_PROPERTY

        public static final String CREATED_AT_PROPERTY
        Provides the 'createdAt' property name.
        See Also:
        Constant Field Values
      • CREATED_BY_PROPERTY

        public static final String CREATED_BY_PROPERTY
        Provides the 'createdBy' property name.
        See Also:
        Constant Field Values
      • RESOURCE_DATA_PROPERTY

        public static final String RESOURCE_DATA_PROPERTY
        Provides the 'resourceData' property name.
        See Also:
        Constant Field Values
      • LIBRARY_RESOURCE_PROPERTY

        public static final String LIBRARY_RESOURCE_PROPERTY
        Provides the 'libraryResource' relationship name.
        See Also:
        Constant Field Values
      • LIBRARY_RESOURCE_HISTORY_OID_PK_COLUMN

        public static final String LIBRARY_RESOURCE_HISTORY_OID_PK_COLUMN
        Provides the 'library_resource_history_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CHANGE_SOURCE

        public static final org.apache.cayenne.exp.Property<String> CHANGE_SOURCE
        Provides the 'CHANGE_SOURCE' property.
      • COMMENTS

        public static final org.apache.cayenne.exp.Property<String> COMMENTS
        Provides the 'COMMENTS' property.
      • CREATED_AT

        public static final org.apache.cayenne.exp.Property<Date> CREATED_AT
        Provides the 'CREATED_AT' property.
      • CREATED_BY

        public static final org.apache.cayenne.exp.Property<String> CREATED_BY
        Provides the 'CREATED_BY' property.
      • MD5HASH

        public static final org.apache.cayenne.exp.Property<String> MD5HASH
        Provides the 'MD5HASH' property.
      • RESOURCE_DATA

        public static final org.apache.cayenne.exp.Property<byte[]> RESOURCE_DATA
        Provides the 'RESOURCE_DATA' property.
      • LIBRARY_RESOURCE

        public static final org.apache.cayenne.exp.Property<LibraryResource> LIBRARY_RESOURCE
        Provides the 'LIBRARY_RESOURCE' property.
    • Constructor Detail

      • _LibraryResourceHistory

        public _LibraryResourceHistory()
    • Method Detail

      • setChangeSource

        public void setChangeSource​(String changeSource)
        Set the changeSource value.
        Parameters:
        changeSource - the changeSource value to set
      • getChangeSource

        public String getChangeSource()
        Return the changeSource value.
        Returns:
        changeSource the changeSource value
      • setComments

        public void setComments​(String comments)
        Set the comments value.
        Parameters:
        comments - the comments value to set
      • getComments

        public String getComments()
        Return the comments value.
        Returns:
        comments the comments value
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
        Set the createdAt value.
        Parameters:
        createdAt - the createdAt value to set
      • getCreatedAt

        public Date getCreatedAt()
        Return the createdAt value.
        Returns:
        createdAt the createdAt value
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Set the createdBy value.
        Parameters:
        createdBy - the createdBy value to set
      • getCreatedBy

        public String getCreatedBy()
        Return the createdBy value.
        Returns:
        createdBy the createdBy value
      • setMd5Hash

        public void setMd5Hash​(String md5Hash)
        Set the md5Hash value.
        Parameters:
        md5Hash - the md5Hash value to set
      • getMd5Hash

        public String getMd5Hash()
        Return the md5Hash value.
        Returns:
        md5Hash the md5Hash value
      • setResourceData

        public void setResourceData​(byte[] resourceData)
        Set the resourceData value.
        Parameters:
        resourceData - the resourceData value to set
      • getResourceData

        public byte[] getResourceData()
        Return the resourceData value.
        Returns:
        resourceData the resourceData value
      • setLibraryResource

        public void setLibraryResource​(LibraryResource libraryResource)
        Set the LibraryResource.
        Parameters:
        libraryResource - the libraryResource value to set
      • getLibraryResource

        public LibraryResource getLibraryResource()
        Return the LibraryResource.
        Returns:
        the libraryResource value