Package com.avoka.fc.core.entity
Class SubmissionPropertySearch
- java.lang.Object
-
- org.apache.cayenne.PersistentObject
-
- org.apache.cayenne.BaseDataObject
-
- org.apache.cayenne.CayenneDataObject
-
- com.avoka.core.entity.BaseEntity
-
- com.avoka.fc.core.entity.auto._SubmissionPropertySearch
-
- com.avoka.fc.core.entity.SubmissionPropertySearch
-
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
public class SubmissionPropertySearch extends _SubmissionPropertySearch
Provides a submission property search item hash value.- Since:
- 18.5.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SUBMISSION_PROPERTY_PROPERTY
The submission property relationship.-
Fields inherited from class com.avoka.fc.core.entity.auto._SubmissionPropertySearch
SEARCH_HASH, SEARCH_HASH_PROPERTY, SUB_PROPERTY_SEARCH_OID_PK_COLUMN, SUBMISSION, SUBMISSION_PROPERTY, SUBMISSION_PROPERTY_REL, SUBMISSION_PROPERTY_REL_PROPERTY
-
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description SubmissionPropertySearch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubmissionProperty
getSubmissionProperty()
Return the submission property.void
setSubmissionProperty(SubmissionProperty submissionProperty)
Set the submission property.-
Methods inherited from class com.avoka.fc.core.entity.auto._SubmissionPropertySearch
getSearchHash, getSubmission, getSubmissionPropertyRel, setSearchHash, setSubmission, setSubmissionPropertyRel
-
Methods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toString
-
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
-
-
-
-
Field Detail
-
SUBMISSION_PROPERTY_PROPERTY
public static final String SUBMISSION_PROPERTY_PROPERTY
The submission property relationship. Auxiliary constant since_SubmissionPropertySearch.SUBMISSION_PROPERTY_REL
had to be renamed to avoid a naming conflict- See Also:
- Constant Field Values
-
-
Method Detail
-
setSubmissionProperty
public void setSubmissionProperty(SubmissionProperty submissionProperty)
Set the submission property. Auxiliary method since_SubmissionPropertySearch.SUBMISSION_PROPERTY_REL
had to be renamed to avoid a naming conflict- Parameters:
submissionProperty
- the new submission property
-
getSubmissionProperty
public SubmissionProperty getSubmissionProperty()
Return the submission property. Auxiliary method since_SubmissionPropertySearch.SUBMISSION_PROPERTY_REL
had to be renamed to avoid a naming conflict- Returns:
- the subission property
-
-