Class _ComposerPackageQueue

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

    public abstract class _ComposerPackageQueue
    extends BaseEntity

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

      • COMPOSER_PACKAGE_ID_PROPERTY

        public static final String COMPOSER_PACKAGE_ID_PROPERTY
        Provides the 'composerPackageId' property name.
        See Also:
        Constant Field Values
      • DEPLOYMENT_STATUS_PROPERTY

        public static final String DEPLOYMENT_STATUS_PROPERTY
        Provides the 'deploymentStatus' property name.
        See Also:
        Constant Field Values
      • TIME_COMPLETED_PROPERTY

        public static final String TIME_COMPLETED_PROPERTY
        Provides the 'timeCompleted' property name.
        See Also:
        Constant Field Values
      • TIME_CREATED_PROPERTY

        public static final String TIME_CREATED_PROPERTY
        Provides the 'timeCreated' property name.
        See Also:
        Constant Field Values
      • COMPOSER_IMPORT_ACTIONS_PROPERTY

        public static final String COMPOSER_IMPORT_ACTIONS_PROPERTY
        Provides the 'composerImportActions' relationship name.
        See Also:
        Constant Field Values
      • COMPOSER_PACKAGE_DATA_PROPERTY

        public static final String COMPOSER_PACKAGE_DATA_PROPERTY
        Provides the 'composerPackageData' relationship name.
        See Also:
        Constant Field Values
      • CREATOR_PROPERTY

        public static final String CREATOR_PROPERTY
        Provides the 'creator' relationship name.
        See Also:
        Constant Field Values
      • COMPOSER_PACKAGE_QUEUE_OID_PK_COLUMN

        public static final String COMPOSER_PACKAGE_QUEUE_OID_PK_COLUMN
        Provides the 'composer_package_queue_oid' primary key database column name.
        See Also:
        Constant Field Values
      • COMPOSER_PACKAGE_ID

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

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

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

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

        public static final org.apache.cayenne.exp.Property<Client> CLIENT
        Provides the 'CLIENT' property.
      • COMPOSER_IMPORT_ACTIONS

        public static final org.apache.cayenne.exp.Property<List<ComposerImportAction>> COMPOSER_IMPORT_ACTIONS
        Provides the 'COMPOSER_IMPORT_ACTIONS' property.
      • COMPOSER_PACKAGE_DATA

        public static final org.apache.cayenne.exp.Property<ComposerPackageData> COMPOSER_PACKAGE_DATA
        Provides the 'COMPOSER_PACKAGE_DATA' property.
      • CREATOR

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

      • _ComposerPackageQueue

        public _ComposerPackageQueue()
    • Method Detail

      • setComposerPackageId

        public void setComposerPackageId​(String composerPackageId)
        Set the composerPackageId value.
        Parameters:
        composerPackageId - the composerPackageId value to set
      • getComposerPackageId

        public String getComposerPackageId()
        Return the composerPackageId value.
        Returns:
        composerPackageId the composerPackageId value
      • setDeploymentStatus

        public void setDeploymentStatus​(String deploymentStatus)
        Set the deploymentStatus value.
        Parameters:
        deploymentStatus - the deploymentStatus value to set
      • getDeploymentStatus

        public String getDeploymentStatus()
        Return the deploymentStatus value.
        Returns:
        deploymentStatus the deploymentStatus value
      • setTimeCompleted

        public void setTimeCompleted​(Date timeCompleted)
        Set the timeCompleted value.
        Parameters:
        timeCompleted - the timeCompleted value to set
      • getTimeCompleted

        public Date getTimeCompleted()
        Return the timeCompleted value.
        Returns:
        timeCompleted the timeCompleted value
      • setTimeCreated

        public void setTimeCreated​(Date timeCreated)
        Set the timeCreated value.
        Parameters:
        timeCreated - the timeCreated value to set
      • getTimeCreated

        public Date getTimeCreated()
        Return the timeCreated value.
        Returns:
        timeCreated the timeCreated value
      • setClient

        public void setClient​(Client client)
        Set the Client.
        Parameters:
        client - the client value to set
      • getClient

        public Client getClient()
        Return the Client.
        Returns:
        the client value
      • addToComposerImportActions

        public void addToComposerImportActions​(ComposerImportAction obj)
        Add the ComposerImportActions object.
        Parameters:
        obj - the composerImportActions value to add
      • removeFromComposerImportActions

        public void removeFromComposerImportActions​(ComposerImportAction obj)
        Remove the ComposerImportActions object.
        Parameters:
        obj - the composerImportActions value to remove
      • getComposerImportActions

        public List<ComposerImportAction> getComposerImportActions()
        Return the ComposerImportActions.
        Returns:
        composerImportActions value
      • setComposerPackageData

        public void setComposerPackageData​(ComposerPackageData composerPackageData)
        Set the ComposerPackageData.
        Parameters:
        composerPackageData - the composerPackageData value to set
      • getComposerPackageData

        public ComposerPackageData getComposerPackageData()
        Return the ComposerPackageData.
        Returns:
        the composerPackageData value
      • setCreator

        public void setCreator​(UserAccount creator)
        Set the Creator.
        Parameters:
        creator - the creator value to set
      • getCreator

        public UserAccount getCreator()
        Return the Creator.
        Returns:
        the creator value