org.ow2.easybeans.component.util
Class Property
java.lang.Object
org.ow2.easybeans.component.util.Property
public class Property
- extends Object
Object used to configure properties on a component.
- Author:
- Florent Benoit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
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.