Class _FormDesignVersionInclude

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

    public abstract class _FormDesignVersionInclude
    extends BaseEntity

    Provides the _FormDesignVersionInclude 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
      • SEQUENCE_NUMBER_PROPERTY

        public static final String SEQUENCE_NUMBER_PROPERTY
        Provides the 'sequenceNumber' 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
      • LIBRARY_PROPERTY

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

        public static final String FORM_DESIGN_VER_INCLUDE_OID_PK_COLUMN
        Provides the 'form_design_ver_include_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.
      • SEQUENCE_NUMBER

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

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

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

      • _FormDesignVersionInclude

        public _FormDesignVersionInclude()
    • 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
      • setSequenceNumber

        public void setSequenceNumber​(Integer sequenceNumber)
        Set the sequenceNumber value.
        Parameters:
        sequenceNumber - the sequenceNumber value to set
      • getSequenceNumber

        public Integer getSequenceNumber()
        Return the sequenceNumber value.
        Returns:
        sequenceNumber the sequenceNumber 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
      • 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