Package com.skava.model.exchange
Class RequestInternal
java.lang.Object
com.skava.core.validation.InputModel
com.skava.model.exchange.RequestInternal
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributeRequestInternal
public class RequestInternal
extends com.skava.core.validation.InputModel
The Class RequestInternal consists of the request details which will be
transfered from controller to serviceImpl.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequestInternal
(long id, int page, int size, String filter, String sort, long collectionId) Instantiates a new request internal. -
Method Summary
-
Constructor Details
-
RequestInternal
Instantiates a new request internal.- Parameters:
id
- the idpage
- the pagesize
- the sizefilter
- the filtersort
- the sortcollectionId
- the collection id
-