Package com.avoka.fc.core.entity
Class SubmissionHistoryData
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._SubmissionHistoryData
com.avoka.fc.core.entity.SubmissionHistoryData
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
Provides an entity storing the file contents of a submission history entry.
- See Also:
-
Field Summary
Fields inherited from class com.avoka.fc.core.entity.auto._SubmissionHistoryData
SUBMISSION_HISTORY, SUBMISSION_HISTORY_DATA, SUBMISSION_HISTORY_DATA_OID_PK_COLUMN, SUBMISSION_HISTORY_DATA_PROPERTY, SUBMISSION_HISTORY_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.void
setSubmissionHistoryData
(byte[] submissionHistoryData) Deprecated.Methods inherited from class com.avoka.fc.core.entity.auto._SubmissionHistoryData
getSubmissionHistory, setSubmissionHistory
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
-
SubmissionHistoryData
public SubmissionHistoryData()
-
-
Method Details
-
setSubmissionHistoryData
Deprecated.Description copied from class:_SubmissionHistoryData
Set the submissionHistoryData value.- Overrides:
setSubmissionHistoryData
in class_SubmissionHistoryData
- Parameters:
submissionHistoryData
- the submissionHistoryData value to set
-
getSubmissionHistoryData
Deprecated.Description copied from class:_SubmissionHistoryData
Return the submissionHistoryData value.- Overrides:
getSubmissionHistoryData
in class_SubmissionHistoryData
- Returns:
- submissionHistoryData the submissionHistoryData value
-