public abstract class ModuleQuestionnaireBean extends Object
| Constructor and Description |
|---|
ModuleQuestionnaireBean(String moduleItemCode,
String moduleItemKey,
String moduleSubItemCode,
String moduleSubItemKey,
boolean finalDoc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
abstract KrmsRulesContext |
getKrmsRulesContextFromBean() |
String |
getModuleItemCode() |
String |
getModuleItemKey() |
String |
getModuleSubItemCode() |
String |
getModuleSubItemKey() |
String |
getRuleResults()
This method is to concate the rule evaluation results (which are referenced by the questionnaire/question
The format is "ruleId:Y", and separate by "," for each rule.
|
String |
getSessionContextKey() |
int |
hashCode() |
boolean |
isFinalDoc() |
void |
setFinalDoc(boolean finalDoc) |
void |
setModuleItemCode(String moduleItemCode) |
void |
setModuleItemKey(String moduleItemKey) |
void |
setModuleSubItemCode(String moduleSubItemCode) |
void |
setModuleSubItemKey(String moduleSubItemKey) |
public String getModuleItemCode()
public void setModuleItemCode(String moduleItemCode)
public String getModuleItemKey()
public void setModuleItemKey(String moduleItemKey)
public String getModuleSubItemKey()
public void setModuleSubItemKey(String moduleSubItemKey)
public boolean isFinalDoc()
public void setFinalDoc(boolean finalDoc)
public String getModuleSubItemCode()
public void setModuleSubItemCode(String moduleSubItemCode)
public String getRuleResults()
public abstract KrmsRulesContext getKrmsRulesContextFromBean()
public String getSessionContextKey()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.