org.kuali.rice.kew.rule
Class KeyValueId
java.lang.Object
org.kuali.rice.kew.rule.KeyValueId
public class KeyValueId
- extends Object
Used by the WebRuleBaseValues
to hold key-value-id data for Field
s.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValueId
public KeyValueId()
KeyValueId
public KeyValueId(String key,
String value,
String id)
getId
public String getId()
setId
public void setId(String id)
getKey
public String getKey()
setKey
public void setKey(String key)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.