Class ICDeclarationSearchParmsDTO

java.lang.Object
de.aeb.xnsg.customs.requests.declaration.ICDeclarationSearchParmsDTO
All Implemented Interfaces:
CustomsProcessTypeDTOProvider

public class ICDeclarationSearchParmsDTO extends Object implements CustomsProcessTypeDTOProvider
Parameters for a declaration search.
  • Field Details

    • customsProcess

      public ICCustomsProcessTypeDTO customsProcess
      Specific customs process of the desired declarations.
    • declarationDate

      public DateTimeIntervalRangeFilterDTO declarationDate
      Filter for the declaration date.
    • filterName

      public String filterName
      Name of the stored filter/view which belongs to the declaration search. Views can be edited and stored within the declaration service.

      length=100

  • Constructor Details

    • ICDeclarationSearchParmsDTO

      public ICDeclarationSearchParmsDTO()
  • Method Details