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
public class FormDesign extends _FormDesign implements Auditable
Provides a form design entity used in Maestro.- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE_BLOCK
The string denoting that the form design is of type "Block"static String
TYPE_FORM
The string denoting that the form design is of type "Form"static String
TYPE_RECEIPT
The string denoting that the form design is of type "Receipt"static String
TYPE_TEMPLATE
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
-
-
Constructor Summary
Constructors Constructor Description FormDesign()
-
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
-
-
-
-
Field Detail
-
TYPE_BLOCK
public static final String TYPE_BLOCK
The string denoting that the form design is of type "Block"- See Also:
- Constant Field Values
-
TYPE_FORM
public static final String TYPE_FORM
The string denoting that the form design is of type "Form"- See Also:
- Constant Field Values
-
TYPE_TEMPLATE
public static final String TYPE_TEMPLATE
The string denoting that the form design is of type "Template"- See Also:
- Constant Field Values
-
TYPE_RECEIPT
public static final String TYPE_RECEIPT
The string denoting that the form design is of type "Receipt"- See Also:
- Constant Field Values
-
-