Class FormsBean
java.lang.Object
sk.iway.iwcm.database.ActiveRecordBase
sk.iway.iwcm.database.ActiveRecord
sk.iway.iwcm.components.gdpr.model.FormsBean
- All Implemented Interfaces:
GdprModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
int
getDocId()
int
getHtml()
int
getId()
getLink()
getLinkDelete
(javax.servlet.http.HttpServletRequest request) getLinkView
(javax.servlet.http.HttpServletRequest request) getName()
getProp()
getProp
(javax.servlet.http.HttpServletRequest request) getText
(List<GdprRegExpBean> regexps) void
void
setDocId
(int docId) void
setDomainId
(int domainId) void
setFormName
(String formName) void
void
setId
(int id) void
Methods inherited from class sk.iway.iwcm.database.ActiveRecordBase
delete, get__rowNum__, save, set__rowNum__, toString
-
Constructor Details
-
FormsBean
public FormsBean()
-
-
Method Details
-
getId
public int getId()- Specified by:
getId
in interfaceGdprModel
- Specified by:
getId
in classActiveRecord
-
getLink
-
getText
-
setId
public void setId(int id) - Specified by:
setId
in classActiveRecord
-
getFormName
-
setFormName
-
getData
-
setData
-
getHtml
-
setHtml
-
getDomainId
public int getDomainId() -
setDomainId
public void setDomainId(int domainId) -
getLinkDelete
- Specified by:
getLinkDelete
in interfaceGdprModel
-
getLinkView
- Specified by:
getLinkView
in interfaceGdprModel
-
getDocId
public int getDocId() -
setDocId
public void setDocId(int docId) -
getName
-
getProp
-
getProp
-
setProp
-