public abstract class DTOCriteriaAbstract extends DTOPagingAbstract implements DTOCriteriaInterface
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
codeFilter
Code filter. 
 | 
private java.lang.String | 
nameFilter
Name filter. 
 | 
| Constructor and Description | 
|---|
DTOCriteriaAbstract()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCodeFilter()
Returns string for entity filtering based on the code. 
 | 
java.lang.String | 
getNameFilter()
Returns string for entity filtering based on the name. 
 | 
void | 
setCodeFilter(java.lang.String codeFilter)
Sets string for entity filtering based on the code. 
 | 
void | 
setNameFilter(java.lang.String nameFilter)
Sets string for entity filtering based on the name. 
 | 
getCount, getStartIndex, setCount, setStartIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCount, getStartIndex, setCount, setStartIndexgetCodeFilter in interface DTOCriteriaInterfaceDTOCriteriaInterface.getCodeFilter()setCodeFilter in interface DTOCriteriaInterfaceDTOCriteriaInterface.setCodeFilter(java.lang.String)getNameFilter in interface DTOCriteriaInterfaceDTOCriteriaInterface.getNameFilter()setNameFilter in interface DTOCriteriaInterfaceDTOCriteriaInterface.setNameFilter(java.lang.String)