Package de.aeb.xnsg.logistics.bf
Class CompanyMFDTO
java.lang.Object
de.aeb.xnsg.logistics.bf.CompanyMFDTO
Masterfile Transfer data object for a company.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCity of the address.City of the po-box address.Extension data for company.Company Number,Country of addressCounty of the addressTimestamp of logical deletion.District (city line 2) of the address.Email address of the address.Fax number of the company.Homepage of the company.If true, the company is logically deleted.Name of the company (first address line)Address name line 2Address name line 3Address name line 4Phone number of the company.PO-Box.Postcode of the street address.Postcode of the poBox address.Remarks about the company.The roles, the company plays.Street (line 1) of the address.Street (line 2) of the address.International VAT identification number. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
companyNumber
Company Number,length=20
-
roles
The roles, the company plays. -
companyExtensions
Extension data for company. -
isDisabled
If true, the company is logically deleted. -
vatNumber
International VAT identification number. Example of format\: DE123456789length=14
-
disabledSince
Timestamp of logical deletion. -
name
Name of the company (first address line)length=40
-
name2
Address name line 2length=40
-
name3
Address name line 3length=40
-
name4
Address name line 4length=40
-
street
Street (line 1) of the address.length=40
-
street2
Street (line 2) of the address.length=40
-
postcode
Postcode of the street address.length=10
-
city
City of the address.length=40
-
district
District (city line 2) of the address.length=40
-
countryISOCode
Country of addresslength=2
-
county
County of the addresslength=40
-
poBox
PO-Box.length=10
-
postcodePOBox
Postcode of the poBox address.length=10
-
cityPOBox
City of the po-box address.length=40
-
emailAddress
Email address of the address.length=256
-
phoneNumber
Phone number of the company.length=20
-
faxNumber
Fax number of the company.length=20
-
homepage
Homepage of the company.length=250
-
remark
Remarks about the company.length=4000
-
-
Constructor Details
-
CompanyMFDTO
public CompanyMFDTO()
-