Class _Folder

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

    public abstract class _Folder
    extends BaseEntity

    Provides the _Folder 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
      • 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
      • FORM_DESIGNS_PROPERTY

        public static final String FORM_DESIGNS_PROPERTY
        Provides the 'formDesigns' 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
      • FOLDER_OID_PK_COLUMN

        public static final String FOLDER_OID_PK_COLUMN
        Provides the 'folder_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.
      • 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.
      • FORM_DESIGNS

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

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

      • _Folder

        public _Folder()
    • 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
      • 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
      • addToFormDesigns

        public void addToFormDesigns​(FormDesign obj)
        Add the FormDesigns object.
        Parameters:
        obj - the formDesigns value to add
      • removeFromFormDesigns

        public void removeFromFormDesigns​(FormDesign obj)
        Remove the FormDesigns object.
        Parameters:
        obj - the formDesigns value to remove
      • getFormDesigns

        public List<FormDesign> getFormDesigns()
        Return the FormDesigns.
        Returns:
        formDesigns 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