Package de.aeb.xnsg.routingtester.af
Class RoutingTesterAFParmsDTO
java.lang.Object
de.aeb.xnsg.routingtester.af.RoutingTesterAFParmsDTO
AF parameter for calling the routing calculator
-
Field Summary
FieldsModifier and TypeFieldDescriptionde.aeb.xnsg.simplerouting.bf.RoutingTaskDTO
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.createRoutingTask(de.aeb.xnsg.simplerouting.bf.CreateRoutingTaskRequestDTO)
For details see also documentation in RoutingBF, CreateRoutingTaskRequestDTO. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
routingTask
public de.aeb.xnsg.simplerouting.bf.RoutingTaskDTO routingTaskData 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.createRoutingTask(de.aeb.xnsg.simplerouting.bf.CreateRoutingTaskRequestDTO)
For details see also documentation in RoutingBF, CreateRoutingTaskRequestDTO. A CreateRoutingTaskRequestDTO includes also a RoutingTaskDTO.
-
-
Constructor Details
-
RoutingTesterAFParmsDTO
public RoutingTesterAFParmsDTO()
-