org.jopendocument.model.text
Class TextSortKey
java.lang.Object
org.jopendocument.model.text.TextSortKey
public class TextSortKey
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
textKey
protected String textKey
textSortAscending
protected String textSortAscending
TextSortKey
public TextSortKey()
getTextKey
public String getTextKey()
- Gets the value of the textKey property.
- Returns:
- possible object is
String
getTextSortAscending
public String getTextSortAscending()
- Gets the value of the textSortAscending property.
- Returns:
- possible object is
String
setTextKey
public void setTextKey(String value)
- Sets the value of the textKey property.
- Parameters:
value
- allowed object is String
setTextSortAscending
public void setTextSortAscending(String value)
- Sets the value of the textSortAscending property.
- Parameters:
value
- allowed object is String
Copyright © 2010 jOpenDocument All Rights Reserved.