org.apache.openejb.jee.sun
Class GenClasses

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

public class GenClasses
extends Object


Field Summary
protected  String localHomeImpl
           
protected  String localImpl
           
protected  String remoteHomeImpl
           
protected  String remoteImpl
           
 
Constructor Summary
GenClasses()
           
 
Method Summary
 String getLocalHomeImpl()
           
 String getLocalImpl()
           
 String getRemoteHomeImpl()
           
 String getRemoteImpl()
           
 void setLocalHomeImpl(String value)
           
 void setLocalImpl(String value)
           
 void setRemoteHomeImpl(String value)
           
 void setRemoteImpl(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteImpl

protected String remoteImpl

localImpl

protected String localImpl

remoteHomeImpl

protected String remoteHomeImpl

localHomeImpl

protected String localHomeImpl
Constructor Detail

GenClasses

public GenClasses()
Method Detail

getRemoteImpl

public String getRemoteImpl()

setRemoteImpl

public void setRemoteImpl(String value)

getLocalImpl

public String getLocalImpl()

setLocalImpl

public void setLocalImpl(String value)

getRemoteHomeImpl

public String getRemoteHomeImpl()

setRemoteHomeImpl

public void setRemoteHomeImpl(String value)

getLocalHomeImpl

public String getLocalHomeImpl()

setLocalHomeImpl

public void setLocalHomeImpl(String value)


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