Package de.aeb.xnsg.foundation.bf
Class ClientDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.ClientDTO
Data Transfer Object for Clients
-
Field Summary
FieldsModifier and TypeFieldDescriptiontrue if the client can be duplicated with BF callThe ident code of the client length=10True if active clientTrue if demo clientThe name of the client length=10 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
identCode
The ident code of the client length=10 -
name
The name of the client length=10 -
isDemo
True if demo client -
isActive
True if active client -
duplicationAllowed
true if the client can be duplicated with BF call -
debtorNumber
-
-
Constructor Details
-
ClientDTO
public ClientDTO()
-