Class FormDesign

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
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:
  • Field Details

    • TYPE_BLOCK

      public static final String TYPE_BLOCK
      The string denoting that the form design is of type "Block"
      See Also:
    • TYPE_FORM

      public static final String TYPE_FORM
      The string denoting that the form design is of type "Form"
      See Also:
    • TYPE_TEMPLATE

      public static final String TYPE_TEMPLATE
      The string denoting that the form design is of type "Template"
      See Also:
    • TYPE_RECEIPT

      public static final String TYPE_RECEIPT
      The string denoting that the form design is of type "Receipt"
      See Also:
  • Constructor Details

    • FormDesign

      public FormDesign()