Class _TPacData

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

    public abstract class _TPacData
    extends BaseEntity

    Provides the _TPacData 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[]> PACKAGE_DATA
      Provides the 'PACKAGE_DATA' property.
      static String PACKAGE_DATA_PROPERTY
      Provides the 'packageData' property name.
      static org.apache.cayenne.exp.Property<TPac> TPAC
      Provides the 'TPAC' property.
      static String TPAC_DATA_OID_PK_COLUMN
      Provides the 'tpac_data_oid' primary key database column name.
      static String TPAC_PROPERTY
      Provides the 'tpac' relationship 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
    • Constructor Summary

      Constructors 
      Constructor Description
      _TPacData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getPackageData()
      Return the packageData value.
      TPac getTpac()
      Return the Tpac.
      void setPackageData​(byte[] packageData)
      Set the packageData value.
      void setTpac​(TPac tpac)
      Set the Tpac.
      • 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

      • PACKAGE_DATA_PROPERTY

        public static final String PACKAGE_DATA_PROPERTY
        Provides the 'packageData' property name.
        See Also:
        Constant Field Values
      • TPAC_DATA_OID_PK_COLUMN

        public static final String TPAC_DATA_OID_PK_COLUMN
        Provides the 'tpac_data_oid' primary key database column name.
        See Also:
        Constant Field Values
      • PACKAGE_DATA

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

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

      • _TPacData

        public _TPacData()
    • Method Detail

      • setPackageData

        public void setPackageData​(byte[] packageData)
        Set the packageData value.
        Parameters:
        packageData - the packageData value to set
      • getPackageData

        public byte[] getPackageData()
        Return the packageData value.
        Returns:
        packageData the packageData value
      • setTpac

        public void setTpac​(TPac tpac)
        Set the Tpac.
        Parameters:
        tpac - the tpac value to set
      • getTpac

        public TPac getTpac()
        Return the Tpac.
        Returns:
        the tpac value