org.kuali.rice.kew.xml.export
Class KualiOrgReviewAttribute
java.lang.Object
   org.kuali.rice.kew.rule.AbstractWorkflowAttribute
org.kuali.rice.kew.rule.AbstractWorkflowAttribute
       org.kuali.rice.kew.rule.GenericWorkflowAttribute
org.kuali.rice.kew.rule.GenericWorkflowAttribute
           org.kuali.rice.kew.xml.export.KualiOrgReviewAttribute
org.kuali.rice.kew.xml.export.KualiOrgReviewAttribute
- All Implemented Interfaces: 
- Serializable, WorkflowRuleAttribute
- public class KualiOrgReviewAttribute 
- extends GenericWorkflowAttribute
This is a test WorkflowAttribute which holds two values, fin_coa_cd and org_cd
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KualiOrgReviewAttribute
public KualiOrgReviewAttribute()
getProperties
public Map<String,String> getProperties()
- provide the attribute values as map entries
 
- 
- Specified by:
- getPropertiesin class- GenericWorkflowAttribute
 
- 
- See Also:
- GenericWorkflowAttribute.getProperties()
 
validateRoutingData
public List validateRoutingData(Map paramMap)
- 
- Specified by:
- validateRoutingDatain interface- WorkflowRuleAttribute
- Overrides:
- validateRoutingDatain class- GenericWorkflowAttribute
 
- 
 
validateRuleData
public List validateRuleData(Map paramMap)
- 
- Specified by:
- validateRuleDatain interface- WorkflowRuleAttribute
- Overrides:
- validateRuleDatain class- GenericWorkflowAttribute
 
- 
 
getFinCoaCode
public String getFinCoaCode()
- 
- Returns:
- the finCoaCode
 
setFinCoaCode
public void setFinCoaCode(String finCoaCode)
- 
- Parameters:
- finCoaCode- the finCoaCode to set
 
getOrgCode
public String getOrgCode()
- 
- Returns:
- the orgCode
 
setOrgCode
public void setOrgCode(String orgCode)
- 
- Parameters:
- orgCode- the orgCode to set
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.