org.apache.openejb.jee.sun
Class Property
java.lang.Object
org.apache.openejb.jee.sun.Property
public class Property
- extends java.lang.Object
Field Summary |
protected java.lang.String |
description
|
protected java.lang.String |
name
|
protected java.lang.String |
value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
value
protected java.lang.String value
description
protected java.lang.String description
Property
public Property()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String value)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.