public class SupplierLocation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected OrderMethods |
orderMethods |
| Constructor and Description |
|---|
SupplierLocation() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
OrderMethods |
getOrderMethods()
Gets the value of the orderMethods property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setOrderMethods(OrderMethods value)
Sets the value of the orderMethods property.
|
protected Address address
protected OrderMethods orderMethods
public Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic OrderMethods getOrderMethods()
OrderMethodspublic void setOrderMethods(OrderMethods value)
value - allowed object is
OrderMethodsCopyright © 2018 SAP SE. All Rights Reserved.