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 Details

    • RequestInternal

      public RequestInternal(long id, int page, int size, String filter, String sort, long collectionId)
      Instantiates a new request internal.
      Parameters:
      id - the id
      page - the page
      size - the size
      filter - the filter
      sort - the sort
      collectionId - the collection id