Class _ImportActionDetail

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

    public abstract class _ImportActionDetail
    extends BaseEntity

    Provides the _ImportActionDetail 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<String> DETAIL_MESSAGE
      Provides the 'DETAIL_MESSAGE' property.
      static String DETAIL_MESSAGE_PROPERTY
      Provides the 'detailMessage' property name.
      static org.apache.cayenne.exp.Property<ImportAction> IMPORT_ACTION
      Provides the 'IMPORT_ACTION' property.
      static String IMPORT_ACTION_DETAIL_OID_PK_COLUMN
      Provides the 'import_action_detail_oid' primary key database column name.
      static String IMPORT_ACTION_PROPERTY
      Provides the 'importAction' 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
      String getDetailMessage()
      Return the detailMessage value.
      ImportAction getImportAction()
      Return the ImportAction.
      void setDetailMessage​(String detailMessage)
      Set the detailMessage value.
      void setImportAction​(ImportAction importAction)
      Set the ImportAction.
      • 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

      • DETAIL_MESSAGE_PROPERTY

        public static final String DETAIL_MESSAGE_PROPERTY
        Provides the 'detailMessage' property name.
        See Also:
        Constant Field Values
      • IMPORT_ACTION_PROPERTY

        public static final String IMPORT_ACTION_PROPERTY
        Provides the 'importAction' relationship name.
        See Also:
        Constant Field Values
      • IMPORT_ACTION_DETAIL_OID_PK_COLUMN

        public static final String IMPORT_ACTION_DETAIL_OID_PK_COLUMN
        Provides the 'import_action_detail_oid' primary key database column name.
        See Also:
        Constant Field Values
      • DETAIL_MESSAGE

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

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

      • _ImportActionDetail

        public _ImportActionDetail()
    • Method Detail

      • setDetailMessage

        public void setDetailMessage​(String detailMessage)
        Set the detailMessage value.
        Parameters:
        detailMessage - the detailMessage value to set
      • getDetailMessage

        public String getDetailMessage()
        Return the detailMessage value.
        Returns:
        detailMessage the detailMessage value
      • setImportAction

        public void setImportAction​(ImportAction importAction)
        Set the ImportAction.
        Parameters:
        importAction - the importAction value to set
      • getImportAction

        public ImportAction getImportAction()
        Return the ImportAction.
        Returns:
        the importAction value