org.jopendocument.model.draw
Class DrawParam

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

public class DrawParam
extends java.lang.Object


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

Constructor Detail

DrawParam

public DrawParam()
Method Detail

getDrawName

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

Returns:
possible object is String

getDrawValue

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

Returns:
possible object is String

setDrawName

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

Parameters:
value - allowed object is String

setDrawValue

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

Parameters:
value - allowed object is String