Class SupplementTesterAFParmsDTO

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

public class SupplementTesterAFParmsDTO extends Object
AF parameter for calling the supplement calculator
  • Field Summary

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

    Methods inherited from class java.lang.Object

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

    • supplementTask

      public de.aeb.xnsg.simplerouting.bf.SupplementTaskDTO supplementTask
      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. A CreateSupplementTaskRequestDTO includes also a SupplementTaskDTO.
  • Constructor Details

    • SupplementTesterAFParmsDTO

      public SupplementTesterAFParmsDTO()