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
@CacheGroups("CONFIG") public class VersionAttachment extends _VersionAttachment
Provides the definition of a required attachment associated with a form template version.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
MAX_RESOLUTION_1
The Constant MAX_RESOLUTION_1.static String
MAX_RESOLUTION_2
The Constant MAX_RESOLUTION_2.static String
MAX_RESOLUTION_3
The Constant MAX_RESOLUTION_3.static String
MAX_RESOLUTION_4
The Constant MAX_RESOLUTION_4.static String
MAX_RESOLUTION_5
The Constant MAX_RESOLUTION_5.static String
MAX_RESOLUTION_6
The Constant MAX_RESOLUTION_6.static String
MAX_RESOLUTION_7
The Constant MAX_RESOLUTION_7.static String
MAX_RESOLUTION_8
The Constant MAX_RESOLUTION_8.static Map<Integer,String>
MAX_RESOLUTIONS
The Constant MAX_RESOLUTIONS.static String
SUBMIT_METHOD_Electronic
Indicates that the user will have to attach files electronicallystatic String
SUBMIT_METHOD_Manual
Indicates that the user will have to send in attachments via a manual process (e.g.static String[]
SUBMIT_METHODS
The set of constraints on the submission method-
Fields 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
-
-
Constructor Summary
Constructors Constructor Description VersionAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSubmitMethodElectronic()
boolean
isSubmitMethodManual()
-
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
-
-
-
-
Field Detail
-
SUBMIT_METHOD_Electronic
public static final String SUBMIT_METHOD_Electronic
Indicates that the user will have to attach files electronically- See Also:
- Constant Field Values
-
SUBMIT_METHOD_Manual
public static final String SUBMIT_METHOD_Manual
Indicates that the user will have to send in attachments via a manual process (e.g. fax)- See Also:
- Constant Field Values
-
SUBMIT_METHODS
public static final String[] SUBMIT_METHODS
The set of constraints on the submission method
-
MAX_RESOLUTION_1
public static final String MAX_RESOLUTION_1
The Constant MAX_RESOLUTION_1.- See Also:
- Constant Field Values
-
MAX_RESOLUTION_2
public static final String MAX_RESOLUTION_2
The Constant MAX_RESOLUTION_2.- See Also:
- Constant Field Values
-
MAX_RESOLUTION_3
public static final String MAX_RESOLUTION_3
The Constant MAX_RESOLUTION_3.- See Also:
- Constant Field Values
-
MAX_RESOLUTION_4
public static final String MAX_RESOLUTION_4
The Constant MAX_RESOLUTION_4.- See Also:
- Constant Field Values
-
MAX_RESOLUTION_5
public static final String MAX_RESOLUTION_5
The Constant MAX_RESOLUTION_5.- See Also:
- Constant Field Values
-
MAX_RESOLUTION_6
public static final String MAX_RESOLUTION_6
The Constant MAX_RESOLUTION_6.- See Also:
- Constant Field Values
-
MAX_RESOLUTION_7
public static final String MAX_RESOLUTION_7
The Constant MAX_RESOLUTION_7.- See Also:
- Constant Field Values
-
MAX_RESOLUTION_8
public static final String MAX_RESOLUTION_8
The Constant MAX_RESOLUTION_8.- See Also:
- Constant Field Values
-
-