com.ideo.sweetdevria.config.elements
Class PropertyConfig

java.lang.Object
  extended by 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
 
Constructor Summary
PropertyConfig()
           
 
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
 

Field Detail

key

protected java.lang.String key
The key of this property


value

protected java.lang.String value
The value of this property

Constructor Detail

PropertyConfig

public PropertyConfig()
Method Detail

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.