public class SortOption
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SortOption() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAscending()
Returns the value of field 'ascending'.
|
java.lang.String |
getExtensionName()
Returns the value of field 'extensionName'.
|
java.lang.Boolean |
isAscending()
Returns the value of field 'ascending'.
|
void |
setAscending(java.lang.Boolean ascending)
Sets the value of field 'ascending'.
|
void |
setExtensionName(java.lang.String extensionName)
Sets the value of field 'extensionName'.
|
public java.lang.Boolean getAscending()
public java.lang.String getExtensionName()
public java.lang.Boolean isAscending()
public void setAscending(java.lang.Boolean ascending)
ascending
- the value of field 'ascending'.public void setExtensionName(java.lang.String extensionName)
extensionName
- the value of field 'extensionName'.