Class ClientDTO

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

public class ClientDTO extends Object
Data Transfer Object for Clients
  • Field Details

    • identCode

      @CoreProperty(length=10) public String identCode
      The ident code of the client
      length=10
    • name

      @CoreProperty(length=50) public String name
      The name of the client
      length=10
    • isDemo

      public Boolean isDemo
      True if demo client
    • isActive

      public Boolean isActive
      True if active client
    • duplicationAllowed

      public Boolean duplicationAllowed
      true if the client can be duplicated with BF call
    • debtorNumber

      @CoreProperty(length=50) public String debtorNumber
  • Constructor Details

    • ClientDTO

      public ClientDTO()