public interface DTOCriteriaInterface extends DTOPagingInterface
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
codeFilter
- nameFilter
-