org.jopendocument.model.text
Class TextAlphabeticalIndexMarkStart

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

public class TextAlphabeticalIndexMarkStart
extends Object


Field Summary
protected  String textId
           
protected  String textKey1
           
protected  String textKey2
           
protected  String textMainEtry
           
 
Constructor Summary
TextAlphabeticalIndexMarkStart()
           
 
Method Summary
 String getTextId()
          Gets the value of the textId property.
 String getTextKey1()
          Gets the value of the textKey1 property.
 String getTextKey2()
          Gets the value of the textKey2 property.
 String getTextMainEtry()
          Gets the value of the textMainEtry property.
 void setTextId(String value)
          Sets the value of the textId property.
 void setTextKey1(String value)
          Sets the value of the textKey1 property.
 void setTextKey2(String value)
          Sets the value of the textKey2 property.
 void setTextMainEtry(String value)
          Sets the value of the textMainEtry 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

textKey1

protected String textKey1

textKey2

protected String textKey2

textMainEtry

protected String textMainEtry
Constructor Detail

TextAlphabeticalIndexMarkStart

public TextAlphabeticalIndexMarkStart()
Method Detail

getTextId

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

Returns:
possible object is String

getTextKey1

public String getTextKey1()
Gets the value of the textKey1 property.

Returns:
possible object is String

getTextKey2

public String getTextKey2()
Gets the value of the textKey2 property.

Returns:
possible object is String

getTextMainEtry

public String getTextMainEtry()
Gets the value of the textMainEtry 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

setTextKey1

public void setTextKey1(String value)
Sets the value of the textKey1 property.

Parameters:
value - allowed object is String

setTextKey2

public void setTextKey2(String value)
Sets the value of the textKey2 property.

Parameters:
value - allowed object is String

setTextMainEtry

public void setTextMainEtry(String value)
Sets the value of the textMainEtry property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.