org.cafesip.gwtcomp.client.ui
Class PropertyElement

java.lang.Object
  extended by org.cafesip.gwtcomp.client.ui.PropertyElement

public class PropertyElement
extends java.lang.Object

Helper class for the PropertyViewer class.


Constructor Summary
PropertyElement(java.lang.String property, java.lang.Object value)
          A constructor for this class.
 
Method Summary
 java.lang.String getProperty()
          Returns the property key string.
 java.lang.Object getValue()
          Returns the property value string.
 void setProperty(java.lang.String property)
          Sets the property key string.
 void setValue(java.lang.Object value)
          Sets the property value string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyElement

public PropertyElement(java.lang.String property,
                       java.lang.Object value)
A constructor for this class.

Parameters:
property - property key string.
value - property value string.
Method Detail

getProperty

public java.lang.String getProperty()
Returns the property key string.

Returns:
the property name

setProperty

public void setProperty(java.lang.String property)
Sets the property key string.

Parameters:
property - The property to set.

getValue

public java.lang.Object getValue()
Returns the property value string.

Returns:
returns the property value

setValue

public void setValue(java.lang.Object value)
Sets the property value string.

Parameters:
value - The value to set.


http://www.cafesip.org