org.stringtree.util
Class ShallowDelegator

java.lang.Object
  extended by org.stringtree.util.ShallowDelegator
Direct Known Subclasses:
Delegator

public class ShallowDelegator
extends java.lang.Object


Field Summary
protected  java.lang.Object other
           
 
Constructor Summary
ShallowDelegator(java.lang.Object other)
           
 
Method Summary
 java.lang.Object getOther()
           
 void setOther(java.lang.Object other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

other

protected java.lang.Object other
Constructor Detail

ShallowDelegator

public ShallowDelegator(java.lang.Object other)
Method Detail

setOther

public void setOther(java.lang.Object other)

getOther

public java.lang.Object getOther()