com.ideo.sweetdevria.config.elements
Class PropertyConfig
java.lang.Object
com.ideo.sweetdevria.config.elements.PropertyConfig
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyConfig
- extends java.lang.Object
- implements java.io.Serializable
A JavaBean representing the configuration information of a
<plug-in>
element in a ria configuration file.
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
key
The key of this property |
protected java.lang.String |
value
The value of this property |
Method Summary |
java.lang.String |
getKey()
|
java.lang.String |
getValue()
|
void |
setKey(java.lang.String key)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected java.lang.String key
- The key of this property
value
protected java.lang.String value
- The value of this property
PropertyConfig
public PropertyConfig()
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
Copyright © 2010 Ideo Technologies. All Rights Reserved.