org.jopendocument.model.text
Class TextSortKey

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

public class TextSortKey
extends Object


Field Summary
protected  String textKey
           
protected  String textSortAscending
           
 
Constructor Summary
TextSortKey()
           
 
Method Summary
 String getTextKey()
          Gets the value of the textKey property.
 String getTextSortAscending()
          Gets the value of the textSortAscending property.
 void setTextKey(String value)
          Sets the value of the textKey property.
 void setTextSortAscending(String value)
          Sets the value of the textSortAscending property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textKey

protected String textKey

textSortAscending

protected String textSortAscending
Constructor Detail

TextSortKey

public TextSortKey()
Method Detail

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.