Class _PortalPage

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

    public abstract class _PortalPage
    extends BaseEntity

    Provides the _PortalPage 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

      • CONTENT_BASE_PROPERTY

        public static final String CONTENT_BASE_PROPERTY
        Provides the 'contentBase' property name.
        See Also:
        Constant Field Values
      • CONTENT_BASE_MD5_PROPERTY

        public static final String CONTENT_BASE_MD5_PROPERTY
        Provides the 'contentBaseMd5' property name.
        See Also:
        Constant Field Values
      • CONTENT_BASE_TIMESTAMP_PROPERTY

        public static final String CONTENT_BASE_TIMESTAMP_PROPERTY
        Provides the 'contentBaseTimestamp' property name.
        See Also:
        Constant Field Values
      • CONTENT_MD5_PROPERTY

        public static final String CONTENT_MD5_PROPERTY
        Provides the 'contentMd5' property name.
        See Also:
        Constant Field Values
      • CONTENT_TIMESTAMP_PROPERTY

        public static final String CONTENT_TIMESTAMP_PROPERTY
        Provides the 'contentTimestamp' 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
      • DESCRIPTION_PROPERTY

        public static final String DESCRIPTION_PROPERTY
        Provides the 'description' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_AT_PROPERTY

        public static final String LAST_MODIFIED_AT_PROPERTY
        Provides the 'lastModifiedAt' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_BY_PROPERTY

        public static final String LAST_MODIFIED_BY_PROPERTY
        Provides the 'lastModifiedBy' property name.
        See Also:
        Constant Field Values
      • MERGED_BASE_MD5_PROPERTY

        public static final String MERGED_BASE_MD5_PROPERTY
        Provides the 'mergedBaseMd5' property name.
        See Also:
        Constant Field Values
      • PAGE_HISTORY_PROPERTY

        public static final String PAGE_HISTORY_PROPERTY
        Provides the 'pageHistory' relationship name.
        See Also:
        Constant Field Values
      • PORTAL_PAGE_OID_PK_COLUMN

        public static final String PORTAL_PAGE_OID_PK_COLUMN
        Provides the 'portal_page_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CONTENT

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<Date> CONTENT_TIMESTAMP
        Provides the 'CONTENT_TIMESTAMP' 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.
      • DESCRIPTION

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<List<PortalPageHistory>> PAGE_HISTORY
        Provides the 'PAGE_HISTORY' property.
      • PORTAL

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

      • _PortalPage

        public _PortalPage()
    • Method Detail

      • setContent

        public void setContent​(byte[] content)
        Set the content value.
        Parameters:
        content - the content value to set
      • getContent

        public byte[] getContent()
        Return the content value.
        Returns:
        content the content value
      • setContentBase

        public void setContentBase​(byte[] contentBase)
        Set the contentBase value.
        Parameters:
        contentBase - the contentBase value to set
      • getContentBase

        public byte[] getContentBase()
        Return the contentBase value.
        Returns:
        contentBase the contentBase value
      • setContentBaseMd5

        public void setContentBaseMd5​(String contentBaseMd5)
        Set the contentBaseMd5 value.
        Parameters:
        contentBaseMd5 - the contentBaseMd5 value to set
      • getContentBaseMd5

        public String getContentBaseMd5()
        Return the contentBaseMd5 value.
        Returns:
        contentBaseMd5 the contentBaseMd5 value
      • setContentBaseTimestamp

        public void setContentBaseTimestamp​(Date contentBaseTimestamp)
        Set the contentBaseTimestamp value.
        Parameters:
        contentBaseTimestamp - the contentBaseTimestamp value to set
      • getContentBaseTimestamp

        public Date getContentBaseTimestamp()
        Return the contentBaseTimestamp value.
        Returns:
        contentBaseTimestamp the contentBaseTimestamp value
      • setContentMd5

        public void setContentMd5​(String contentMd5)
        Set the contentMd5 value.
        Parameters:
        contentMd5 - the contentMd5 value to set
      • getContentMd5

        public String getContentMd5()
        Return the contentMd5 value.
        Returns:
        contentMd5 the contentMd5 value
      • setContentTimestamp

        public void setContentTimestamp​(Date contentTimestamp)
        Set the contentTimestamp value.
        Parameters:
        contentTimestamp - the contentTimestamp value to set
      • getContentTimestamp

        public Date getContentTimestamp()
        Return the contentTimestamp value.
        Returns:
        contentTimestamp the contentTimestamp 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
      • setDescription

        public void setDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
      • getDescription

        public String getDescription()
        Return the description value.
        Returns:
        description the description value
      • setLastModifiedAt

        public void setLastModifiedAt​(Date lastModifiedAt)
        Set the lastModifiedAt value.
        Parameters:
        lastModifiedAt - the lastModifiedAt value to set
      • getLastModifiedAt

        public Date getLastModifiedAt()
        Return the lastModifiedAt value.
        Returns:
        lastModifiedAt the lastModifiedAt value
      • setLastModifiedBy

        public void setLastModifiedBy​(String lastModifiedBy)
        Set the lastModifiedBy value.
        Parameters:
        lastModifiedBy - the lastModifiedBy value to set
      • getLastModifiedBy

        public String getLastModifiedBy()
        Return the lastModifiedBy value.
        Returns:
        lastModifiedBy the lastModifiedBy value
      • setMergedBaseMd5

        public void setMergedBaseMd5​(String mergedBaseMd5)
        Set the mergedBaseMd5 value.
        Parameters:
        mergedBaseMd5 - the mergedBaseMd5 value to set
      • getMergedBaseMd5

        public String getMergedBaseMd5()
        Return the mergedBaseMd5 value.
        Returns:
        mergedBaseMd5 the mergedBaseMd5 value
      • setName

        public void setName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
      • getName

        public String getName()
        Return the name value.
        Returns:
        name the name value
      • setPath

        public void setPath​(String path)
        Set the path value.
        Parameters:
        path - the path value to set
      • getPath

        public String getPath()
        Return the path value.
        Returns:
        path the path value
      • addToPageHistory

        public void addToPageHistory​(PortalPageHistory obj)
        Add the PageHistory object.
        Parameters:
        obj - the pageHistory value to add
      • removeFromPageHistory

        public void removeFromPageHistory​(PortalPageHistory obj)
        Remove the PageHistory object.
        Parameters:
        obj - the pageHistory value to remove
      • getPageHistory

        public List<PortalPageHistory> getPageHistory()
        Return the PageHistory.
        Returns:
        pageHistory value
      • setPortal

        public void setPortal​(Portal portal)
        Set the Portal.
        Parameters:
        portal - the portal value to set
      • getPortal

        public Portal getPortal()
        Return the Portal.
        Returns:
        the portal value