org.lsst.ccs.utilities.zonesui
Class ZoneXML

java.lang.Object
  extended by org.lsst.ccs.utilities.zonesui.ZoneXML

public class ZoneXML
extends Object

Author:
Pascal Durieu

Constructor Summary
ZoneXML()
           
ZoneXML(String cl, String tt, ShapeBean sh)
           
 
Method Summary
 String getKey()
           
 ShapeBean getShapeBean()
           
 String getTipText()
           
 void setKey(String key)
           
 void setShapeBean(ShapeBean shape)
           
 void setTipText(String tiptext)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZoneXML

public ZoneXML()

ZoneXML

public ZoneXML(String cl,
               String tt,
               ShapeBean sh)
Method Detail

getKey

public String getKey()

getTipText

public String getTipText()

getShapeBean

public ShapeBean getShapeBean()

setKey

public void setKey(String key)

setTipText

public void setTipText(String tiptext)

setShapeBean

public void setShapeBean(ShapeBean shape)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 LSST. All Rights Reserved.