Class DuplicateClientRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.DuplicateClientRequestDTO

public class DuplicateClientRequestDTO extends Object
DTO with the configuration for duplication of a client.
  • Field Details

    • clientToDuplicateIdentCode

      public String clientToDuplicateIdentCode
      The id of the client that should be duplicated.
    • newClientIdentCode

      public String newClientIdentCode
      The identcode of new client created by the duplication.
    • newClientDescription

      public String newClientDescription
      The description of new client created by the duplication.
    • adminUiUsers

      public DuplicateClientUserDTO[] adminUiUsers
      The clientadmin users that should be created for the new client.
    • adminBfUsers

      public DuplicateClientUserDTO[] adminBfUsers
      The clientadmin bf users that should be created for the new client.
    • newDebtorNumber

      public String newDebtorNumber
      The debtor number (Kundennummer) of a client.
  • Constructor Details

    • DuplicateClientRequestDTO

      public DuplicateClientRequestDTO()