org.jopendocument.model.text
Class TextAlphabeticalIndexMark

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

public class TextAlphabeticalIndexMark
extends Object


Field Summary
protected  String textKey1
           
protected  String textKey2
           
protected  String textMainEtry
           
protected  String textStringValue
           
 
Constructor Summary
TextAlphabeticalIndexMark()
           
 
Method Summary
 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.
 String getTextStringValue()
          Gets the value of the textStringValue 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.
 void setTextStringValue(String value)
          Sets the value of the textStringValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textKey1

protected String textKey1

textKey2

protected String textKey2

textMainEtry

protected String textMainEtry

textStringValue

protected String textStringValue
Constructor Detail

TextAlphabeticalIndexMark

public TextAlphabeticalIndexMark()
Method Detail

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

getTextStringValue

public String getTextStringValue()
Gets the value of the textStringValue property.

Returns:
possible 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

setTextStringValue

public void setTextStringValue(String value)
Sets the value of the textStringValue property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.