org.apache.openejb.jee.sun
Class StubProperty

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

public class StubProperty
extends Object


Field Summary
protected  String name
           
protected  String value
           
 
Constructor Summary
StubProperty()
           
 
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

StubProperty

public StubProperty()
Method Detail

getName

public String getName()

setName

public void setName(String value)

getValue

public String getValue()

setValue

public void setValue(String value)


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