org.jopendocument.model.draw
Class DrawParam

java.lang.Object
  extended by org.jopendocument.model.draw.DrawParam

public class DrawParam
extends Object


Field Summary
protected  String drawName
           
protected  String drawValue
           
 
Constructor Summary
DrawParam()
           
 
Method Summary
 String getDrawName()
          Gets the value of the drawName property.
 String getDrawValue()
          Gets the value of the drawValue property.
 void setDrawName(String value)
          Sets the value of the drawName property.
 void setDrawValue(String value)
          Sets the value of the drawValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawName

protected String drawName

drawValue

protected String drawValue
Constructor Detail

DrawParam

public DrawParam()
Method Detail

getDrawName

public String getDrawName()
Gets the value of the drawName property.

Returns:
possible object is String

getDrawValue

public String getDrawValue()
Gets the value of the drawValue property.

Returns:
possible object is String

setDrawName

public void setDrawName(String value)
Sets the value of the drawName property.

Parameters:
value - allowed object is String

setDrawValue

public void setDrawValue(String value)
Sets the value of the drawValue property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.