org.kuali.rice.kew.dto
Class RuleExtensionDTO

java.lang.Object
  extended by org.kuali.rice.kew.dto.RuleExtensionDTO
All Implemented Interfaces:
Serializable

public class RuleExtensionDTO
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String key
           
private static long serialVersionUID
           
protected  String value
           
 
Constructor Summary
RuleExtensionDTO()
           
RuleExtensionDTO(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

key

protected String key

value

protected String value
Constructor Detail

RuleExtensionDTO

public RuleExtensionDTO()

RuleExtensionDTO

public RuleExtensionDTO(String key,
                        String value)
Method Detail

setKey

public void setKey(String key)

getKey

public String getKey()

setValue

public void setValue(String value)

getValue

public String getValue()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.