public class PurCtrAddress extends VdmEntity<PurCtrAddress>
Original entity name from the Odata EDM: A_PurCtrAddressType
Modifier and Type | Class and Description |
---|---|
static class |
PurCtrAddress.PurCtrAddressBuilder |
Modifier and Type | Field and Description |
---|---|
static PurCtrAddressField<String> |
ADDITIONAL_STREET_PREFIX_NAME
Use with available fluent helpers to apply the AdditionalStreetPrefixName field to query operations.
|
static PurCtrAddressField<String> |
ADDITIONAL_STREET_SUFFIX_NAME
Use with available fluent helpers to apply the AdditionalStreetSuffixName field to query operations.
|
static PurCtrAddressField<String> |
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations.
|
static PurCtrAddressField<String> |
ADDRESS_TIME_ZONE
Use with available fluent helpers to apply the AddressTimeZone field to query operations.
|
static PurCtrAddressSelectable |
ALL_FIELDS
Selector for all available fields of PurCtrAddress.
|
static PurCtrAddressField<String> |
BUILDING
Use with available fluent helpers to apply the Building field to query operations.
|
static PurCtrAddressField<String> |
CARE_OF_NAME
Use with available fluent helpers to apply the CareOfName field to query operations.
|
static PurCtrAddressField<String> |
CITY_CODE
Use with available fluent helpers to apply the CityCode field to query operations.
|
static PurCtrAddressField<String> |
CITY_NAME
Use with available fluent helpers to apply the CityName field to query operations.
|
static PurCtrAddressField<String> |
COMPANY_POSTAL_CODE
Use with available fluent helpers to apply the CompanyPostalCode field to query operations.
|
static PurCtrAddressField<String> |
CONSIGNEE_NAME3
Use with available fluent helpers to apply the ConsigneeName3 field to query operations.
|
static PurCtrAddressField<String> |
CONSIGNEE_NAME4
Use with available fluent helpers to apply the ConsigneeName4 field to query operations.
|
static PurCtrAddressField<String> |
CORRESPONDENCE_LANGUAGE
Use with available fluent helpers to apply the CorrespondenceLanguage field to query operations.
|
static PurCtrAddressField<String> |
COUNTRY
Use with available fluent helpers to apply the Country field to query operations.
|
static PurCtrAddressField<String> |
DISTRICT
Use with available fluent helpers to apply the District field to query operations.
|
static PurCtrAddressField<String> |
FAX_NUMBER
Use with available fluent helpers to apply the FaxNumber field to query operations.
|
static PurCtrAddressField<String> |
FLOOR
Use with available fluent helpers to apply the Floor field to query operations.
|
static PurCtrAddressField<String> |
FORM_OF_ADDRESS
Use with available fluent helpers to apply the FormOfAddress field to query operations.
|
static PurCtrAddressField<String> |
FULL_NAME
Use with available fluent helpers to apply the FullName field to query operations.
|
static PurCtrAddressField<String> |
HOUSE_NUMBER
Use with available fluent helpers to apply the HouseNumber field to query operations.
|
static PurCtrAddressField<String> |
HOUSE_NUMBER_SUPPLEMENT_TEXT
Use with available fluent helpers to apply the HouseNumberSupplementText field to query operations.
|
static PurCtrAddressField<String> |
PHONE_NUMBER
Use with available fluent helpers to apply the PhoneNumber field to query operations.
|
static PurCtrAddressField<String> |
PO_BOX
Use with available fluent helpers to apply the POBox field to query operations.
|
static PurCtrAddressField<String> |
PO_BOX_DEVIATING_CITY_NAME
Use with available fluent helpers to apply the POBoxDeviatingCityName field to query operations.
|
static PurCtrAddressField<String> |
PO_BOX_POSTAL_CODE
Use with available fluent helpers to apply the POBoxPostalCode field to query operations.
|
static PurCtrAddressField<String> |
POSTAL_CODE
Use with available fluent helpers to apply the PostalCode field to query operations.
|
static PurCtrAddressField<String> |
PRFRD_COMM_MEDIUM_TYPE
Use with available fluent helpers to apply the PrfrdCommMediumType field to query operations.
|
static PurCtrAddressField<String> |
PURCHASE_CONTRACT
Use with available fluent helpers to apply the PurchaseContract field to query operations.
|
static PurCtrAddressField<String> |
PURCHASE_CONTRACT_ITEM
Use with available fluent helpers to apply the PurchaseContractItem field to query operations.
|
static PurCtrAddressField<String> |
REGION
Use with available fluent helpers to apply the Region field to query operations.
|
static PurCtrAddressField<String> |
ROOM_NUMBER
Use with available fluent helpers to apply the RoomNumber field to query operations.
|
static PurCtrAddressField<String> |
STREET_NAME
Use with available fluent helpers to apply the StreetName field to query operations.
|
static PurCtrAddressField<String> |
STREET_PREFIX_NAME
Use with available fluent helpers to apply the StreetPrefixName field to query operations.
|
static PurCtrAddressField<String> |
STREET_SUFFIX_NAME
Use with available fluent helpers to apply the StreetSuffixName field to query operations.
|
static PurCtrAddressField<String> |
TAX_JURISDICTION
Use with available fluent helpers to apply the TaxJurisdiction field to query operations.
|
static PurCtrAddressField<String> |
TRANSPORT_ZONE
Use with available fluent helpers to apply the TransportZone field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
PurCtrAddress() |
PurCtrAddress(String purchaseContract,
String addressID,
String purchaseContractItem,
String formOfAddress,
String fullName,
String consigneeName3,
String consigneeName4,
String careOfName,
String cityName,
String district,
String cityCode,
String postalCode,
String pOBoxPostalCode,
String companyPostalCode,
String pOBox,
String pOBoxDeviatingCityName,
String streetName,
String houseNumber,
String streetPrefixName,
String additionalStreetPrefixName,
String additionalStreetSuffixName,
String building,
String floor,
String roomNumber,
String country,
String correspondenceLanguage,
String region,
String addressTimeZone,
String taxJurisdiction,
String prfrdCommMediumType,
String phoneNumber,
String faxNumber,
String transportZone,
String houseNumberSupplementText,
String streetSuffixName) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static PurCtrAddress.PurCtrAddressBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> PurCtrAddressField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAdditionalStreetPrefixName()
Constraints: Not nullable, Maximum length: 40
|
String |
getAdditionalStreetSuffixName()
Constraints: Not nullable, Maximum length: 40
|
String |
getAddressID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getAddressTimeZone()
Constraints: Not nullable, Maximum length: 6
|
String |
getBuilding()
Constraints: Not nullable, Maximum length: 20
|
String |
getCareOfName()
Constraints: Not nullable, Maximum length: 40
|
String |
getCityCode()
Constraints: Not nullable, Maximum length: 12
|
String |
getCityName()
Constraints: Not nullable, Maximum length: 40
|
String |
getCompanyPostalCode()
Constraints: Not nullable, Maximum length: 10
|
String |
getConsigneeName3()
Constraints: Not nullable, Maximum length: 40
|
String |
getConsigneeName4()
Constraints: Not nullable, Maximum length: 40
|
String |
getCorrespondenceLanguage()
Constraints: Not nullable, Maximum length: 2
|
String |
getCountry()
Constraints: Not nullable, Maximum length: 3
|
protected String |
getDefaultServicePath() |
String |
getDistrict()
Constraints: Not nullable, Maximum length: 40
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFaxNumber()
Constraints: Not nullable, Maximum length: 30
|
String |
getFloor()
Constraints: Not nullable, Maximum length: 10
|
String |
getFormOfAddress()
Constraints: Not nullable, Maximum length: 4
|
String |
getFullName()
Constraints: Not nullable, Maximum length: 80
|
String |
getHouseNumber()
Constraints: Not nullable, Maximum length: 10
|
String |
getHouseNumberSupplementText()
Constraints: Not nullable, Maximum length: 10
|
protected Map<String,Object> |
getKey() |
String |
getPhoneNumber()
Constraints: Not nullable, Maximum length: 30
|
String |
getPOBox()
Constraints: Not nullable, Maximum length: 10
|
String |
getPOBoxDeviatingCityName()
Constraints: Not nullable, Maximum length: 40
|
String |
getPOBoxPostalCode()
Constraints: Not nullable, Maximum length: 10
|
String |
getPostalCode()
Constraints: Not nullable, Maximum length: 10
|
String |
getPrfrdCommMediumType()
Constraints: Not nullable, Maximum length: 3
|
String |
getPurchaseContract()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getPurchaseContractItem()
(Key Field) Constraints: Not nullable, Maximum length: 5
|
String |
getRegion()
Constraints: Not nullable, Maximum length: 3
|
String |
getRoomNumber()
Constraints: Not nullable, Maximum length: 10
|
String |
getStreetName()
Constraints: Not nullable, Maximum length: 60
|
String |
getStreetPrefixName()
Constraints: Not nullable, Maximum length: 40
|
String |
getStreetSuffixName()
Constraints: Not nullable, Maximum length: 40
|
String |
getTaxJurisdiction()
Constraints: Not nullable, Maximum length: 15
|
String |
getTransportZone()
Constraints: Not nullable, Maximum length: 10
|
Class<PurCtrAddress> |
getType() |
int |
hashCode() |
void |
setAdditionalStreetPrefixName(String additionalStreetPrefixName)
Constraints: Not nullable, Maximum length: 40
|
void |
setAdditionalStreetSuffixName(String additionalStreetSuffixName)
Constraints: Not nullable, Maximum length: 40
|
void |
setAddressID(String addressID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setAddressTimeZone(String addressTimeZone)
Constraints: Not nullable, Maximum length: 6
|
void |
setBuilding(String building)
Constraints: Not nullable, Maximum length: 20
|
void |
setCareOfName(String careOfName)
Constraints: Not nullable, Maximum length: 40
|
void |
setCityCode(String cityCode)
Constraints: Not nullable, Maximum length: 12
|
void |
setCityName(String cityName)
Constraints: Not nullable, Maximum length: 40
|
void |
setCompanyPostalCode(String companyPostalCode)
Constraints: Not nullable, Maximum length: 10
|
void |
setConsigneeName3(String consigneeName3)
Constraints: Not nullable, Maximum length: 40
|
void |
setConsigneeName4(String consigneeName4)
Constraints: Not nullable, Maximum length: 40
|
void |
setCorrespondenceLanguage(String correspondenceLanguage)
Constraints: Not nullable, Maximum length: 2
|
void |
setCountry(String country)
Constraints: Not nullable, Maximum length: 3
|
void |
setDistrict(String district)
Constraints: Not nullable, Maximum length: 40
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
void |
setFaxNumber(String faxNumber)
Constraints: Not nullable, Maximum length: 30
|
void |
setFloor(String floor)
Constraints: Not nullable, Maximum length: 10
|
void |
setFormOfAddress(String formOfAddress)
Constraints: Not nullable, Maximum length: 4
|
void |
setFullName(String fullName)
Constraints: Not nullable, Maximum length: 80
|
void |
setHouseNumber(String houseNumber)
Constraints: Not nullable, Maximum length: 10
|
void |
setHouseNumberSupplementText(String houseNumberSupplementText)
Constraints: Not nullable, Maximum length: 10
|
void |
setPhoneNumber(String phoneNumber)
Constraints: Not nullable, Maximum length: 30
|
void |
setPOBox(String pOBox)
Constraints: Not nullable, Maximum length: 10
|
void |
setPOBoxDeviatingCityName(String pOBoxDeviatingCityName)
Constraints: Not nullable, Maximum length: 40
|
void |
setPOBoxPostalCode(String pOBoxPostalCode)
Constraints: Not nullable, Maximum length: 10
|
void |
setPostalCode(String postalCode)
Constraints: Not nullable, Maximum length: 10
|
void |
setPrfrdCommMediumType(String prfrdCommMediumType)
Constraints: Not nullable, Maximum length: 3
|
void |
setPurchaseContract(String purchaseContract)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setPurchaseContractItem(String purchaseContractItem)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
void |
setRegion(String region)
Constraints: Not nullable, Maximum length: 3
|
void |
setRoomNumber(String roomNumber)
Constraints: Not nullable, Maximum length: 10
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setStreetName(String streetName)
Constraints: Not nullable, Maximum length: 60
|
void |
setStreetPrefixName(String streetPrefixName)
Constraints: Not nullable, Maximum length: 40
|
void |
setStreetSuffixName(String streetSuffixName)
Constraints: Not nullable, Maximum length: 40
|
void |
setTaxJurisdiction(String taxJurisdiction)
Constraints: Not nullable, Maximum length: 15
|
void |
setTransportZone(String transportZone)
Constraints: Not nullable, Maximum length: 10
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final PurCtrAddressSelectable ALL_FIELDS
public static final PurCtrAddressField<String> PURCHASE_CONTRACT
public static final PurCtrAddressField<String> ADDRESS_ID
public static final PurCtrAddressField<String> PURCHASE_CONTRACT_ITEM
public static final PurCtrAddressField<String> FORM_OF_ADDRESS
public static final PurCtrAddressField<String> FULL_NAME
public static final PurCtrAddressField<String> CONSIGNEE_NAME3
public static final PurCtrAddressField<String> CONSIGNEE_NAME4
public static final PurCtrAddressField<String> CARE_OF_NAME
public static final PurCtrAddressField<String> CITY_NAME
public static final PurCtrAddressField<String> DISTRICT
public static final PurCtrAddressField<String> CITY_CODE
public static final PurCtrAddressField<String> POSTAL_CODE
public static final PurCtrAddressField<String> PO_BOX_POSTAL_CODE
public static final PurCtrAddressField<String> COMPANY_POSTAL_CODE
public static final PurCtrAddressField<String> PO_BOX
public static final PurCtrAddressField<String> PO_BOX_DEVIATING_CITY_NAME
public static final PurCtrAddressField<String> STREET_NAME
public static final PurCtrAddressField<String> HOUSE_NUMBER
public static final PurCtrAddressField<String> STREET_PREFIX_NAME
public static final PurCtrAddressField<String> ADDITIONAL_STREET_PREFIX_NAME
public static final PurCtrAddressField<String> ADDITIONAL_STREET_SUFFIX_NAME
public static final PurCtrAddressField<String> BUILDING
public static final PurCtrAddressField<String> FLOOR
public static final PurCtrAddressField<String> ROOM_NUMBER
public static final PurCtrAddressField<String> COUNTRY
public static final PurCtrAddressField<String> CORRESPONDENCE_LANGUAGE
public static final PurCtrAddressField<String> REGION
public static final PurCtrAddressField<String> ADDRESS_TIME_ZONE
public static final PurCtrAddressField<String> TAX_JURISDICTION
public static final PurCtrAddressField<String> PRFRD_COMM_MEDIUM_TYPE
public static final PurCtrAddressField<String> PHONE_NUMBER
public static final PurCtrAddressField<String> FAX_NUMBER
public static final PurCtrAddressField<String> TRANSPORT_ZONE
public static final PurCtrAddressField<String> HOUSE_NUMBER_SUPPLEMENT_TEXT
public static final PurCtrAddressField<String> STREET_SUFFIX_NAME
public PurCtrAddress()
public PurCtrAddress(@Nullable String purchaseContract, @Nullable String addressID, @Nullable String purchaseContractItem, @Nullable String formOfAddress, @Nullable String fullName, @Nullable String consigneeName3, @Nullable String consigneeName4, @Nullable String careOfName, @Nullable String cityName, @Nullable String district, @Nullable String cityCode, @Nullable String postalCode, @Nullable String pOBoxPostalCode, @Nullable String companyPostalCode, @Nullable String pOBox, @Nullable String pOBoxDeviatingCityName, @Nullable String streetName, @Nullable String houseNumber, @Nullable String streetPrefixName, @Nullable String additionalStreetPrefixName, @Nullable String additionalStreetSuffixName, @Nullable String building, @Nullable String floor, @Nullable String roomNumber, @Nullable String country, @Nullable String correspondenceLanguage, @Nullable String region, @Nullable String addressTimeZone, @Nullable String taxJurisdiction, @Nullable String prfrdCommMediumType, @Nullable String phoneNumber, @Nullable String faxNumber, @Nullable String transportZone, @Nullable String houseNumberSupplementText, @Nullable String streetSuffixName)
@Nonnull public Class<PurCtrAddress> getType()
getType
in class VdmObject<PurCtrAddress>
public void setPurchaseContract(@Nullable String purchaseContract)
Original property name from the Odata EDM: PurchaseContract
purchaseContract
- Purchasing Contract Headerpublic void setAddressID(@Nullable String addressID)
Original property name from the Odata EDM: AddressID
For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
addressID
- Internal key for identifying a Business Address Services address.public void setPurchaseContractItem(@Nullable String purchaseContractItem)
Original property name from the Odata EDM: PurchaseContractItem
purchaseContractItem
- Item Number of Purchasing Contractpublic void setFormOfAddress(@Nullable String formOfAddress)
Original property name from the Odata EDM: FormOfAddress
You can also define a form of address text in Customizing.The form of address text can be maintained in different languages.
formOfAddress
- Key for form of address text.public void setFullName(@Nullable String fullName)
Original property name from the Odata EDM: FullName
For organizations or document addresses, typically the fields Name1 and Name2 are concatenated.For persons the field contains the formatted name according to country specific rules. It corresponds e.g. to the content of the fields BUT000-NAME1_TEXT or ADRP-NAME_TEXT.
fullName
- This field contains the full name or formatted name of a party.public void setConsigneeName3(@Nullable String consigneeName3)
Original property name from the Odata EDM: ConsigneeName3
consigneeName3
- Name 3public void setConsigneeName4(@Nullable String consigneeName4)
Original property name from the Odata EDM: ConsigneeName4
consigneeName4
- Name 4public void setCareOfName(@Nullable String careOfName)
Original property name from the Odata EDM: CareOfName
Put the country-specific code (e.g. c/o) in front of the name of the occupant. This is not automatically done in the print format, like the language-specific word "PO Box".John Smithc/o David BrownThis field is not always automatically printed, as it was subsequently added to the address structure.The print program or form may need to be adjusted.This exception applies to the following fields:Street2, Street3, Street4, Street5, c/o name, and to all address fields added after Release 4.5.
careOfName
- Part of the address (c/o = care of) if the recipient is different from the occupant and the names are
not similar (e.g. subtenants).public void setCityName(@Nullable String cityName)
Original property name from the Odata EDM: CityName
The city name is saved redundantly in another database field in upper- case letters, for search help.If the Postal regional structure ('city file') is active, the city name is checked against the Cities defined in the regional structure.
cityName
- City name as part of the address.public void setDistrict(@Nullable String district)
Original property name from the Odata EDM: District
In some countries, this entry is appended with a hyphen to the city name by the automatic address formatting, other countries, it is output on a line of its own or (e.g. in the USA) not printed.See the examples in the Address Layout Key documentation.
district
- City or District supplementpublic void setCityCode(@Nullable String cityCode)
Original property name from the Odata EDM: CityCode
cityCode
- City code for city/street filepublic void setPostalCode(@Nullable String postalCode)
Original property name from the Odata EDM: PostalCode
If different postal codes are maintained for the PO Box and Street address of an address, this field contains the Street address postal code.
postalCode
- Postal code as part of the addresspublic void setPOBoxPostalCode(@Nullable String pOBoxPostalCode)
Original property name from the Odata EDM: POBoxPostalCode
This field is used for countries where a different postal code applies to mail that is sent to the PO box rather than to the street address of a particular business partner.Postal codes for group major customers also have to be entered in the field for the PO box postal code since individual customers with a shared postal code for group major customers are differentiated by means of the PO box. Postal codes for major customers (= company postal codes), however, are assigned to one customer only and have to be entered in the field 'Company Postal Code'.
pOBoxPostalCode
- Postal code that is required for a unique assignment of the PO box.public void setCompanyPostalCode(@Nullable String companyPostalCode)
Original property name from the Odata EDM: CompanyPostalCode
This field is used for countries where major companies are assigned their own postal code by the national post office.This postal code has to be entered in the field "Company Postal Code". Postal codes for group major customers, however, have to be entered in the field "PO Box Postal Code", since individual customers with a shared postal code for group major customers are differentiated by means of their PO box.
companyPostalCode
- Postal code that is assigned directly to one company (= company postal code = major customer postal
code).public void setPOBox(@Nullable String pOBox)
Original property name from the Odata EDM: POBox
Only enter the PO Box number in this field. The text "PO Box" is provided in the recipient language by the system when you print the address.When you print an address, the "Street address" and the "PO Box address" are distinguished. The print program determines which of them has priority if both are maintained in an address record.Besides the PO Box number, the PO Box address uses the following fields:PO Box postal code, if specified (otherwise the normal postal code)PO Box city, if specified (otherwise the normal city)PO Box region, if specified (otherwise the normal region)PO Box country, if specified (otherwise the normal country)If the address is a "PO Box" (without a number), do not fill the "PO Box" field. Select the "PO Box w/o Number" indicator instead.You can also enter a company postal code for organizational addresses, instead of a PO Box. A separate field is predefined for this entry.For general information and examples about address formatting, see the documentation on the Address Structure Key.
pOBox
- PO Box number as part of an address.public void setPOBoxDeviatingCityName(@Nullable String pOBoxDeviatingCityName)
Original property name from the Odata EDM: POBoxDeviatingCityName
The PO Box city can be entered here if it is different from the address city.If the address is only a PO Box address, enter the city in the normal city field.If the address contains two different city names for the address and the PO Box address, use this field.
pOBoxDeviatingCityName
- Different city for the PO Box as an address component.public void setStreetName(@Nullable String streetName)
Original property name from the Odata EDM: StreetName
The street name is saved, redundantly in upper case in another database field, for search help purposes.There are other fields for address parts which can be printed above or below the street. See Print the Street address.The house number and other supplements are usually maintained in their own fields. See Formatting the Street line.
streetName
- Street name as part of the address.public void setHouseNumber(@Nullable String houseNumber)
Original property name from the Odata EDM: HouseNumber
It is printed in the Street line.Other supplementary street information can be entered in the House number supplement or one of the Street2, Street3, Street4 or Street5 fields. See Print the Street address.A house number (e.g. 117) or a house number with supplement (e.g. 117a), or a house number range (e.g. 16-20), can be maintained in this field.
houseNumber
- House number as part of an address.public void setStreetPrefixName(@Nullable String streetPrefixName)
Original property name from the Odata EDM: StreetPrefixName
The Street address contains two lines above the street and two lines below the street.See Print the Street address.This field is not always automatically printed, as it was subsequently added to the address structure.The print program or form may need to be adjusted.This exception applies to the following fields:Street2, Street3, Street4, Street5, c/o name, and to all address fields added after Release 4.5.
streetPrefixName
- Additional address field which is printed above the Street line.public void setAdditionalStreetPrefixName(@Nullable String additionalStreetPrefixName)
Original property name from the Odata EDM: AdditionalStreetPrefixName
The Street address contains two lines above the street and two lines below the street.See Print the Street address.
additionalStreetPrefixName
- Additional address field which is printed above the Street line.public void setAdditionalStreetSuffixName(@Nullable String additionalStreetSuffixName)
Original property name from the Odata EDM: AdditionalStreetSuffixName
The Street address has two lines above the street and two lines below the steet.See Print the Street address.
additionalStreetSuffixName
- Additional address field which is printed under the Street line.public void setBuilding(@Nullable String building)
Original property name from the Odata EDM: Building
This field is not used when the address is printed. The name of a building such as "Empire State Building", which is also to appear in the printout of the address, must be stored above or below the street in one of the fields Street2, Street3, Street4 or Street5, depending on its position. See Print the Street address.
building
- Number or abbreviation of a building in an address.public void setFloor(@Nullable String floor)
Original property name from the Odata EDM: Floor
This field is not printed in the address.Floors which should be printed must be in the field house number supplement or in one of the fields Street2, Street3, Street4 or Street5 depending on the desired position. See Print the Street address.
floor
- Floor of the building as more exact specification of an address.public void setRoomNumber(@Nullable String roomNumber)
Original property name from the Odata EDM: RoomNumber
This field is not printed.Entries which are to be printed must in the house number supplement field or in one of the Street2, Street3, Street4 or Street5 fields, depending on the desired position. See Print the Street address.
roomNumber
- Appartment or room number in an a ddress.public void setCountry(@Nullable String country)
Original property name from the Odata EDM: Country
The two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used.It could also be the vehicle license plate country-code or a typical country key, for example, in Germany the Federal statistics office key.The country keys are determined at system installation in the global settings.The definition of the country key in the SAP system does not have to match political or government entities.Since the country key does not have to correspond to the ISO code in all installations, programs that differ according to certain values of the country key cannot query the country key T005-LAND1, but have to program based on the ISO code T005 INTCA.
country
- The country key contains information which the system uses to check entries such as the length of the
postal code or bank account number.public void setCorrespondenceLanguage(@Nullable String correspondenceLanguage)
Original property name from the Odata EDM: CorrespondenceLanguage
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
correspondenceLanguage
- The language key indicatespublic void setRegion(@Nullable String region)
Original property name from the Odata EDM: Region
The automatic address formatting function prints the region in addresses in the USA, Canada, Italy, Brazil or Australia, and the county in Great Britain.For more information, see the examples in the documentation on the Address Layout Key.Meaning of the regional code in ...Australia -> ProvinceBrazil -> StateCanada -> ProvinceGermany -> StateGreat Britain -> CountyItaly -> ProvinceJapan -> PrefectureSwitzerland -> CantonUSA -> State
region
- In some countries, the region forms part of the address. The meaning depends on the country.public void setAddressTimeZone(@Nullable String addressTimeZone)
Original property name from the Odata EDM: AddressTimeZone
The time zone is automatically determined by the system in address maintenance if time zone Customizing is maintained.It depends on the country and the region. (Region means state, province or county, depending on the country)The automatic determination is only made if there is no value in the time zone field.
addressTimeZone
- Time zone as part of an address.public void setTaxJurisdiction(@Nullable String taxJurisdiction)
Original property name from the Odata EDM: TaxJurisdiction
taxJurisdiction
- Specifies the tax jurisdiction.public void setPrfrdCommMediumType(@Nullable String prfrdCommMediumType)
Original property name from the Odata EDM: PrfrdCommMediumType
In Business Address Services, you can specify a standard communication method that can be used by programs to determine the means of communication for sending messages.One business partner wants all messages by fax, another by e-mail.The application context can restrict the possible methods of communication. For example, invitations should perhaps only be sent by post because of enclosures, whereas minutes can be sent by post, fax or e-mail.Communication strategies can be defined for this purpose and applied in application contexts.
prfrdCommMediumType
- Communication method with which you can exchange documents and messages with a business partner.public void setPhoneNumber(@Nullable String phoneNumber)
Original property name from the Odata EDM: PhoneNumber
If the telephone number consists of a company number and an extension, the extension must be entered in the field extension.Telephone number, as it is dialled from within the country.For the number "01234/567-0" enter the following:Telephone: 01234/567Estension: 0For the number "01234/567-891" enter the following:Telephone: 01234/567Extension: 891For the number "012-345-678" (678 as extension) enter the following:Telepone: 012-345Extension: 678In the following cases enter the complete number (without country dialling code) in the field Telephone:No part of the number can be regarded as an extension.You are not sure which part of the number can be regarded as an extension.
phoneNumber
- Telephone number, consisting of dialling code and number, but without country dialling code.public void setFaxNumber(@Nullable String faxNumber)
Original property name from the Odata EDM: FaxNumber
If the fax number consists of a company number and an extension, the extension must be entered in the field extension.Fax number, as it is to be dialled from within the same country.Enter the following for the number "01234/567-0":Fax: 01234/567Extension: 0Enter the following for the number "01234/567-891":Fax: 01234/567Extension: 891For the number "012-345-678" (678 as extension) enter the following:Fax: 012-345Extension: 678In the following cases, enter the complete number (without country dialing code) in the field Fax:No part of the number can be considered as an extension.You are not sure which part of the number can be considered as an extension.
faxNumber
- Fax number, consisting of dialling code and number, but without country dialling code.public void setTransportZone(@Nullable String transportZone)
Original property name from the Odata EDM: TransportZone
Regional zone of Goods recipient.Purchasing:Regional zone of supplier.You can define regional zones to suit the requirements of your own business and country.Sales and distributionthe system automatically proposes a suitable route by using the transportation zone of the goods recipient in combination with other information about the delivery, such as theCountries of origin and destinationShipping conditionsTransportation groupIn the USA, for example, you can define regional zones to correspond to the US postal zip codes.
transportZone
- Sales and distribution:public void setHouseNumberSupplementText(@Nullable String houseNumberSupplementText)
Original property name from the Odata EDM: HouseNumberSupplementText
App. 17 orSuite 600.It is printed in the Street line.Further Street supplements can be put in one of the fields Street2, Street3, Street4 or Street5.See Print the Street address.
houseNumberSupplementText
- House number supplement as part of an address, e.g.public void setStreetSuffixName(@Nullable String streetSuffixName)
Original property name from the Odata EDM: StreetSuffixName
The Street address contains two lines above the street and two lines below the street.See Print the Street address.
streetSuffixName
- Additional address field which is printed below the Street line.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<PurCtrAddress>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<PurCtrAddress>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PurCtrAddress>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PurCtrAddress>
@Nonnull public static <T> PurCtrAddressField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> PurCtrAddressField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<PurCtrAddress>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<PurCtrAddress>
erpConfigContext
- New ERP configuration context to apply to this entityprotected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<PurCtrAddress>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<PurCtrAddress>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<PurCtrAddress>
public static PurCtrAddress.PurCtrAddressBuilder builder()
@Nullable public String getPurchaseContract()
Original property name from the Odata EDM: PurchaseContract
@Nullable public String getAddressID()
Original property name from the Odata EDM: AddressID
For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
@Nullable public String getPurchaseContractItem()
Original property name from the Odata EDM: PurchaseContractItem
@Nullable public String getFormOfAddress()
Original property name from the Odata EDM: FormOfAddress
You can also define a form of address text in Customizing.The form of address text can be maintained in different languages.
@Nullable public String getFullName()
Original property name from the Odata EDM: FullName
For organizations or document addresses, typically the fields Name1 and Name2 are concatenated.For persons the field contains the formatted name according to country specific rules. It corresponds e.g. to the content of the fields BUT000-NAME1_TEXT or ADRP-NAME_TEXT.
@Nullable public String getConsigneeName3()
Original property name from the Odata EDM: ConsigneeName3
@Nullable public String getConsigneeName4()
Original property name from the Odata EDM: ConsigneeName4
@Nullable public String getCareOfName()
Original property name from the Odata EDM: CareOfName
Put the country-specific code (e.g. c/o) in front of the name of the occupant. This is not automatically done in the print format, like the language-specific word "PO Box".John Smithc/o David BrownThis field is not always automatically printed, as it was subsequently added to the address structure.The print program or form may need to be adjusted.This exception applies to the following fields:Street2, Street3, Street4, Street5, c/o name, and to all address fields added after Release 4.5.
@Nullable public String getCityName()
Original property name from the Odata EDM: CityName
The city name is saved redundantly in another database field in upper- case letters, for search help.If the Postal regional structure ('city file') is active, the city name is checked against the Cities defined in the regional structure.
@Nullable public String getDistrict()
Original property name from the Odata EDM: District
In some countries, this entry is appended with a hyphen to the city name by the automatic address formatting, other countries, it is output on a line of its own or (e.g. in the USA) not printed.See the examples in the Address Layout Key documentation.
@Nullable public String getCityCode()
Original property name from the Odata EDM: CityCode
@Nullable public String getPostalCode()
Original property name from the Odata EDM: PostalCode
If different postal codes are maintained for the PO Box and Street address of an address, this field contains the Street address postal code.
@Nullable public String getPOBoxPostalCode()
Original property name from the Odata EDM: POBoxPostalCode
This field is used for countries where a different postal code applies to mail that is sent to the PO box rather than to the street address of a particular business partner.Postal codes for group major customers also have to be entered in the field for the PO box postal code since individual customers with a shared postal code for group major customers are differentiated by means of the PO box. Postal codes for major customers (= company postal codes), however, are assigned to one customer only and have to be entered in the field 'Company Postal Code'.
@Nullable public String getCompanyPostalCode()
Original property name from the Odata EDM: CompanyPostalCode
This field is used for countries where major companies are assigned their own postal code by the national post office.This postal code has to be entered in the field "Company Postal Code". Postal codes for group major customers, however, have to be entered in the field "PO Box Postal Code", since individual customers with a shared postal code for group major customers are differentiated by means of their PO box.
@Nullable public String getPOBox()
Original property name from the Odata EDM: POBox
Only enter the PO Box number in this field. The text "PO Box" is provided in the recipient language by the system when you print the address.When you print an address, the "Street address" and the "PO Box address" are distinguished. The print program determines which of them has priority if both are maintained in an address record.Besides the PO Box number, the PO Box address uses the following fields:PO Box postal code, if specified (otherwise the normal postal code)PO Box city, if specified (otherwise the normal city)PO Box region, if specified (otherwise the normal region)PO Box country, if specified (otherwise the normal country)If the address is a "PO Box" (without a number), do not fill the "PO Box" field. Select the "PO Box w/o Number" indicator instead.You can also enter a company postal code for organizational addresses, instead of a PO Box. A separate field is predefined for this entry.For general information and examples about address formatting, see the documentation on the Address Structure Key.
@Nullable public String getPOBoxDeviatingCityName()
Original property name from the Odata EDM: POBoxDeviatingCityName
The PO Box city can be entered here if it is different from the address city.If the address is only a PO Box address, enter the city in the normal city field.If the address contains two different city names for the address and the PO Box address, use this field.
@Nullable public String getStreetName()
Original property name from the Odata EDM: StreetName
The street name is saved, redundantly in upper case in another database field, for search help purposes.There are other fields for address parts which can be printed above or below the street. See Print the Street address.The house number and other supplements are usually maintained in their own fields. See Formatting the Street line.
@Nullable public String getHouseNumber()
Original property name from the Odata EDM: HouseNumber
It is printed in the Street line.Other supplementary street information can be entered in the House number supplement or one of the Street2, Street3, Street4 or Street5 fields. See Print the Street address.A house number (e.g. 117) or a house number with supplement (e.g. 117a), or a house number range (e.g. 16-20), can be maintained in this field.
@Nullable public String getStreetPrefixName()
Original property name from the Odata EDM: StreetPrefixName
The Street address contains two lines above the street and two lines below the street.See Print the Street address.This field is not always automatically printed, as it was subsequently added to the address structure.The print program or form may need to be adjusted.This exception applies to the following fields:Street2, Street3, Street4, Street5, c/o name, and to all address fields added after Release 4.5.
@Nullable public String getAdditionalStreetPrefixName()
Original property name from the Odata EDM: AdditionalStreetPrefixName
The Street address contains two lines above the street and two lines below the street.See Print the Street address.
@Nullable public String getAdditionalStreetSuffixName()
Original property name from the Odata EDM: AdditionalStreetSuffixName
The Street address has two lines above the street and two lines below the steet.See Print the Street address.
@Nullable public String getBuilding()
Original property name from the Odata EDM: Building
This field is not used when the address is printed. The name of a building such as "Empire State Building", which is also to appear in the printout of the address, must be stored above or below the street in one of the fields Street2, Street3, Street4 or Street5, depending on its position. See Print the Street address.
@Nullable public String getFloor()
Original property name from the Odata EDM: Floor
This field is not printed in the address.Floors which should be printed must be in the field house number supplement or in one of the fields Street2, Street3, Street4 or Street5 depending on the desired position. See Print the Street address.
@Nullable public String getRoomNumber()
Original property name from the Odata EDM: RoomNumber
This field is not printed.Entries which are to be printed must in the house number supplement field or in one of the Street2, Street3, Street4 or Street5 fields, depending on the desired position. See Print the Street address.
@Nullable public String getCountry()
Original property name from the Odata EDM: Country
The two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used.It could also be the vehicle license plate country-code or a typical country key, for example, in Germany the Federal statistics office key.The country keys are determined at system installation in the global settings.The definition of the country key in the SAP system does not have to match political or government entities.Since the country key does not have to correspond to the ISO code in all installations, programs that differ according to certain values of the country key cannot query the country key T005-LAND1, but have to program based on the ISO code T005 INTCA.
@Nullable public String getCorrespondenceLanguage()
Original property name from the Odata EDM: CorrespondenceLanguage
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
@Nullable public String getRegion()
Original property name from the Odata EDM: Region
The automatic address formatting function prints the region in addresses in the USA, Canada, Italy, Brazil or Australia, and the county in Great Britain.For more information, see the examples in the documentation on the Address Layout Key.Meaning of the regional code in ...Australia -> ProvinceBrazil -> StateCanada -> ProvinceGermany -> StateGreat Britain -> CountyItaly -> ProvinceJapan -> PrefectureSwitzerland -> CantonUSA -> State
@Nullable public String getAddressTimeZone()
Original property name from the Odata EDM: AddressTimeZone
The time zone is automatically determined by the system in address maintenance if time zone Customizing is maintained.It depends on the country and the region. (Region means state, province or county, depending on the country)The automatic determination is only made if there is no value in the time zone field.
@Nullable public String getTaxJurisdiction()
Original property name from the Odata EDM: TaxJurisdiction
@Nullable public String getPrfrdCommMediumType()
Original property name from the Odata EDM: PrfrdCommMediumType
In Business Address Services, you can specify a standard communication method that can be used by programs to determine the means of communication for sending messages.One business partner wants all messages by fax, another by e-mail.The application context can restrict the possible methods of communication. For example, invitations should perhaps only be sent by post because of enclosures, whereas minutes can be sent by post, fax or e-mail.Communication strategies can be defined for this purpose and applied in application contexts.
@Nullable public String getPhoneNumber()
Original property name from the Odata EDM: PhoneNumber
If the telephone number consists of a company number and an extension, the extension must be entered in the field extension.Telephone number, as it is dialled from within the country.For the number "01234/567-0" enter the following:Telephone: 01234/567Estension: 0For the number "01234/567-891" enter the following:Telephone: 01234/567Extension: 891For the number "012-345-678" (678 as extension) enter the following:Telepone: 012-345Extension: 678In the following cases enter the complete number (without country dialling code) in the field Telephone:No part of the number can be regarded as an extension.You are not sure which part of the number can be regarded as an extension.
@Nullable public String getFaxNumber()
Original property name from the Odata EDM: FaxNumber
If the fax number consists of a company number and an extension, the extension must be entered in the field extension.Fax number, as it is to be dialled from within the same country.Enter the following for the number "01234/567-0":Fax: 01234/567Extension: 0Enter the following for the number "01234/567-891":Fax: 01234/567Extension: 891For the number "012-345-678" (678 as extension) enter the following:Fax: 012-345Extension: 678In the following cases, enter the complete number (without country dialing code) in the field Fax:No part of the number can be considered as an extension.You are not sure which part of the number can be considered as an extension.
@Nullable public String getTransportZone()
Original property name from the Odata EDM: TransportZone
Regional zone of Goods recipient.Purchasing:Regional zone of supplier.You can define regional zones to suit the requirements of your own business and country.Sales and distributionthe system automatically proposes a suitable route by using the transportation zone of the goods recipient in combination with other information about the delivery, such as theCountries of origin and destinationShipping conditionsTransportation groupIn the USA, for example, you can define regional zones to correspond to the US postal zip codes.
@Nullable public String getHouseNumberSupplementText()
Original property name from the Odata EDM: HouseNumberSupplementText
App. 17 orSuite 600.It is printed in the Street line.Further Street supplements can be put in one of the fields Street2, Street3, Street4 or Street5.See Print the Street address.
@Nullable public String getStreetSuffixName()
Original property name from the Odata EDM: StreetSuffixName
The Street address contains two lines above the street and two lines below the street.See Print the Street address.
public String toString()
toString
in class VdmObject<PurCtrAddress>
public boolean equals(Object o)
equals
in class VdmObject<PurCtrAddress>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<PurCtrAddress>
public int hashCode()
hashCode
in class VdmObject<PurCtrAddress>
Copyright © 2019 SAP SE. All rights reserved.