org.kuali.rice.kew.attribute
Interface ExtensionData
public interface ExtensionData
A key-value representation of an extension to a data object.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
getKey
java.lang.String getKey()
- Returns:
- the key of this extension.
getValue
java.lang.String getValue()
- Returns:
- the value of this extension.
setValue
void setValue(java.lang.String value)
- Parameters:
value
- of this extension to the given value.
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.