Package sk.iway.iwcm.system.datatable
Class DatatableResponse<T>
java.lang.Object
sk.iway.iwcm.system.datatable.DatatableResponse<T>
- Type Parameters:
T
- the class being wrapped.
Title webjet8
Company Interway a. s. (www.interway.sk)
Copyright Interway a. s. (c) 2001-2019
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getData()
getError()
void
void
void
setFieldErrors
(List<DatatableFieldError> fieldErrors) void
setForceReload
(Boolean forceReload) void
setNotify
(List<NotifyBean> notify)
-
Constructor Details
-
DatatableResponse
public DatatableResponse()
-
-
Method Details
-
getData
-
setData
-
getError
-
setError
-
getFieldErrors
-
setFieldErrors
-
add
-
getForceReload
-
setForceReload
-
getNotify
-
setNotify
-