Class CompanyMFDTO

java.lang.Object
de.aeb.xnsg.logistics.bf.CompanyMFDTO

public class CompanyMFDTO extends Object
Masterfile Transfer data object for a company.
  • Field Details

    • companyNumber

      public String companyNumber
      Company Number,

      length=20

    • roles

      public CompanyRoleMFDTO[] roles
      The roles, the company plays.
    • companyExtensions

      public CompanyExtensionMFDTO[] companyExtensions
      Extension data for company.
    • isDisabled

      public Boolean isDisabled
      If true, the company is logically deleted.
    • vatNumber

      public String vatNumber
      International VAT identification number. Example of format\: DE123456789

      length=14

    • disabledSince

      public DateAndZoneDTO disabledSince
      Timestamp of logical deletion.
    • 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

    • phoneNumber

      public String phoneNumber
      Phone number of the company.

      length=20

    • faxNumber

      public String faxNumber
      Fax number of the company.

      length=20

    • homepage

      public String homepage
      Homepage of the company.

      length=250

    • remark

      public String remark
      Remarks about the company.

      length=4000

  • Constructor Details

    • CompanyMFDTO

      public CompanyMFDTO()