Class QuestionsAnswersBean
java.lang.Object
sk.iway.iwcm.database.ActiveRecordBase
sk.iway.iwcm.database.ActiveRecord
sk.iway.iwcm.components.gdpr.model.QuestionsAnswersBean
- All Implemented Interfaces:
GdprModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetHash()intgetId()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) voidvoidsetDomainId(int domainId) voidsetGroupName(String groupName) voidvoidsetId(int id) voidvoidsetQuestion(String question) Methods inherited from class sk.iway.iwcm.database.ActiveRecordBase
delete, get__rowNum__, save, set__rowNum__, toString
-
Constructor Details
-
QuestionsAnswersBean
public QuestionsAnswersBean()
-
-
Method Details
-
getId
public int getId()- Specified by:
getIdin interfaceGdprModel- Specified by:
getIdin classActiveRecord
-
getLink
-
getText
-
setId
public void setId(int id) - Specified by:
setIdin classActiveRecord
-
getQuestion
-
setQuestion
-
getAnswer
-
setAnswer
-
getHash
-
setHash
-
getGroupName
-
setGroupName
-
getDomainId
public int getDomainId() -
setDomainId
public void setDomainId(int domainId) -
getLinkDelete
- Specified by:
getLinkDeletein interfaceGdprModel
-
getLinkView
- Specified by:
getLinkViewin interfaceGdprModel
-
getName
-
getProp
-
getProp
-
setProp
-