org.kuali.rice.kew.rule
Class KeyValueId

java.lang.Object
  extended by org.kuali.rice.kew.rule.KeyValueId

public class KeyValueId
extends Object

Used by the WebRuleBaseValues to hold key-value-id data for Fields.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
KeyValueId()
           
KeyValueId(String key, String value, String id)
           
 
Method Summary
 String getId()
           
 String getKey()
           
 String getValue()
           
 void setId(String id)
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValueId

public KeyValueId()

KeyValueId

public KeyValueId(String key,
                  String value,
                  String id)
Method Detail

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-2014 The Kuali Foundation. All Rights Reserved.