org.kuali.rice.kew.dto
Class RuleExtensionDTO
java.lang.Object
org.kuali.rice.kew.dto.RuleExtensionDTO
- All Implemented Interfaces:
- Serializable
public class RuleExtensionDTO
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
key
protected String key
value
protected String value
RuleExtensionDTO
public RuleExtensionDTO()
RuleExtensionDTO
public RuleExtensionDTO(String key,
String value)
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.