Package de.aeb.xnsg.foundation.bf
Class DuplicateClientRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.DuplicateClientRequestDTO
DTO with the configuration for duplication of a client.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe clientadmin bf users that should be created for the new client.The clientadmin users that should be created for the new client.The id of the client that should be duplicated.The description of new client created by the duplication.The identcode of new client created by the duplication.The debtor number (Kundennummer) of a client. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clientToDuplicateIdentCode
The id of the client that should be duplicated. -
newClientIdentCode
The identcode of new client created by the duplication. -
newClientDescription
The description of new client created by the duplication. -
adminUiUsers
The clientadmin users that should be created for the new client. -
adminBfUsers
The clientadmin bf users that should be created for the new client. -
newDebtorNumber
The debtor number (Kundennummer) of a client.
-
-
Constructor Details
-
DuplicateClientRequestDTO
public DuplicateClientRequestDTO()
-