Class ForumBean
java.lang.Object
sk.iway.iwcm.database.ActiveRecordBase
sk.iway.iwcm.database.ActiveRecord
sk.iway.iwcm.components.gdpr.model.ForumBean
- All Implemented Interfaces:
GdprModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetDocId()intintgetId()getLink()getLinkDelete(javax.servlet.http.HttpServletRequest request) getLinkView(javax.servlet.http.HttpServletRequest request) getName()getText(List<GdprRegExpBean> regexps) voidsetDocId(int docId) voidsetDomainId(int domainId) voidsetId(int id) voidsetQuestion(String question) voidsetSubject(String subject) Methods inherited from class sk.iway.iwcm.database.ActiveRecordBase
delete, get__rowNum__, save, set__rowNum__, toString
-
Constructor Details
-
ForumBean
public ForumBean()
-
-
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
-
getSubject
-
setSubject
-
getQuestion
-
setQuestion
-
getDomainId
public int getDomainId() -
setDomainId
public void setDomainId(int domainId) -
getLinkDelete
- Specified by:
getLinkDeletein interfaceGdprModel
-
getLinkView
- Specified by:
getLinkViewin interfaceGdprModel
-
getName
-
getDocId
public int getDocId() -
setDocId
public void setDocId(int docId)
-