Search in sources :

Example 1 with SearchValue

use of com.netsteadfast.greenstep.base.model.SearchValue in project bamboobsc by billchen198318.

the class BaseSupportAction method init.

private void init() {
    if (this.pageOf == null) {
        this.pageOf = new PageOf();
    }
    if (this.searchValue == null) {
        this.searchValue = new SearchValue();
        this.searchValue.setText("");
        this.searchValue.setType("");
    }
}
Also used : SearchValue(com.netsteadfast.greenstep.base.model.SearchValue) PageOf(com.netsteadfast.greenstep.base.model.PageOf)

Aggregations

PageOf (com.netsteadfast.greenstep.base.model.PageOf)1 SearchValue (com.netsteadfast.greenstep.base.model.SearchValue)1