Class _ImportAction

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

    public abstract class _ImportAction
    extends BaseEntity

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

      • ARCHIVE_NAME_PROPERTY

        public static final String ARCHIVE_NAME_PROPERTY
        Provides the 'archiveName' property name.
        See Also:
        Constant Field Values
      • CREATION_TIME_PROPERTY

        public static final String CREATION_TIME_PROPERTY
        Provides the 'creationTime' property name.
        See Also:
        Constant Field Values
      • IMPORT_MESSAGE_PROPERTY

        public static final String IMPORT_MESSAGE_PROPERTY
        Provides the 'importMessage' property name.
        See Also:
        Constant Field Values
      • IMPORT_OPTIONS_PROPERTY

        public static final String IMPORT_OPTIONS_PROPERTY
        Provides the 'importOptions' property name.
        See Also:
        Constant Field Values
      • IMPORT_TIME_PROPERTY

        public static final String IMPORT_TIME_PROPERTY
        Provides the 'importTime' 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
      • IMPORT_USER_LOGINNAME_PROPERTY

        public static final String IMPORT_USER_LOGINNAME_PROPERTY
        Provides the 'importUserLoginname' property name.
        See Also:
        Constant Field Values
      • IMPORT_ACTION_DATA_PROPERTY

        public static final String IMPORT_ACTION_DATA_PROPERTY
        Provides the 'importActionData' relationship name.
        See Also:
        Constant Field Values
      • IMPORT_ACTION_DETAILS_PROPERTY

        public static final String IMPORT_ACTION_DETAILS_PROPERTY
        Provides the 'importActionDetails' relationship name.
        See Also:
        Constant Field Values
      • IMPORT_ACTION_OID_PK_COLUMN

        public static final String IMPORT_ACTION_OID_PK_COLUMN
        Provides the 'import_action_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ARCHIVE_NAME

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

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

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

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<ImportActionData> IMPORT_ACTION_DATA
        Provides the 'IMPORT_ACTION_DATA' property.
      • IMPORT_ACTION_DETAILS

        public static final org.apache.cayenne.exp.Property<List<ImportActionDetail>> IMPORT_ACTION_DETAILS
        Provides the 'IMPORT_ACTION_DETAILS' property.
    • Constructor Detail

      • _ImportAction

        public _ImportAction()
    • Method Detail

      • setArchiveName

        public void setArchiveName​(String archiveName)
        Set the archiveName value.
        Parameters:
        archiveName - the archiveName value to set
      • getArchiveName

        public String getArchiveName()
        Return the archiveName value.
        Returns:
        archiveName the archiveName value
      • setCreationTime

        public void setCreationTime​(Date creationTime)
        Set the creationTime value.
        Parameters:
        creationTime - the creationTime value to set
      • getCreationTime

        public Date getCreationTime()
        Return the creationTime value.
        Returns:
        creationTime the creationTime value
      • setImportMessage

        public void setImportMessage​(String importMessage)
        Set the importMessage value.
        Parameters:
        importMessage - the importMessage value to set
      • getImportMessage

        public String getImportMessage()
        Return the importMessage value.
        Returns:
        importMessage the importMessage value
      • setImportOptions

        public void setImportOptions​(String importOptions)
        Set the importOptions value.
        Parameters:
        importOptions - the importOptions value to set
      • getImportOptions

        public String getImportOptions()
        Return the importOptions value.
        Returns:
        importOptions the importOptions value
      • setImportTime

        public void setImportTime​(Date importTime)
        Set the importTime value.
        Parameters:
        importTime - the importTime value to set
      • getImportTime

        public Date getImportTime()
        Return the importTime value.
        Returns:
        importTime the importTime 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
      • setImportUserLoginname

        public void setImportUserLoginname​(String importUserLoginname)
        Set the importUserLoginname value.
        Parameters:
        importUserLoginname - the importUserLoginname value to set
      • getImportUserLoginname

        public String getImportUserLoginname()
        Return the importUserLoginname value.
        Returns:
        importUserLoginname the importUserLoginname value
      • setStatus

        public void setStatus​(String status)
        Set the status value.
        Parameters:
        status - the status value to set
      • getStatus

        public String getStatus()
        Return the status value.
        Returns:
        status the status 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
      • setImportActionData

        public void setImportActionData​(ImportActionData importActionData)
        Set the ImportActionData.
        Parameters:
        importActionData - the importActionData value to set
      • getImportActionData

        public ImportActionData getImportActionData()
        Return the ImportActionData.
        Returns:
        the importActionData value
      • addToImportActionDetails

        public void addToImportActionDetails​(ImportActionDetail obj)
        Add the ImportActionDetails object.
        Parameters:
        obj - the importActionDetails value to add
      • removeFromImportActionDetails

        public void removeFromImportActionDetails​(ImportActionDetail obj)
        Remove the ImportActionDetails object.
        Parameters:
        obj - the importActionDetails value to remove
      • getImportActionDetails

        public List<ImportActionDetail> getImportActionDetails()
        Return the ImportActionDetails.
        Returns:
        importActionDetails value