Class _FormCategory

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

    public abstract class _FormCategory
    extends BaseEntity

    Provides the _FormCategory 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 Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.cayenne.exp.Property<Category> CATEGORY
      Provides the 'CATEGORY' property.
      static String CATEGORY_PROPERTY
      Provides the 'category' relationship name.
      static String FORM_CATEGORY_OID_PK_COLUMN
      Provides the 'form_category_oid' primary key database column name.
      static org.apache.cayenne.exp.Property<TemplateVersion> FORM_VERSION
      Provides the 'FORM_VERSION' property.
      static String FORM_VERSION_PROPERTY
      Provides the 'formVersion' relationship name.
      • Fields inherited from class org.apache.cayenne.CayenneDataObject

        values
      • Fields inherited from class org.apache.cayenne.BaseDataObject

        snapshotVersion
      • Fields inherited from class org.apache.cayenne.PersistentObject

        objectContext, objectId, persistenceState
      • Fields inherited from interface org.apache.cayenne.DataObject

        DEFAULT_VERSION
    • Constructor Summary

      Constructors 
      Constructor Description
      _FormCategory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Category getCategory()
      Return the Category.
      TemplateVersion getFormVersion()
      Return the FormVersion.
      void setCategory​(Category category)
      Set the Category.
      void setFormVersion​(TemplateVersion formVersion)
      Set the FormVersion.
      • Methods inherited from class org.apache.cayenne.CayenneDataObject

        makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
      • Methods inherited from class org.apache.cayenne.BaseDataObject

        addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
      • Methods inherited from class org.apache.cayenne.PersistentObject

        getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
      • Methods inherited from interface org.apache.cayenne.Persistent

        getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
    • Field Detail

      • CATEGORY_PROPERTY

        public static final String CATEGORY_PROPERTY
        Provides the 'category' 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
      • FORM_CATEGORY_OID_PK_COLUMN

        public static final String FORM_CATEGORY_OID_PK_COLUMN
        Provides the 'form_category_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CATEGORY

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

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

      • _FormCategory

        public _FormCategory()
    • Method Detail

      • setCategory

        public void setCategory​(Category category)
        Set the Category.
        Parameters:
        category - the category value to set
      • getCategory

        public Category getCategory()
        Return the Category.
        Returns:
        the category 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