Class CustomFilters
java.lang.Object
com.independentsoft.office.spreadsheet.CustomFilters
The Class CustomFilters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getFirst()Gets the first.Gets the logical operator.Gets the second.voidsetFirst(CustomFilter first)Sets the first.voidsetLogicalOperator(LogicalOperator logicalOperator)Sets the logical operator.voidsetSecond(CustomFilter second)Sets the second.toString()
-
Constructor Details
-
CustomFilters
public CustomFilters()Instantiates a new custom filters.
-
-
Method Details
-
clone
-
toString
-
getFirst
Gets the first.- Returns:
- the first
-
setFirst
Sets the first.- Parameters:
first- the new first
-
getSecond
Gets the second.- Returns:
- the second
-
setSecond
Sets the second.- Parameters:
second- the new second
-
getLogicalOperator
Gets the logical operator.- Returns:
- the logical operator
-
setLogicalOperator
Sets the logical operator.- Parameters:
logicalOperator- the new logical operator
-