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()
           
 
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


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.