com.ptc.wvs.client.pview
Class PViewOLData

java.lang.Object
  extended bycom.ptc.wvs.client.pview.PViewOLData
All Implemented Interfaces:
Serializable

public class PViewOLData
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String boundingBox
           
private  Hashtable properties
           
private  String shapesource
           
 
Constructor Summary
PViewOLData()
           
 
Method Summary
 String getBoundingBox()
           
 Hashtable getProperties()
           
 String getShapesource()
           
 void setBoundingBox(String boundingBox)
           
 void setProperties(Hashtable properties)
           
 void setShapesource(String shapesource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shapesource

private String shapesource

boundingBox

private String boundingBox

properties

private Hashtable properties
Constructor Detail

PViewOLData

public PViewOLData()
Method Detail

getShapesource

public String getShapesource()

setShapesource

public void setShapesource(String shapesource)

getBoundingBox

public String getBoundingBox()

setBoundingBox

public void setBoundingBox(String boundingBox)

setProperties

public void setProperties(Hashtable properties)

getProperties

public Hashtable getProperties()