Class _ProjectFormTag

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

    public abstract class _ProjectFormTag
    extends BaseEntity

    Provides the _ProjectFormTag 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

      • 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
      • FORM_DESIGN_VERSION_PROPERTY

        public static final String FORM_DESIGN_VERSION_PROPERTY
        Provides the 'formDesignVersion' 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
      • PROJECT_FORM_TAG_DATA_PROPERTY

        public static final String PROJECT_FORM_TAG_DATA_PROPERTY
        Provides the 'projectFormTagData' relationship name.
        See Also:
        Constant Field Values
      • PROJECT_FORM_TAG_OID_PK_COLUMN

        public static final String PROJECT_FORM_TAG_OID_PK_COLUMN
        Provides the 'project_form_tag_oid' primary key database column name.
        See Also:
        Constant Field Values
      • 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.
      • NAME

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

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

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

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

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

      • _ProjectFormTag

        public _ProjectFormTag()
    • Method Detail

      • 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
      • 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
      • 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
      • setFormDesignVersion

        public void setFormDesignVersion​(FormDesignVersion formDesignVersion)
        Set the FormDesignVersion.
        Parameters:
        formDesignVersion - the formDesignVersion value to set
      • getFormDesignVersion

        public FormDesignVersion getFormDesignVersion()
        Return the FormDesignVersion.
        Returns:
        the formDesignVersion 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
      • setProjectFormTagData

        public void setProjectFormTagData​(ProjectFormTagData projectFormTagData)
        Set the ProjectFormTagData.
        Parameters:
        projectFormTagData - the projectFormTagData value to set
      • getProjectFormTagData

        public ProjectFormTagData getProjectFormTagData()
        Return the ProjectFormTagData.
        Returns:
        the projectFormTagData value