org.kuali.rice.kew.xml.export
Class KualiOrgReviewAttribute
java.lang.Object
org.kuali.rice.kew.rule.AbstractWorkflowAttribute
org.kuali.rice.kew.rule.GenericWorkflowAttribute
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:
getProperties in class GenericWorkflowAttribute
- See Also:
GenericWorkflowAttribute.getProperties()
validateRoutingData
public List validateRoutingData(Map paramMap)
- Specified by:
validateRoutingData in interface WorkflowRuleAttribute- Overrides:
validateRoutingData in class GenericWorkflowAttribute
validateRuleData
public List validateRuleData(Map paramMap)
- Specified by:
validateRuleData in interface WorkflowRuleAttribute- Overrides:
validateRuleData in 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–2014 The Kuali Foundation. All rights reserved.