Class ProjectFormTag

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

    public class ProjectFormTag
    extends _ProjectFormTag
    Provides an entity describing a tag of a project or form design version used in Maestro.
    Since:
    4.0.0
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_PROJECT

        public static final String TYPE_PROJECT
        Denotes that the tag is storing data for a project
        See Also:
        Constant Field Values
      • TYPE_FORM_DESIGN_VERSION

        public static final String TYPE_FORM_DESIGN_VERSION
        Denotes that the tag is storing data for a form design version
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProjectFormTag

        public ProjectFormTag()