Class _ApplicationDelivery

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

    public abstract class _ApplicationDelivery
    extends BaseEntity

    Provides the _ApplicationDelivery 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 String APPLICATION_DELIVERY_OID_PK_COLUMN
      Provides the 'application_delivery_oid' primary key database column name.
      static org.apache.cayenne.exp.Property<ApplicationPackage> APPLICATION_PACKAGE
      Provides the 'APPLICATION_PACKAGE' property.
      static String APPLICATION_PACKAGE_PROPERTY
      Provides the 'applicationPackage' relationship name.
      static org.apache.cayenne.exp.Property<DeliveryDetails> DELIVERY_DETAILS
      Provides the 'DELIVERY_DETAILS' property.
      static String DELIVERY_DETAILS_PROPERTY
      Provides the 'deliveryDetails' 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ApplicationPackage getApplicationPackage()
      Return the ApplicationPackage.
      DeliveryDetails getDeliveryDetails()
      Return the DeliveryDetails.
      void setApplicationPackage​(ApplicationPackage applicationPackage)
      Set the ApplicationPackage.
      void setDeliveryDetails​(DeliveryDetails deliveryDetails)
      Set the DeliveryDetails.
      • 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

      • APPLICATION_PACKAGE_PROPERTY

        public static final String APPLICATION_PACKAGE_PROPERTY
        Provides the 'applicationPackage' relationship name.
        See Also:
        Constant Field Values
      • DELIVERY_DETAILS_PROPERTY

        public static final String DELIVERY_DETAILS_PROPERTY
        Provides the 'deliveryDetails' relationship name.
        See Also:
        Constant Field Values
      • APPLICATION_DELIVERY_OID_PK_COLUMN

        public static final String APPLICATION_DELIVERY_OID_PK_COLUMN
        Provides the 'application_delivery_oid' primary key database column name.
        See Also:
        Constant Field Values
      • APPLICATION_PACKAGE

        public static final org.apache.cayenne.exp.Property<ApplicationPackage> APPLICATION_PACKAGE
        Provides the 'APPLICATION_PACKAGE' property.
      • DELIVERY_DETAILS

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

      • _ApplicationDelivery

        public _ApplicationDelivery()
    • Method Detail

      • setApplicationPackage

        public void setApplicationPackage​(ApplicationPackage applicationPackage)
        Set the ApplicationPackage.
        Parameters:
        applicationPackage - the applicationPackage value to set
      • getApplicationPackage

        public ApplicationPackage getApplicationPackage()
        Return the ApplicationPackage.
        Returns:
        the applicationPackage value
      • setDeliveryDetails

        public void setDeliveryDetails​(DeliveryDetails deliveryDetails)
        Set the DeliveryDetails.
        Parameters:
        deliveryDetails - the deliveryDetails value to set
      • getDeliveryDetails

        public DeliveryDetails getDeliveryDetails()
        Return the DeliveryDetails.
        Returns:
        the deliveryDetails value