Package com.avoka.fc.core.entity
Class FormDesign
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._FormDesign
com.avoka.fc.core.entity.FormDesign
- All Implemented Interfaces:
IEntity
,Auditable
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
Provides a form design entity used in Maestro.
- Since:
- 4.0.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The string denoting that the form design is of type "Block"static final String
The string denoting that the form design is of type "Form"static final String
The string denoting that the form design is of type "Receipt"static final String
The string denoting that the form design is of type "Template"Fields inherited from class com.avoka.fc.core.entity.auto._FormDesign
ACTIVE_FLAG, ACTIVE_FLAG_PROPERTY, CREATED_AT, CREATED_AT_PROPERTY, CREATED_BY, CREATED_BY_PROPERTY, DESCRIPTION, DESCRIPTION_PROPERTY, FOLDER, FOLDER_PROPERTY, FORM, FORM_DESIGN_OID_PK_COLUMN, FORM_DESIGN_VERSIONS, FORM_DESIGN_VERSIONS_PROPERTY, FORM_PROPERTY, LAST_MODIFIED_AT, LAST_MODIFIED_AT_PROPERTY, LAST_MODIFIED_BY, LAST_MODIFIED_BY_PROPERTY, NAME, NAME_NORMALIZED, NAME_NORMALIZED_PROPERTY, NAME_PROPERTY, PROJECT, PROJECT_PROPERTY, TYPE, TYPE_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
Methods inherited from class com.avoka.fc.core.entity.auto._FormDesign
addToFormDesignVersions, getCreatedAt, getCreatedBy, getDescription, getFolder, getForm, getFormDesignVersions, getLastModifiedAt, getLastModifiedBy, getName, getNameNormalized, getProject, getType, isActiveFlag, removeFromFormDesignVersions, setActiveFlag, setCreatedAt, setCreatedBy, setDescription, setFolder, setForm, setLastModifiedAt, setLastModifiedBy, setName, setNameNormalized, setProject, setType
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 com.avoka.fc.core.entity.Auditable
getId, getValuesMap
Methods inherited from interface org.apache.cayenne.Persistent
getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
-
Field Details
-
TYPE_BLOCK
The string denoting that the form design is of type "Block"- See Also:
-
TYPE_FORM
The string denoting that the form design is of type "Form"- See Also:
-
TYPE_TEMPLATE
The string denoting that the form design is of type "Template"- See Also:
-
TYPE_RECEIPT
The string denoting that the form design is of type "Receipt"- See Also:
-
-
Constructor Details
-
FormDesign
public FormDesign()
-