Package org.openiam.idm.srvc.res.dto
Class QuestionnaireAnswer
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.idm.srvc.res.dto.QuestionnaireAnswer
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class QuestionnaireAnswer extends KeyDTO
Resources are items that need to be managed or protected. These can be both logic and physical in nature.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description QuestionnaireAnswer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getQuestion()
Questionnaire
getQuestionnaire()
int
hashCode()
void
setQuestion(String question)
void
setQuestionnaire(Questionnaire questionnaire)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
getQuestion
public String getQuestion()
-
setQuestion
public void setQuestion(String question)
-
getQuestionnaire
public Questionnaire getQuestionnaire()
-
setQuestionnaire
public void setQuestionnaire(Questionnaire questionnaire)
-
-