org.apache.geronimo.gbean
Class GReferenceInfo

java.lang.Object
  extended by org.apache.geronimo.gbean.GReferenceInfo
All Implemented Interfaces:
Serializable

public class GReferenceInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GReferenceInfo(String name, String referenceType, String proxyType, String setterName, String nameTypeName)
           
 
Method Summary
 String getName()
           
 String getNameTypeName()
           
 String getProxyType()
           
 String getReferenceType()
           
 String getSetterName()
           
 String toString()
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GReferenceInfo

public GReferenceInfo(String name,
                      String referenceType,
                      String proxyType,
                      String setterName,
                      String nameTypeName)
Method Detail

getName

public String getName()

getReferenceType

public String getReferenceType()

getProxyType

public String getProxyType()

getSetterName

public String getSetterName()

getNameTypeName

public String getNameTypeName()

toString

public String toString()
Overrides:
toString in class Object

toXML

public String toXML()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.