org.apache.openejb.jee.sun
Class CallProperty

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

public class CallProperty
extends Object


Field Summary
protected  String name
           
protected  String value
           
 
Constructor Summary
CallProperty()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 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
Constructor Detail

CallProperty

public CallProperty()
Method Detail

getName

public String getName()

setName

public void setName(String value)

getValue

public String getValue()

setValue

public void setValue(String value)


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