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