|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextAlphabeticalIndexMark
public class TextAlphabeticalIndexMark
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 |
---|
protected String textKey1
protected String textKey2
protected String textMainEtry
protected String textStringValue
Constructor Detail |
---|
public TextAlphabeticalIndexMark()
Method Detail |
---|
public String getTextKey1()
String
public String getTextKey2()
String
public String getTextMainEtry()
String
public String getTextStringValue()
String
public void setTextKey1(String value)
value
- allowed object is String
public void setTextKey2(String value)
value
- allowed object is String
public void setTextMainEtry(String value)
value
- allowed object is String
public void setTextStringValue(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |