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, setStartIndex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCount, getStartIndex, setCount, setStartIndex
getCodeFilter
in interface DTOCriteriaInterface
DTOCriteriaInterface.getCodeFilter()
setCodeFilter
in interface DTOCriteriaInterface
DTOCriteriaInterface.setCodeFilter(java.lang.String)
getNameFilter
in interface DTOCriteriaInterface
DTOCriteriaInterface.getNameFilter()
setNameFilter
in interface DTOCriteriaInterface
DTOCriteriaInterface.setNameFilter(java.lang.String)