Class SortCondition
java.lang.Object
com.independentsoft.office.spreadsheet.SortCondition
The Class SortCondition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the custom list.intGets the format id.intGets the icon id.Gets the icon set type.Gets the reference.Gets the sort by.booleanChecks if is descending.voidsetCustomList(String customList)Sets the custom list.voidsetDescending(boolean descending)Sets the descending.voidsetFormatID(int formatID)Sets the format id.voidsetIconID(int iconID)Sets the icon id.voidsetIconSetType(IconSetType iconSetType)Sets the icon set type.voidsetReference(String reference)Sets the reference.voidSets the sort by.toString()
-
Constructor Details
-
SortCondition
public SortCondition()Instantiates a new sort condition.
-
-
Method Details
-
clone
-
toString
-
getCustomList
Gets the custom list.- Returns:
- the custom list
-
setCustomList
Sets the custom list.- Parameters:
customList- the new custom list
-
isDescending
public boolean isDescending()Checks if is descending.- Returns:
- true, if is descending
-
setDescending
public void setDescending(boolean descending)Sets the descending.- Parameters:
descending- the new descending
-
getFormatID
public int getFormatID()Gets the format id.- Returns:
- the format id
-
setFormatID
public void setFormatID(int formatID)Sets the format id.- Parameters:
formatID- the new format id
-
getIconID
public int getIconID()Gets the icon id.- Returns:
- the icon id
-
setIconID
public void setIconID(int iconID)Sets the icon id.- Parameters:
iconID- the new icon id
-
getIconSetType
Gets the icon set type.- Returns:
- the icon set type
-
setIconSetType
Sets the icon set type.- Parameters:
iconSetType- the new icon set type
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
getSortBy
Gets the sort by.- Returns:
- the sort by
-
setSortBy
Sets the sort by.- Parameters:
sortBy- the new sort by
-