Class _SubmissionExtractData

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

    public abstract class _SubmissionExtractData
    extends BaseEntity

    Provides the _SubmissionExtractData 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<Boolean> ENCRYPTED_FLAG
      Provides the 'ENCRYPTED_FLAG' property.
      static String ENCRYPTED_FLAG_PROPERTY
      Provides the 'encryptedFlag' property name.
      static org.apache.cayenne.exp.Property<String> NAME
      Provides the 'NAME' property.
      static String NAME_PROPERTY
      Provides the 'name' property name.
      static org.apache.cayenne.exp.Property<String> SEARCH_VALUE
      Provides the 'SEARCH_VALUE' property.
      static String SEARCH_VALUE_PROPERTY
      Provides the 'searchValue' property name.
      static org.apache.cayenne.exp.Property<Integer> SEQUENCE_NUMBER
      Provides the 'SEQUENCE_NUMBER' property.
      static String SEQUENCE_NUMBER_PROPERTY
      Provides the 'sequenceNumber' property name.
      static org.apache.cayenne.exp.Property<Submission> SUBMISSION
      Provides the 'SUBMISSION' property.
      static String SUBMISSION_EXTRACT_DATA_OID_PK_COLUMN
      Provides the 'submission_extract_data_oid' primary key database column name.
      static String SUBMISSION_PROPERTY
      Provides the 'submission' relationship name.
      static org.apache.cayenne.exp.Property<String> VALUE
      Provides the 'VALUE' property.
      static String VALUE_PROPERTY
      Provides the 'value' property 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 getName()
      Return the name value.
      String getSearchValue()
      Return the searchValue value.
      Integer getSequenceNumber()
      Return the sequenceNumber value.
      Submission getSubmission()
      Return the Submission.
      String getValue()
      Return the value value.
      boolean isEncryptedFlag()
      Return the encryptedFlag value.
      void setEncryptedFlag​(boolean encryptedFlag)
      Set the encryptedFlag value.
      void setName​(String name)
      Set the name value.
      void setSearchValue​(String searchValue)
      Set the searchValue value.
      void setSequenceNumber​(Integer sequenceNumber)
      Set the sequenceNumber value.
      void setSubmission​(Submission submission)
      Set the Submission.
      void setValue​(String value)
      Set the value value.
      • 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

      • ENCRYPTED_FLAG_PROPERTY

        public static final String ENCRYPTED_FLAG_PROPERTY
        Provides the 'encryptedFlag' property name.
        See Also:
        Constant Field Values
      • SEARCH_VALUE_PROPERTY

        public static final String SEARCH_VALUE_PROPERTY
        Provides the 'searchValue' property name.
        See Also:
        Constant Field Values
      • SEQUENCE_NUMBER_PROPERTY

        public static final String SEQUENCE_NUMBER_PROPERTY
        Provides the 'sequenceNumber' property name.
        See Also:
        Constant Field Values
      • SUBMISSION_PROPERTY

        public static final String SUBMISSION_PROPERTY
        Provides the 'submission' relationship name.
        See Also:
        Constant Field Values
      • SUBMISSION_EXTRACT_DATA_OID_PK_COLUMN

        public static final String SUBMISSION_EXTRACT_DATA_OID_PK_COLUMN
        Provides the 'submission_extract_data_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ENCRYPTED_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> ENCRYPTED_FLAG
        Provides the 'ENCRYPTED_FLAG' property.
      • NAME

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

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

        public static final org.apache.cayenne.exp.Property<Integer> SEQUENCE_NUMBER
        Provides the 'SEQUENCE_NUMBER' property.
      • VALUE

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

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

      • _SubmissionExtractData

        public _SubmissionExtractData()
    • Method Detail

      • setEncryptedFlag

        public void setEncryptedFlag​(boolean encryptedFlag)
        Set the encryptedFlag value.
        Parameters:
        encryptedFlag - the encryptedFlag value to set
      • isEncryptedFlag

        public boolean isEncryptedFlag()
        Return the encryptedFlag value.
        Returns:
        encryptedFlag the encryptedFlag value
      • setName

        public void setName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
      • getName

        public String getName()
        Return the name value.
        Returns:
        name the name value
      • setSearchValue

        public void setSearchValue​(String searchValue)
        Set the searchValue value.
        Parameters:
        searchValue - the searchValue value to set
      • getSearchValue

        public String getSearchValue()
        Return the searchValue value.
        Returns:
        searchValue the searchValue value
      • setSequenceNumber

        public void setSequenceNumber​(Integer sequenceNumber)
        Set the sequenceNumber value.
        Parameters:
        sequenceNumber - the sequenceNumber value to set
      • getSequenceNumber

        public Integer getSequenceNumber()
        Return the sequenceNumber value.
        Returns:
        sequenceNumber the sequenceNumber value
      • setValue

        public void setValue​(String value)
        Set the value value.
        Parameters:
        value - the value value to set
      • getValue

        public String getValue()
        Return the value value.
        Returns:
        value the value value
      • setSubmission

        public void setSubmission​(Submission submission)
        Set the Submission.
        Parameters:
        submission - the submission value to set
      • getSubmission

        public Submission getSubmission()
        Return the Submission.
        Returns:
        the submission value