org.jopendocument.model.text
Class TextChangeEnd

java.lang.Object
  extended by org.jopendocument.model.text.TextChangeEnd

public class TextChangeEnd
extends Object


Field Summary
protected  String textChangeId
           
 
Constructor Summary
TextChangeEnd()
           
 
Method Summary
 String getTextChangeId()
          Gets the value of the textChangeId property.
 void setTextChangeId(String value)
          Sets the value of the textChangeId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textChangeId

protected String textChangeId
Constructor Detail

TextChangeEnd

public TextChangeEnd()
Method Detail

getTextChangeId

public String getTextChangeId()
Gets the value of the textChangeId property.

Returns:
possible object is String

setTextChangeId

public void setTextChangeId(String value)
Sets the value of the textChangeId property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.