public class PartnerAddressDTO extends ItemDTO
| Constructor and Description |
|---|
PartnerAddressDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getCountryCode() |
String |
getCountryKey() |
String |
getPartner() |
String |
getPartnerCode() |
String |
getPartnerFunction() |
String |
getPoBox() |
String |
getPoBoxPostalCode() |
String |
getPostalCode() |
SapB2BDocumentDTO |
getSapB2BDocument() |
String |
getStreetHouseNumber1() |
String |
getStreetHouseNumber2() |
void |
setCity(String value) |
void |
setCountryCode(String value) |
void |
setCountryKey(String value) |
void |
setPartner(String value) |
void |
setPartnerCode(String value) |
void |
setPartnerFunction(String value) |
void |
setPoBox(String value) |
void |
setPoBoxPostalCode(String value) |
void |
setPostalCode(String value) |
void |
setSapB2BDocument(SapB2BDocumentDTO value) |
void |
setStreetHouseNumber1(String value) |
void |
setStreetHouseNumber2(String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic PartnerAddressDTO()
public String getCity()
public String getCountryCode()
public String getCountryKey()
public String getPartner()
public String getPartnerCode()
public String getPartnerFunction()
public String getPoBox()
public String getPoBoxPostalCode()
public String getPostalCode()
public SapB2BDocumentDTO getSapB2BDocument()
public String getStreetHouseNumber1()
public String getStreetHouseNumber2()
public void setCity(String value)
public void setCountryCode(String value)
public void setCountryKey(String value)
public void setPartner(String value)
public void setPartnerCode(String value)
public void setPartnerFunction(String value)
public void setPoBox(String value)
public void setPoBoxPostalCode(String value)
public void setPostalCode(String value)
public void setSapB2BDocument(SapB2BDocumentDTO value)
public void setStreetHouseNumber1(String value)
public void setStreetHouseNumber2(String value)
Copyright © 2017 SAP SE. All Rights Reserved.