org.apache.openejb.jee
Class Property

java.lang.Object
  extended by org.apache.openejb.jee.Property

public class Property
extends Object

Specifies a name/value pair.


Field Summary
protected  String id
           
protected  String name
           
protected  String value
           
 
Constructor Summary
Property()
           
 
Method Summary
 String getId()
           
 String getName()
           
 String getValue()
           
 void setId(String value)
           
 void setName(String value)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected String value

id

protected String id
Constructor Detail

Property

public Property()
Method Detail

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-2011 The Apache OpenEJB development community. All Rights Reserved.