org.ow2.easybeans.component.util
Class Property

java.lang.Object
  extended by org.ow2.easybeans.component.util.Property

public class Property
extends Object

Object used to configure properties on a component.

Author:
Florent Benoit

Constructor Summary
Property()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
          Sets the name of the property.
 void setValue(String value)
          Sets the value of the property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

getName

public String getName()
Returns:
the name of the property

setName

public void setName(String name)
Sets the name of the property.

Parameters:
name - the name of the property

getValue

public String getValue()
Returns:
the value of the property

setValue

public void setValue(String value)
Sets the value of the property.

Parameters:
value - the value of the property


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.