Class _LibraryResourceData

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

    public abstract class _LibraryResourceData
    extends BaseEntity

    Provides the _LibraryResourceData 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<byte[]> BINARY_DATA
      Provides the 'BINARY_DATA' property.
      static String BINARY_DATA_PROPERTY
      Provides the 'binaryData' property name.
      static org.apache.cayenne.exp.Property<LibraryResource> LIBRARY_RESOURCE
      Provides the 'LIBRARY_RESOURCE' property.
      static String LIBRARY_RESOURCE_DATA_OID_PK_COLUMN
      Provides the 'library_resource_data_oid' primary key database column name.
      static String LIBRARY_RESOURCE_PROPERTY
      Provides the 'libraryResource' relationship name.
      static org.apache.cayenne.exp.Property<String> TEXT_DATA
      Provides the 'TEXT_DATA' property.
      static String TEXT_DATA_PROPERTY
      Provides the 'textData' 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
      byte[] getBinaryData()
      Return the binaryData value.
      LibraryResource getLibraryResource()
      Return the LibraryResource.
      String getTextData()
      Return the textData value.
      void setBinaryData​(byte[] binaryData)
      Set the binaryData value.
      void setLibraryResource​(LibraryResource libraryResource)
      Set the LibraryResource.
      void setTextData​(String textData)
      Set the textData 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

      • BINARY_DATA_PROPERTY

        public static final String BINARY_DATA_PROPERTY
        Provides the 'binaryData' property name.
        See Also:
        Constant Field Values
      • TEXT_DATA_PROPERTY

        public static final String TEXT_DATA_PROPERTY
        Provides the 'textData' 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_DATA_OID_PK_COLUMN

        public static final String LIBRARY_RESOURCE_DATA_OID_PK_COLUMN
        Provides the 'library_resource_data_oid' primary key database column name.
        See Also:
        Constant Field Values
      • BINARY_DATA

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

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

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

      • _LibraryResourceData

        public _LibraryResourceData()
    • Method Detail

      • setBinaryData

        public void setBinaryData​(byte[] binaryData)
        Set the binaryData value.
        Parameters:
        binaryData - the binaryData value to set
      • getBinaryData

        public byte[] getBinaryData()
        Return the binaryData value.
        Returns:
        binaryData the binaryData value
      • setTextData

        public void setTextData​(String textData)
        Set the textData value.
        Parameters:
        textData - the textData value to set
      • getTextData

        public String getTextData()
        Return the textData value.
        Returns:
        textData the textData 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