Package de.aeb.xnsg.routingtester.af
Class SupplementTesterAFParmsDTO
java.lang.Object
de.aeb.xnsg.routingtester.af.SupplementTesterAFParmsDTO
AF parameter for calling the supplement calculator
-
Field Summary
FieldsModifier and TypeFieldDescriptionde.aeb.xnsg.simplerouting.bf.SupplementTaskDTO
Data for initializing the fields in the calculator, can be null.
If null, the tester will be opened blank, behaves like opening directly in Carrier Select, but none of it's fields are initialized.
The same structure (DTO) is also used in:IRoutingBF.createSupplementTask(de.aeb.xnsg.simplerouting.bf.CreateSupplementTaskRequestDTO)
For details see also documentation in RoutingBF, CreateSupplementTaskRequestDTO. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
supplementTask
public de.aeb.xnsg.simplerouting.bf.SupplementTaskDTO supplementTaskData for initializing the fields in the calculator, can be null.
If null, the tester will be opened blank, behaves like opening directly in Carrier Select, but none of it's fields are initialized.
The same structure (DTO) is also used in:IRoutingBF.createSupplementTask(de.aeb.xnsg.simplerouting.bf.CreateSupplementTaskRequestDTO)
For details see also documentation in RoutingBF, CreateSupplementTaskRequestDTO. A CreateSupplementTaskRequestDTO includes also a SupplementTaskDTO.
-
-
Constructor Details
-
SupplementTesterAFParmsDTO
public SupplementTesterAFParmsDTO()
-