public class FltsSpfWhe extends Object
Bundle of specifics filter where clause and count of conditions.
| Constructor and Description |
|---|
FltsSpfWhe() |
| Modifier and Type | Method and Description |
|---|---|
String |
getWhere()
Getter for where.
|
Integer |
getWhereCount()
Getter for whereCount.
|
void |
setWhere(String pWhere)
Setter for where.
|
void |
setWhereCount(Integer pWhereCount)
Setter for whereCount.
|
public final String getWhere()
Getter for where.
public final void setWhere(String pWhere)
Setter for where.
pWhere - referencepublic final Integer getWhereCount()
Getter for whereCount.
public final void setWhereCount(Integer pWhereCount)
Setter for whereCount.
pWhereCount - referenceCopyright © 2019–2020. All rights reserved.