Class _ComposerImportAction

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

    public abstract class _ComposerImportAction
    extends BaseEntity

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

      • FAR_FORM_KEY_PROPERTY

        public static final String FAR_FORM_KEY_PROPERTY
        Provides the 'farFormKey' property name.
        See Also:
        Constant Field Values
      • FAR_FORM_NAME_PROPERTY

        public static final String FAR_FORM_NAME_PROPERTY
        Provides the 'farFormName' property name.
        See Also:
        Constant Field Values
      • FORM_NAME_PROPERTY

        public static final String FORM_NAME_PROPERTY
        Provides the 'formName' property name.
        See Also:
        Constant Field Values
      • IMPORT_TYPE_PROPERTY

        public static final String IMPORT_TYPE_PROPERTY
        Provides the 'importType' property name.
        See Also:
        Constant Field Values
      • COMPOSER_PACKAGE_QUEUE_PROPERTY

        public static final String COMPOSER_PACKAGE_QUEUE_PROPERTY
        Provides the 'composerPackageQueue' relationship name.
        See Also:
        Constant Field Values
      • COMPOSER_IMPORT_ACTION_OID_PK_COLUMN

        public static final String COMPOSER_IMPORT_ACTION_OID_PK_COLUMN
        Provides the 'composer_import_action_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ACTION

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

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<ComposerPackageQueue> COMPOSER_PACKAGE_QUEUE
        Provides the 'COMPOSER_PACKAGE_QUEUE' property.
      • FORM

        public static final org.apache.cayenne.exp.Property<Form> FORM
        Provides the 'FORM' property.
      • USER

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

      • _ComposerImportAction

        public _ComposerImportAction()
    • Method Detail

      • setAction

        public void setAction​(String action)
        Set the action value.
        Parameters:
        action - the action value to set
      • getAction

        public String getAction()
        Return the action value.
        Returns:
        action the action value
      • setFarFormKey

        public void setFarFormKey​(String farFormKey)
        Set the farFormKey value.
        Parameters:
        farFormKey - the farFormKey value to set
      • getFarFormKey

        public String getFarFormKey()
        Return the farFormKey value.
        Returns:
        farFormKey the farFormKey value
      • setFarFormName

        public void setFarFormName​(String farFormName)
        Set the farFormName value.
        Parameters:
        farFormName - the farFormName value to set
      • getFarFormName

        public String getFarFormName()
        Return the farFormName value.
        Returns:
        farFormName the farFormName value
      • setFormName

        public void setFormName​(String formName)
        Set the formName value.
        Parameters:
        formName - the formName value to set
      • getFormName

        public String getFormName()
        Return the formName value.
        Returns:
        formName the formName value
      • setImportType

        public void setImportType​(String importType)
        Set the importType value.
        Parameters:
        importType - the importType value to set
      • getImportType

        public String getImportType()
        Return the importType value.
        Returns:
        importType the importType value
      • setResult

        public void setResult​(String result)
        Set the result value.
        Parameters:
        result - the result value to set
      • getResult

        public String getResult()
        Return the result value.
        Returns:
        result the result 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
      • setComposerPackageQueue

        public void setComposerPackageQueue​(ComposerPackageQueue composerPackageQueue)
        Set the ComposerPackageQueue.
        Parameters:
        composerPackageQueue - the composerPackageQueue value to set
      • getComposerPackageQueue

        public ComposerPackageQueue getComposerPackageQueue()
        Return the ComposerPackageQueue.
        Returns:
        the composerPackageQueue value
      • setForm

        public void setForm​(Form form)
        Set the Form.
        Parameters:
        form - the form value to set
      • getForm

        public Form getForm()
        Return the Form.
        Returns:
        the form value
      • setUser

        public void setUser​(UserAccount user)
        Set the User.
        Parameters:
        user - the user value to set
      • getUser

        public UserAccount getUser()
        Return the User.
        Returns:
        the user value