Class _SubmissionPropertySearch

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

    public abstract class _SubmissionPropertySearch
    extends BaseEntity

    Provides the _SubmissionPropertySearch 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> SEARCH_HASH
      Provides the 'SEARCH_HASH' property.
      static String SEARCH_HASH_PROPERTY
      Provides the 'searchHash' property name.
      static String SUB_PROPERTY_SEARCH_OID_PK_COLUMN
      Provides the 'sub_property_search_oid' primary key database column name.
      static org.apache.cayenne.exp.Property<Submission> SUBMISSION
      Provides the 'SUBMISSION' property.
      static String SUBMISSION_PROPERTY
      Provides the 'submission' relationship name.
      static org.apache.cayenne.exp.Property<SubmissionProperty> SUBMISSION_PROPERTY_REL
      Provides the 'SUBMISSION_PROPERTY_REL' property.
      static String SUBMISSION_PROPERTY_REL_PROPERTY
      Provides the 'submissionPropertyRel' 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 getSearchHash()
      Return the searchHash value.
      Submission getSubmission()
      Return the Submission.
      SubmissionProperty getSubmissionPropertyRel()
      Return the SubmissionPropertyRel.
      void setSearchHash​(String searchHash)
      Set the searchHash value.
      void setSubmission​(Submission submission)
      Set the Submission.
      void setSubmissionPropertyRel​(SubmissionProperty submissionPropertyRel)
      Set the SubmissionPropertyRel.
      • 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

      • SEARCH_HASH_PROPERTY

        public static final String SEARCH_HASH_PROPERTY
        Provides the 'searchHash' 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_PROPERTY_REL_PROPERTY

        public static final String SUBMISSION_PROPERTY_REL_PROPERTY
        Provides the 'submissionPropertyRel' relationship name.
        See Also:
        Constant Field Values
      • SUB_PROPERTY_SEARCH_OID_PK_COLUMN

        public static final String SUB_PROPERTY_SEARCH_OID_PK_COLUMN
        Provides the 'sub_property_search_oid' primary key database column name.
        See Also:
        Constant Field Values
      • SEARCH_HASH

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

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

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

      • _SubmissionPropertySearch

        public _SubmissionPropertySearch()
    • Method Detail

      • setSearchHash

        public void setSearchHash​(String searchHash)
        Set the searchHash value.
        Parameters:
        searchHash - the searchHash value to set
      • getSearchHash

        public String getSearchHash()
        Return the searchHash value.
        Returns:
        searchHash the searchHash 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
      • setSubmissionPropertyRel

        public void setSubmissionPropertyRel​(SubmissionProperty submissionPropertyRel)
        Set the SubmissionPropertyRel.
        Parameters:
        submissionPropertyRel - the submissionPropertyRel value to set
      • getSubmissionPropertyRel

        public SubmissionProperty getSubmissionPropertyRel()
        Return the SubmissionPropertyRel.
        Returns:
        the submissionPropertyRel value