org.jopendocument.model.number
Class NumberEmbeddedText

java.lang.Object
  extended by org.jopendocument.model.number.NumberEmbeddedText

public class NumberEmbeddedText
extends Object


Field Summary
protected  String numberPosition
           
protected  String value
           
 
Constructor Summary
NumberEmbeddedText()
           
 
Method Summary
 String getNumberPosition()
          Gets the value of the numberPosition property.
 String getvalue()
          Gets the value of the value property.
 void setNumberPosition(String value)
          Sets the value of the numberPosition property.
 void setvalue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberPosition

protected String numberPosition

value

protected String value
Constructor Detail

NumberEmbeddedText

public NumberEmbeddedText()
Method Detail

getNumberPosition

public String getNumberPosition()
Gets the value of the numberPosition property.

Returns:
possible object is String

getvalue

public String getvalue()
Gets the value of the value property.

Returns:
possible object is String

setNumberPosition

public void setNumberPosition(String value)
Sets the value of the numberPosition property.

Parameters:
value - allowed object is String

setvalue

public void setvalue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.