Class _PortalResourceHistory

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

    public abstract class _PortalResourceHistory
    extends BaseEntity

    Provides the _PortalResourceHistory 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 Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.cayenne.exp.Property<Date> CREATED_AT
      Provides the 'CREATED_AT' property.
      static String CREATED_AT_PROPERTY
      Provides the 'createdAt' property name.
      static org.apache.cayenne.exp.Property<String> CREATED_BY
      Provides the 'CREATED_BY' property.
      static String CREATED_BY_PROPERTY
      Provides the 'createdBy' property name.
      static org.apache.cayenne.exp.Property<PortalResource> PORTAL_RESOURCE
      Provides the 'PORTAL_RESOURCE' property.
      static String PORTAL_RESOURCE_HISTORY_OID_PK_COLUMN
      Provides the 'portal_resource_history_oid' primary key database column name.
      static String PORTAL_RESOURCE_PROPERTY
      Provides the 'portalResource' relationship name.
      static org.apache.cayenne.exp.Property<byte[]> VALUE
      Provides the 'VALUE' property.
      static String VALUE_PROPERTY
      Provides the 'value' property name.
      • Fields inherited from class org.apache.cayenne.CayenneDataObject

        values
      • Fields inherited from class org.apache.cayenne.BaseDataObject

        snapshotVersion
      • Fields inherited from class org.apache.cayenne.PersistentObject

        objectContext, objectId, persistenceState
      • Fields inherited from interface org.apache.cayenne.DataObject

        DEFAULT_VERSION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Date getCreatedAt()
      Return the createdAt value.
      String getCreatedBy()
      Return the createdBy value.
      PortalResource getPortalResource()
      Return the PortalResource.
      byte[] getValue()
      Return the value value.
      void setCreatedAt​(Date createdAt)
      Set the createdAt value.
      void setCreatedBy​(String createdBy)
      Set the createdBy value.
      void setPortalResource​(PortalResource portalResource)
      Set the PortalResource.
      void setValue​(byte[] value)
      Set the value value.
      • Methods inherited from class org.apache.cayenne.CayenneDataObject

        makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
      • Methods inherited from class org.apache.cayenne.BaseDataObject

        addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
      • Methods inherited from class org.apache.cayenne.PersistentObject

        getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
      • Methods inherited from interface org.apache.cayenne.Persistent

        getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
    • Field Detail

      • 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
      • PORTAL_RESOURCE_PROPERTY

        public static final String PORTAL_RESOURCE_PROPERTY
        Provides the 'portalResource' relationship name.
        See Also:
        Constant Field Values
      • PORTAL_RESOURCE_HISTORY_OID_PK_COLUMN

        public static final String PORTAL_RESOURCE_HISTORY_OID_PK_COLUMN
        Provides the 'portal_resource_history_oid' primary key database column name.
        See Also:
        Constant Field Values
      • 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.
      • VALUE

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

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

      • _PortalResourceHistory

        public _PortalResourceHistory()
    • Method Detail

      • 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
      • setValue

        public void setValue​(byte[] value)
        Set the value value.
        Parameters:
        value - the value value to set
      • getValue

        public byte[] getValue()
        Return the value value.
        Returns:
        value the value value
      • setPortalResource

        public void setPortalResource​(PortalResource portalResource)
        Set the PortalResource.
        Parameters:
        portalResource - the portalResource value to set
      • getPortalResource

        public PortalResource getPortalResource()
        Return the PortalResource.
        Returns:
        the portalResource value