net.agmodel.dialog
Class GeographicalBoxWrapper

java.lang.Object
  |
  +--net.agmodel.dialog.GeographicalBoxWrapper

public class GeographicalBoxWrapper
extends Object

Title:

Description:

Copyright: Copyright (c) 2002

Company:


Constructor Summary
GeographicalBoxWrapper(GeographicalBox input)
           
 
Method Summary
 GeographicalBox getBox()
           
 void setBox(GeographicalBox input)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeographicalBoxWrapper

public GeographicalBoxWrapper(GeographicalBox input)
Method Detail

getBox

public GeographicalBox getBox()

setBox

public void setBox(GeographicalBox input)

toString

public String toString()
Overrides:
toString in class Object