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
public class SubmissionData extends _SubmissionData
Provides an entity storing file contents associated with a submission.- See Also:
- Serialized Form
-
-
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, SIGNATURE_RECEIPT_DATA, SIGNATURE_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
-
-
Constructor Summary
Constructors Constructor Description SubmissionData()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]
getReceiptData()
Deprecated.byte[]
getSignatureReceiptData()
Deprecated.byte[]
getSubmissionData()
Deprecated.void
setReceiptData(byte[] receiptData)
Deprecated.void
setSignatureReceiptData(byte[] signatureReceiptData)
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
-
-
-
-
Method Detail
-
setReceiptData
@Deprecated public void setReceiptData(byte[] receiptData)
Deprecated.Description copied from class:_SubmissionData
Set the receiptData value.- Overrides:
setReceiptData
in class_SubmissionData
- Parameters:
receiptData
- the receiptData value to set
-
getReceiptData
@Deprecated public byte[] getReceiptData()
Deprecated.Description copied from class:_SubmissionData
Return the receiptData value.- Overrides:
getReceiptData
in class_SubmissionData
- Returns:
- receiptData the receiptData value
-
setSignatureReceiptData
@Deprecated public void setSignatureReceiptData(byte[] signatureReceiptData)
Deprecated.Description copied from class:_SubmissionData
Set the signatureReceiptData value.- Overrides:
setSignatureReceiptData
in class_SubmissionData
- Parameters:
signatureReceiptData
- the signatureReceiptData value to set
-
getSignatureReceiptData
@Deprecated public byte[] getSignatureReceiptData()
Deprecated.Description copied from class:_SubmissionData
Return the signatureReceiptData value.- Overrides:
getSignatureReceiptData
in class_SubmissionData
- Returns:
- signatureReceiptData the signatureReceiptData value
-
setSubmissionData
@Deprecated public void setSubmissionData(byte[] submissionData)
Deprecated.Description copied from class:_SubmissionData
Set the submissionData value.- Overrides:
setSubmissionData
in class_SubmissionData
- Parameters:
submissionData
- the submissionData value to set
-
getSubmissionData
@Deprecated public byte[] getSubmissionData()
Deprecated.Description copied from class:_SubmissionData
Return the submissionData value.- Overrides:
getSubmissionData
in class_SubmissionData
- Returns:
- submissionData the submissionData value
-
-