org.apache.openejb.jee
Class Property
java.lang.Object
org.apache.openejb.jee.Property
public class Property
- extends Object
Specifies a name/value pair.
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
id
protected String id
Property
public Property()
Property
public Property(String name,
String value)
getName
public String getName()
setName
public void setName(String value)
getValue
public String getValue()
setValue
public void setValue(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.