Class RoutingTesterAFParmsDTO

java.lang.Object
de.aeb.xnsg.routingtester.af.RoutingTesterAFParmsDTO

public class RoutingTesterAFParmsDTO extends Object
AF parameter for calling the routing calculator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    de.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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • routingTask

      public de.aeb.xnsg.simplerouting.bf.RoutingTaskDTO routingTask
      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. A CreateRoutingTaskRequestDTO includes also a RoutingTaskDTO.
  • Constructor Details

    • RoutingTesterAFParmsDTO

      public RoutingTesterAFParmsDTO()