public interface PropertyBean extends SettableBean
| Modifier and Type | Method and Description | 
|---|---|
String | 
getKey()
Gets the key of this bean 
 | 
String | 
getValue()
Gets the value associated with this bean 
 | 
void | 
setKey(String key)
Sets the key of this bean 
 | 
void | 
setValue(String value)
Sets the value to be associated with this bean 
 | 
String getKey()
void setKey(String key) throws IllegalArgumentException
key - The key portion of this key/value pairIllegalArgumentExceptionString getValue()
void setValue(String value) throws IllegalArgumentException
value - The value to be associated with this propertyIllegalArgumentException