org.jopendocument.model.text
Class TextUserIndexMarkStart

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

public class TextUserIndexMarkStart
extends Object


Field Summary
protected  String textId
           
protected  String textIndexName
           
protected  String textOutlineLevel
           
 
Constructor Summary
TextUserIndexMarkStart()
           
 
Method Summary
 String getTextId()
          Gets the value of the textId property.
 String getTextIndexName()
          Gets the value of the textIndexName property.
 String getTextOutlineLevel()
          Gets the value of the textOutlineLevel property.
 void setTextId(String value)
          Sets the value of the textId property.
 void setTextIndexName(String value)
          Sets the value of the textIndexName property.
 void setTextOutlineLevel(String value)
          Sets the value of the textOutlineLevel property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textId

protected String textId

textIndexName

protected String textIndexName

textOutlineLevel

protected String textOutlineLevel
Constructor Detail

TextUserIndexMarkStart

public TextUserIndexMarkStart()
Method Detail

getTextId

public String getTextId()
Gets the value of the textId property.

Returns:
possible object is String

getTextIndexName

public String getTextIndexName()
Gets the value of the textIndexName property.

Returns:
possible object is String

getTextOutlineLevel

public String getTextOutlineLevel()
Gets the value of the textOutlineLevel property.

Returns:
possible object is String

setTextId

public void setTextId(String value)
Sets the value of the textId property.

Parameters:
value - allowed object is String

setTextIndexName

public void setTextIndexName(String value)
Sets the value of the textIndexName property.

Parameters:
value - allowed object is String

setTextOutlineLevel

public void setTextOutlineLevel(String value)
Sets the value of the textOutlineLevel property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.