Class _FormDesignVersion

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

    public abstract class _FormDesignVersion
    extends BaseEntity

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

      • CHECKED_OUT_AT_PROPERTY

        public static final String CHECKED_OUT_AT_PROPERTY
        Provides the 'checkedOutAt' 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
      • TAG_FLAG_PROPERTY

        public static final String TAG_FLAG_PROPERTY
        Provides the 'tagFlag' property name.
        See Also:
        Constant Field Values
      • VERSION_NUMBER_PROPERTY

        public static final String VERSION_NUMBER_PROPERTY
        Provides the 'versionNumber' property name.
        See Also:
        Constant Field Values
      • CHECK_OUT_USER_PROPERTY

        public static final String CHECK_OUT_USER_PROPERTY
        Provides the 'checkOutUser' relationship name.
        See Also:
        Constant Field Values
      • FORM_DESIGN_PROPERTY

        public static final String FORM_DESIGN_PROPERTY
        Provides the 'formDesign' relationship name.
        See Also:
        Constant Field Values
      • FORM_DESIGN_VERSION_INCLUDES_PROPERTY

        public static final String FORM_DESIGN_VERSION_INCLUDES_PROPERTY
        Provides the 'formDesignVersionIncludes' relationship name.
        See Also:
        Constant Field Values
      • FORM_VERSION_PROPERTY

        public static final String FORM_VERSION_PROPERTY
        Provides the 'formVersion' relationship name.
        See Also:
        Constant Field Values
      • LIBRARY_PROPERTY

        public static final String LIBRARY_PROPERTY
        Provides the 'library' relationship name.
        See Also:
        Constant Field Values
      • VERSION_PROPERTIES_PROPERTY

        public static final String VERSION_PROPERTIES_PROPERTY
        Provides the 'versionProperties' relationship name.
        See Also:
        Constant Field Values
      • FORM_DESIGN_VERSION_OID_PK_COLUMN

        public static final String FORM_DESIGN_VERSION_OID_PK_COLUMN
        Provides the 'form_design_version_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CHECKED_OUT_AT

        public static final org.apache.cayenne.exp.Property<Date> CHECKED_OUT_AT
        Provides the 'CHECKED_OUT_AT' 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.
      • TAG_FLAG

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

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

        public static final org.apache.cayenne.exp.Property<UserAccount> CHECK_OUT_USER
        Provides the 'CHECK_OUT_USER' property.
      • FORM_DESIGN

        public static final org.apache.cayenne.exp.Property<FormDesign> FORM_DESIGN
        Provides the 'FORM_DESIGN' property.
      • FORM_DESIGN_VERSION_INCLUDES

        public static final org.apache.cayenne.exp.Property<List<FormDesignVersionInclude>> FORM_DESIGN_VERSION_INCLUDES
        Provides the 'FORM_DESIGN_VERSION_INCLUDES' property.
      • FORM_VERSION

        public static final org.apache.cayenne.exp.Property<TemplateVersion> FORM_VERSION
        Provides the 'FORM_VERSION' property.
      • LIBRARY

        public static final org.apache.cayenne.exp.Property<Library> LIBRARY
        Provides the 'LIBRARY' property.
      • TAGS

        public static final org.apache.cayenne.exp.Property<List<ProjectFormTag>> TAGS
        Provides the 'TAGS' property.
      • VERSION_PROPERTIES

        public static final org.apache.cayenne.exp.Property<List<FormDesignVersionProperty>> VERSION_PROPERTIES
        Provides the 'VERSION_PROPERTIES' property.
    • Constructor Detail

      • _FormDesignVersion

        public _FormDesignVersion()
    • Method Detail

      • setCheckedOutAt

        public void setCheckedOutAt​(Date checkedOutAt)
        Set the checkedOutAt value.
        Parameters:
        checkedOutAt - the checkedOutAt value to set
      • getCheckedOutAt

        public Date getCheckedOutAt()
        Return the checkedOutAt value.
        Returns:
        checkedOutAt the checkedOutAt 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
      • setTagFlag

        public void setTagFlag​(boolean tagFlag)
        Set the tagFlag value.
        Parameters:
        tagFlag - the tagFlag value to set
      • isTagFlag

        public boolean isTagFlag()
        Return the tagFlag value.
        Returns:
        tagFlag the tagFlag value
      • setVersionNumber

        public void setVersionNumber​(String versionNumber)
        Set the versionNumber value.
        Parameters:
        versionNumber - the versionNumber value to set
      • getVersionNumber

        public String getVersionNumber()
        Return the versionNumber value.
        Returns:
        versionNumber the versionNumber value
      • setCheckOutUser

        public void setCheckOutUser​(UserAccount checkOutUser)
        Set the CheckOutUser.
        Parameters:
        checkOutUser - the checkOutUser value to set
      • getCheckOutUser

        public UserAccount getCheckOutUser()
        Return the CheckOutUser.
        Returns:
        the checkOutUser value
      • setFormDesign

        public void setFormDesign​(FormDesign formDesign)
        Set the FormDesign.
        Parameters:
        formDesign - the formDesign value to set
      • getFormDesign

        public FormDesign getFormDesign()
        Return the FormDesign.
        Returns:
        the formDesign value
      • addToFormDesignVersionIncludes

        public void addToFormDesignVersionIncludes​(FormDesignVersionInclude obj)
        Add the FormDesignVersionIncludes object.
        Parameters:
        obj - the formDesignVersionIncludes value to add
      • removeFromFormDesignVersionIncludes

        public void removeFromFormDesignVersionIncludes​(FormDesignVersionInclude obj)
        Remove the FormDesignVersionIncludes object.
        Parameters:
        obj - the formDesignVersionIncludes value to remove
      • getFormDesignVersionIncludes

        public List<FormDesignVersionInclude> getFormDesignVersionIncludes()
        Return the FormDesignVersionIncludes.
        Returns:
        formDesignVersionIncludes value
      • setFormVersion

        public void setFormVersion​(TemplateVersion formVersion)
        Set the FormVersion.
        Parameters:
        formVersion - the formVersion value to set
      • getFormVersion

        public TemplateVersion getFormVersion()
        Return the FormVersion.
        Returns:
        the formVersion value
      • setLibrary

        public void setLibrary​(Library library)
        Set the Library.
        Parameters:
        library - the library value to set
      • getLibrary

        public Library getLibrary()
        Return the Library.
        Returns:
        the library value
      • addToTags

        public void addToTags​(ProjectFormTag obj)
        Add the Tags object.
        Parameters:
        obj - the tags value to add
      • removeFromTags

        public void removeFromTags​(ProjectFormTag obj)
        Remove the Tags object.
        Parameters:
        obj - the tags value to remove
      • addToVersionProperties

        public void addToVersionProperties​(FormDesignVersionProperty obj)
        Add the VersionProperties object.
        Parameters:
        obj - the versionProperties value to add
      • removeFromVersionProperties

        public void removeFromVersionProperties​(FormDesignVersionProperty obj)
        Remove the VersionProperties object.
        Parameters:
        obj - the versionProperties value to remove
      • getVersionProperties

        public List<FormDesignVersionProperty> getVersionProperties()
        Return the VersionProperties.
        Returns:
        versionProperties value