|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.Filter
public abstract class Filter
Java class for filter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="filter"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ascending" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="blank" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="empty" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="filterSet" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="numRows" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="primaryKeyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="resultRows" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="sortColumn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unlimited" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
ascending
|
protected boolean |
blank
|
protected boolean |
empty
|
protected boolean |
filterSet
|
protected int |
numRows
|
protected int |
offset
|
protected java.lang.String |
primaryKeyName
|
protected int |
resultRows
|
protected java.lang.String |
sortColumn
|
protected boolean |
unlimited
|
Constructor Summary | |
---|---|
Filter()
|
Method Summary | |
---|---|
int |
getNumRows()
Gets the value of the numRows property. |
int |
getOffset()
Gets the value of the offset property. |
java.lang.String |
getPrimaryKeyName()
Gets the value of the primaryKeyName property. |
int |
getResultRows()
Gets the value of the resultRows property. |
java.lang.String |
getSortColumn()
Gets the value of the sortColumn property. |
boolean |
isAscending()
Gets the value of the ascending property. |
boolean |
isBlank()
Gets the value of the blank property. |
boolean |
isEmpty()
Gets the value of the empty property. |
boolean |
isFilterSet()
Gets the value of the filterSet property. |
boolean |
isUnlimited()
Gets the value of the unlimited property. |
void |
setAscending(boolean value)
Sets the value of the ascending property. |
void |
setBlank(boolean value)
Sets the value of the blank property. |
void |
setEmpty(boolean value)
Sets the value of the empty property. |
void |
setFilterSet(boolean value)
Sets the value of the filterSet property. |
void |
setNumRows(int value)
Sets the value of the numRows property. |
void |
setOffset(int value)
Sets the value of the offset property. |
void |
setPrimaryKeyName(java.lang.String value)
Sets the value of the primaryKeyName property. |
void |
setResultRows(int value)
Sets the value of the resultRows property. |
void |
setSortColumn(java.lang.String value)
Sets the value of the sortColumn property. |
void |
setUnlimited(boolean value)
Sets the value of the unlimited property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean ascending
protected boolean blank
protected boolean empty
protected boolean filterSet
protected int numRows
protected int offset
protected java.lang.String primaryKeyName
protected int resultRows
protected java.lang.String sortColumn
protected boolean unlimited
Constructor Detail |
---|
public Filter()
Method Detail |
---|
public boolean isAscending()
public void setAscending(boolean value)
public boolean isBlank()
public void setBlank(boolean value)
public boolean isEmpty()
public void setEmpty(boolean value)
public boolean isFilterSet()
public void setFilterSet(boolean value)
public int getNumRows()
public void setNumRows(int value)
public int getOffset()
public void setOffset(int value)
public java.lang.String getPrimaryKeyName()
String
public void setPrimaryKeyName(java.lang.String value)
value
- allowed object is
String
public int getResultRows()
public void setResultRows(int value)
public java.lang.String getSortColumn()
String
public void setSortColumn(java.lang.String value)
value
- allowed object is
String
public boolean isUnlimited()
public void setUnlimited(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |