Class FlowForm

All Implemented Interfaces:
Serializable, org.dromara.warm.flow.core.entity.Form, org.dromara.warm.flow.core.entity.RootEntity

public class FlowForm extends JPARootEntity<FlowForm> implements org.dromara.warm.flow.core.entity.Form
Since:
2024/8/19 10:30
Author:
vanlin
See Also:
  • Field Details

  • Constructor Details

    • FlowForm

      public FlowForm()
  • Method Details

    • orderByField

      public String orderByField(String orderByColumn)
      Specified by:
      orderByField in class JPARootEntity<FlowForm>
    • entityPredicate

      public JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowForm>,List<javax.persistence.criteria.Predicate>> entityPredicate()
      Specified by:
      entityPredicate in class JPARootEntity<FlowForm>
    • entityMerge

      public JPAUpdateMergeFunction<FlowForm> entityMerge()
      Specified by:
      entityMerge in class JPARootEntity<FlowForm>
    • initDefaultValue

      public void initDefaultValue()
      Specified by:
      initDefaultValue in class JPARootEntity<FlowForm>
    • getFormCode

      public String getFormCode()
      Specified by:
      getFormCode in interface org.dromara.warm.flow.core.entity.Form
    • setFormCode

      public FlowForm setFormCode(String formCode)
      Specified by:
      setFormCode in interface org.dromara.warm.flow.core.entity.Form
    • getFormName

      public String getFormName()
      Specified by:
      getFormName in interface org.dromara.warm.flow.core.entity.Form
    • setFormName

      public FlowForm setFormName(String formName)
      Specified by:
      setFormName in interface org.dromara.warm.flow.core.entity.Form
    • getVersion

      public String getVersion()
      Specified by:
      getVersion in interface org.dromara.warm.flow.core.entity.Form
    • setVersion

      public FlowForm setVersion(String version)
      Specified by:
      setVersion in interface org.dromara.warm.flow.core.entity.Form
    • getIsPublish

      public Integer getIsPublish()
      Specified by:
      getIsPublish in interface org.dromara.warm.flow.core.entity.Form
    • setIsPublish

      public FlowForm setIsPublish(Integer isPublish)
      Specified by:
      setIsPublish in interface org.dromara.warm.flow.core.entity.Form
    • getFormType

      public Integer getFormType()
      Specified by:
      getFormType in interface org.dromara.warm.flow.core.entity.Form
    • setFormType

      public FlowForm setFormType(Integer formType)
      Specified by:
      setFormType in interface org.dromara.warm.flow.core.entity.Form
    • getFormPath

      public String getFormPath()
      Specified by:
      getFormPath in interface org.dromara.warm.flow.core.entity.Form
    • setFormPath

      public FlowForm setFormPath(String formPath)
      Specified by:
      setFormPath in interface org.dromara.warm.flow.core.entity.Form
    • getFormContent

      public String getFormContent()
      Specified by:
      getFormContent in interface org.dromara.warm.flow.core.entity.Form
    • setFormContent

      public FlowForm setFormContent(String formContent)
      Specified by:
      setFormContent in interface org.dromara.warm.flow.core.entity.Form
    • getExt

      public String getExt()
      Specified by:
      getExt in interface org.dromara.warm.flow.core.entity.Form
    • setExt

      public FlowForm setExt(String ext)
      Specified by:
      setExt in interface org.dromara.warm.flow.core.entity.Form
    • toString

      public String toString()
      Overrides:
      toString in class Object