Class FormsBean

All Implemented Interfaces:
GdprModel

@Entity public class FormsBean extends ActiveRecord implements GdprModel
  • Constructor Details

    • FormsBean

      public FormsBean()
  • Method Details

    • getId

      public int getId()
      Specified by:
      getId in interface GdprModel
      Specified by:
      getId in class ActiveRecord
    • getLink

      public String getLink()
      Specified by:
      getLink in interface GdprModel
    • getText

      public String getText(List<GdprRegExpBean> regexps)
      Specified by:
      getText in interface GdprModel
    • setId

      public void setId(int id)
      Specified by:
      setId in class ActiveRecord
    • getFormName

      public String getFormName()
    • setFormName

      public void setFormName(String formName)
    • getData

      public String getData()
    • setData

      public void setData(String data)
    • getHtml

      public String getHtml()
    • setHtml

      public void setHtml(String html)
    • getDomainId

      public int getDomainId()
    • setDomainId

      public void setDomainId(int domainId)
    • getLinkDelete

      public String getLinkDelete(javax.servlet.http.HttpServletRequest request)
      Specified by:
      getLinkDelete in interface GdprModel
    • getLinkView

      public String getLinkView(javax.servlet.http.HttpServletRequest request)
      Specified by:
      getLinkView in interface GdprModel
    • getDocId

      public int getDocId()
    • setDocId

      public void setDocId(int docId)
    • getName

      public String getName()
      Specified by:
      getName in interface GdprModel
    • getProp

      public Prop getProp()
    • getProp

      public Prop getProp(javax.servlet.http.HttpServletRequest request)
    • setProp

      public void setProp(Prop prop)