Class _FormDesign

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    FormDesign

    public abstract class _FormDesign
    extends BaseEntity

    Provides the _FormDesign database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • ACTIVE_FLAG_PROPERTY

        public static final String ACTIVE_FLAG_PROPERTY
        Provides the 'activeFlag' property name.
        See Also:
        Constant Field Values
      • CREATED_AT_PROPERTY

        public static final String CREATED_AT_PROPERTY
        Provides the 'createdAt' property name.
        See Also:
        Constant Field Values
      • CREATED_BY_PROPERTY

        public static final String CREATED_BY_PROPERTY
        Provides the 'createdBy' property name.
        See Also:
        Constant Field Values
      • DESCRIPTION_PROPERTY

        public static final String DESCRIPTION_PROPERTY
        Provides the 'description' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_AT_PROPERTY

        public static final String LAST_MODIFIED_AT_PROPERTY
        Provides the 'lastModifiedAt' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_BY_PROPERTY

        public static final String LAST_MODIFIED_BY_PROPERTY
        Provides the 'lastModifiedBy' property name.
        See Also:
        Constant Field Values
      • NAME_NORMALIZED_PROPERTY

        public static final String NAME_NORMALIZED_PROPERTY
        Provides the 'nameNormalized' property name.
        See Also:
        Constant Field Values
      • FORM_DESIGN_VERSIONS_PROPERTY

        public static final String FORM_DESIGN_VERSIONS_PROPERTY
        Provides the 'formDesignVersions' relationship name.
        See Also:
        Constant Field Values
      • PROJECT_PROPERTY

        public static final String PROJECT_PROPERTY
        Provides the 'project' relationship name.
        See Also:
        Constant Field Values
      • FORM_DESIGN_OID_PK_COLUMN

        public static final String FORM_DESIGN_OID_PK_COLUMN
        Provides the 'form_design_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ACTIVE_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> ACTIVE_FLAG
        Provides the 'ACTIVE_FLAG' property.
      • CREATED_AT

        public static final org.apache.cayenne.exp.Property<Date> CREATED_AT
        Provides the 'CREATED_AT' property.
      • CREATED_BY

        public static final org.apache.cayenne.exp.Property<String> CREATED_BY
        Provides the 'CREATED_BY' property.
      • DESCRIPTION

        public static final org.apache.cayenne.exp.Property<String> DESCRIPTION
        Provides the 'DESCRIPTION' property.
      • LAST_MODIFIED_AT

        public static final org.apache.cayenne.exp.Property<Date> LAST_MODIFIED_AT
        Provides the 'LAST_MODIFIED_AT' property.
      • LAST_MODIFIED_BY

        public static final org.apache.cayenne.exp.Property<String> LAST_MODIFIED_BY
        Provides the 'LAST_MODIFIED_BY' property.
      • NAME

        public static final org.apache.cayenne.exp.Property<String> NAME
        Provides the 'NAME' property.
      • NAME_NORMALIZED

        public static final org.apache.cayenne.exp.Property<String> NAME_NORMALIZED
        Provides the 'NAME_NORMALIZED' property.
      • TYPE

        public static final org.apache.cayenne.exp.Property<String> TYPE
        Provides the 'TYPE' property.
      • FOLDER

        public static final org.apache.cayenne.exp.Property<Folder> FOLDER
        Provides the 'FOLDER' property.
      • FORM

        public static final org.apache.cayenne.exp.Property<Form> FORM
        Provides the 'FORM' property.
      • FORM_DESIGN_VERSIONS

        public static final org.apache.cayenne.exp.Property<List<FormDesignVersion>> FORM_DESIGN_VERSIONS
        Provides the 'FORM_DESIGN_VERSIONS' property.
      • PROJECT

        public static final org.apache.cayenne.exp.Property<Project> PROJECT
        Provides the 'PROJECT' property.
    • Constructor Detail

      • _FormDesign

        public _FormDesign()
    • Method Detail

      • setActiveFlag

        public void setActiveFlag​(boolean activeFlag)
        Set the activeFlag value.
        Parameters:
        activeFlag - the activeFlag value to set
      • isActiveFlag

        public boolean isActiveFlag()
        Return the activeFlag value.
        Returns:
        activeFlag the activeFlag value
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
        Set the createdAt value.
        Parameters:
        createdAt - the createdAt value to set
      • getCreatedAt

        public Date getCreatedAt()
        Return the createdAt value.
        Returns:
        createdAt the createdAt value
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Set the createdBy value.
        Parameters:
        createdBy - the createdBy value to set
      • getCreatedBy

        public String getCreatedBy()
        Return the createdBy value.
        Returns:
        createdBy the createdBy value
      • setDescription

        public void setDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
      • getDescription

        public String getDescription()
        Return the description value.
        Returns:
        description the description value
      • setLastModifiedAt

        public void setLastModifiedAt​(Date lastModifiedAt)
        Set the lastModifiedAt value.
        Parameters:
        lastModifiedAt - the lastModifiedAt value to set
      • getLastModifiedAt

        public Date getLastModifiedAt()
        Return the lastModifiedAt value.
        Returns:
        lastModifiedAt the lastModifiedAt value
      • setLastModifiedBy

        public void setLastModifiedBy​(String lastModifiedBy)
        Set the lastModifiedBy value.
        Parameters:
        lastModifiedBy - the lastModifiedBy value to set
      • getLastModifiedBy

        public String getLastModifiedBy()
        Return the lastModifiedBy value.
        Returns:
        lastModifiedBy the lastModifiedBy value
      • setName

        public void setName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
      • getName

        public String getName()
        Return the name value.
        Returns:
        name the name value
      • setNameNormalized

        public void setNameNormalized​(String nameNormalized)
        Set the nameNormalized value.
        Parameters:
        nameNormalized - the nameNormalized value to set
      • getNameNormalized

        public String getNameNormalized()
        Return the nameNormalized value.
        Returns:
        nameNormalized the nameNormalized value
      • setType

        public void setType​(String type)
        Set the type value.
        Parameters:
        type - the type value to set
      • getType

        public String getType()
        Return the type value.
        Returns:
        type the type value
      • setFolder

        public void setFolder​(Folder folder)
        Set the Folder.
        Parameters:
        folder - the folder value to set
      • getFolder

        public Folder getFolder()
        Return the Folder.
        Returns:
        the folder value
      • setForm

        public void setForm​(Form form)
        Set the Form.
        Parameters:
        form - the form value to set
      • getForm

        public Form getForm()
        Return the Form.
        Returns:
        the form value
      • addToFormDesignVersions

        public void addToFormDesignVersions​(FormDesignVersion obj)
        Add the FormDesignVersions object.
        Parameters:
        obj - the formDesignVersions value to add
      • removeFromFormDesignVersions

        public void removeFromFormDesignVersions​(FormDesignVersion obj)
        Remove the FormDesignVersions object.
        Parameters:
        obj - the formDesignVersions value to remove
      • getFormDesignVersions

        public List<FormDesignVersion> getFormDesignVersions()
        Return the FormDesignVersions.
        Returns:
        formDesignVersions value
      • setProject

        public void setProject​(Project project)
        Set the Project.
        Parameters:
        project - the project value to set
      • getProject

        public Project getProject()
        Return the Project.
        Returns:
        the project value