Package com.avoka.fc.core.entity
Class SubmissionData
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._SubmissionData
com.avoka.fc.core.entity.SubmissionData
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
Provides an entity storing file contents associated with a submission.
- See Also:
-
Field Summary
Fields inherited from class com.avoka.fc.core.entity.auto._SubmissionData
CRYPTO_DATA_KEY, CRYPTO_DATA_KEY_PROPERTY, RECEIPT_DATA, RECEIPT_DATA_PROPERTY, SUBMISSION, SUBMISSION_DATA, SUBMISSION_DATA_OID_PK_COLUMN, SUBMISSION_DATA_PROPERTY, SUBMISSION_PROPERTY
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Deprecated.byte[]
Deprecated.void
setReceiptData
(byte[] receiptData) Deprecated.void
setSubmissionData
(byte[] submissionData) Deprecated.Methods inherited from class com.avoka.fc.core.entity.auto._SubmissionData
getCryptoDataKey, getSubmission, setCryptoDataKey, setSubmission
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.cayenne.Persistent
getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
-
Constructor Details
-
SubmissionData
public SubmissionData()
-
-
Method Details
-
setReceiptData
Deprecated.Description copied from class:_SubmissionData
Set the receiptData value.- Overrides:
setReceiptData
in class_SubmissionData
- Parameters:
receiptData
- the receiptData value to set
-
getReceiptData
Deprecated.Description copied from class:_SubmissionData
Return the receiptData value.- Overrides:
getReceiptData
in class_SubmissionData
- Returns:
- receiptData the receiptData value
-
setSubmissionData
Deprecated.Description copied from class:_SubmissionData
Set the submissionData value.- Overrides:
setSubmissionData
in class_SubmissionData
- Parameters:
submissionData
- the submissionData value to set
-
getSubmissionData
Deprecated.Description copied from class:_SubmissionData
Return the submissionData value.- Overrides:
getSubmissionData
in class_SubmissionData
- Returns:
- submissionData the submissionData value
-