Package com.avoka.fc.core.entity
Class VersionAttachment
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._VersionAttachment
com.avoka.fc.core.entity.VersionAttachment
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
Provides the definition of a required attachment associated with a form template version.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The Constant MAX_RESOLUTION_1.static final String
The Constant MAX_RESOLUTION_2.static final String
The Constant MAX_RESOLUTION_3.static final String
The Constant MAX_RESOLUTION_4.static final String
The Constant MAX_RESOLUTION_5.static final String
The Constant MAX_RESOLUTION_6.static final String
The Constant MAX_RESOLUTION_7.static final String
The Constant MAX_RESOLUTION_8.The Constant MAX_RESOLUTIONS.static final String
Indicates that the user will have to attach files electronicallystatic final String
Indicates that the user will have to send in attachments via a manual process (e.g.static final String[]
The set of constraints on the submission methodFields inherited from class com.avoka.fc.core.entity.auto._VersionAttachment
DESCRIPTION, DESCRIPTION_PROPERTY, DOCUMENT_TYPE, DOCUMENT_TYPE_CODE, DOCUMENT_TYPE_CODE_PROPERTY, DOCUMENT_TYPE_PROPERTY, FILE_TYPES, FILE_TYPES_PROPERTY, MAX_NUMBER, MAX_NUMBER_PROPERTY, MAX_RESOLUTION, MAX_RESOLUTION_PROPERTY, MAX_SIZE, MAX_SIZE_PROPERTY, NAME, NAME_PROPERTY, REQUIRED_FLAG, REQUIRED_FLAG_PROPERTY, SUBMIT_METHOD, SUBMIT_METHOD_PROPERTY, TEMPLATE_VERSION, TEMPLATE_VERSION_PROPERTY, VERSION_ATTACHMENT_OID_PK_COLUMN
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 TypeMethodDescriptionboolean
boolean
Methods inherited from class com.avoka.fc.core.entity.auto._VersionAttachment
getDescription, getDocumentType, getDocumentTypeCode, getFileTypes, getMaxNumber, getMaxResolution, getMaxSize, getName, getSubmitMethod, getTemplateVersion, isRequiredFlag, setDescription, setDocumentType, setDocumentTypeCode, setFileTypes, setMaxNumber, setMaxResolution, setMaxSize, setName, setRequiredFlag, setSubmitMethod, setTemplateVersion
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
-
Field Details
-
SUBMIT_METHOD_Electronic
Indicates that the user will have to attach files electronically- See Also:
-
SUBMIT_METHOD_Manual
Indicates that the user will have to send in attachments via a manual process (e.g. fax)- See Also:
-
SUBMIT_METHODS
The set of constraints on the submission method -
MAX_RESOLUTION_1
The Constant MAX_RESOLUTION_1.- See Also:
-
MAX_RESOLUTION_2
The Constant MAX_RESOLUTION_2.- See Also:
-
MAX_RESOLUTION_3
The Constant MAX_RESOLUTION_3.- See Also:
-
MAX_RESOLUTION_4
The Constant MAX_RESOLUTION_4.- See Also:
-
MAX_RESOLUTION_5
The Constant MAX_RESOLUTION_5.- See Also:
-
MAX_RESOLUTION_6
The Constant MAX_RESOLUTION_6.- See Also:
-
MAX_RESOLUTION_7
The Constant MAX_RESOLUTION_7.- See Also:
-
MAX_RESOLUTION_8
The Constant MAX_RESOLUTION_8.- See Also:
-
MAX_RESOLUTIONS
The Constant MAX_RESOLUTIONS.
-
-
Constructor Details
-
VersionAttachment
public VersionAttachment()
-
-
Method Details
-
isSubmitMethodElectronic
public boolean isSubmitMethodElectronic()- Returns:
- true if submit method is "Electronic"
- Since:
- 17.10.0
-
isSubmitMethodManual
public boolean isSubmitMethodManual()- Returns:
- true if submit method is "Manual"
- Since:
- 17.10.0
-