org.apache.openejb.jee.sun
Class Property

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

public class Property
extends Object


Field Summary
protected  String description
           
protected  String name
           
protected  String value
           
 
Constructor Summary
Property()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getValue()
           
 void setDescription(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

description

protected String description
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)

getDescription

public String getDescription()

setDescription

public void setDescription(String value)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.