public class PartnerAddressData extends Object implements Serializable
| Constructor and Description |
|---|
PartnerAddressData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getCountryCode() |
String |
getCountryKey() |
String |
getPartnerCode() |
String |
getPartnerFunction() |
String |
getPartnerID() |
String |
getPoBox() |
String |
getPoBoxPostalCode() |
String |
getPostalCode() |
String |
getStreetHouseNumber1() |
String |
getStreetHouseNumber2() |
void |
setCity(String city) |
void |
setCountryCode(String countryCode) |
void |
setCountryKey(String countryKey) |
void |
setPartnerCode(String partnerCode) |
void |
setPartnerFunction(String partnerFunction) |
void |
setPartnerID(String partnerID) |
void |
setPoBox(String poBox) |
void |
setPoBoxPostalCode(String poBoxPostalCode) |
void |
setPostalCode(String postalCode) |
void |
setStreetHouseNumber1(String streetHouseNumber1) |
void |
setStreetHouseNumber2(String streetHouseNumber2) |
public void setPartnerCode(String partnerCode)
public String getPartnerCode()
public void setPartnerFunction(String partnerFunction)
public String getPartnerFunction()
public void setPartnerID(String partnerID)
public String getPartnerID()
public void setStreetHouseNumber1(String streetHouseNumber1)
public String getStreetHouseNumber1()
public void setStreetHouseNumber2(String streetHouseNumber2)
public String getStreetHouseNumber2()
public void setPoBox(String poBox)
public String getPoBox()
public void setCity(String city)
public String getCity()
public void setCountryCode(String countryCode)
public String getCountryCode()
public void setPostalCode(String postalCode)
public String getPostalCode()
public void setPoBoxPostalCode(String poBoxPostalCode)
public String getPoBoxPostalCode()
public void setCountryKey(String countryKey)
public String getCountryKey()
Copyright © 2017 SAP SE. All Rights Reserved.