org.cafesip.gwtcomp.client.ui
Class PropertyElement

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

public class PropertyElement
extends Object

Helper class for the PropertyViewer class.

Author:
Amit Chatterjee

Constructor Summary
PropertyElement(String property, Object value)
          A constructor for this class.
 
Method Summary
 String getProperty()
          Returns the property key string.
 Object getValue()
          Returns the property value string.
 void setProperty(String property)
          Sets the property key string.
 void setValue(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(String property,
                       Object value)
A constructor for this class.

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

getProperty

public String getProperty()
Returns the property key string.

Returns:
the property name

setProperty

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

Parameters:
property - The property to set.

getValue

public Object getValue()
Returns the property value string.

Returns:
returns the property value

setValue

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

Parameters:
value - The value to set.


Copyright © 2010 Cafesip.org. All Rights Reserved.