Class CompanyDTO

java.lang.Object
de.aeb.xnsg.logistics.bf.CompanyDTO
Direct Known Subclasses:
DLPartyDTO

public class CompanyDTO extends Object
A complete address of a company.
  • Field Details

    • companyNumber

      public String companyNumber
      Company Number,

      length=20

    • name

      public String name
      Name of the company (first address line)

      length=40

    • name2

      public String name2
      Address name line 2

      length=40

    • name3

      public String name3
      Address name line 3

      length=40

    • name4

      public String name4
      Address name line 4

      length=40

    • street

      public String street
      Street (line 1) of the address.

      length=40

    • street2

      public String street2
      Street (line 2) of the address.

      length=40

    • postcode

      public String postcode
      Postcode of the street address.

      length=10

    • city

      public String city
      City of the address.

      length=40

    • district

      public String district
      District (city line 2) of the address.

      length=40

    • countryISOCode

      public String countryISOCode
      Country of address

      length=2

    • county

      public String county
      County of the address

      length=40

    • poBox

      public String poBox
      PO-Box.

      length=10

    • postcodePOBox

      public String postcodePOBox
      Postcode of the poBox address.

      length=10

    • cityPOBox

      public String cityPOBox
      City of the po-box address.

      length=40

    • emailAddress

      public String emailAddress
      Email address of the address.

      length=256

    • phone

      public String phone
      Phone number of reception

      length=20

    • fax

      public String fax
      Fax number of reception

      length=20

  • Constructor Details

    • CompanyDTO

      public CompanyDTO()