| Package | Description |
|---|---|
| org.mustangproject |
| Modifier and Type | Field and Description |
|---|---|
protected Contact |
TradeParty.contact |
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.setCountry(java.lang.String country)
two-letter ISO country code of the contact, if different from organisation
|
Contact |
Contact.setEMail(java.lang.String email)
personal email address of the contact person
|
Contact |
Contact.setFax(java.lang.String fax)
(optional) complete fax number
|
Contact |
Contact.setLocation(java.lang.String location)
city of the contact person, if different from organisation
|
Contact |
Contact.setName(java.lang.String name)
the first and last name of the contact
|
Contact |
Contact.setPhone(java.lang.String phone)
complete phone number of the contact
|
Contact |
Contact.setStreet(java.lang.String street)
street and number, if the address is different to the organisation
|
Contact |
Contact.setZIP(java.lang.String zip)
the postcode, if the address is different to the organisation
|
| Modifier and Type | Method and Description |
|---|---|
TradeParty |
TradeParty.setContact(Contact c)
(optional) a named contact person
|
Invoice |
Invoice.setOwnContact(Contact ownContact)
Deprecated.
use setSender
|
Copyright © 2023. All rights reserved.