public class TransportInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Route |
route |
protected java.lang.String |
shippingContractNumber |
protected ShippingInstructions |
shippingInstructions |
| Constructor and Description |
|---|
TransportInformation() |
| Modifier and Type | Method and Description |
|---|---|
Route |
getRoute()
Gets the value of the route property.
|
java.lang.String |
getShippingContractNumber()
Gets the value of the shippingContractNumber property.
|
ShippingInstructions |
getShippingInstructions()
Gets the value of the shippingInstructions property.
|
void |
setRoute(Route value)
Sets the value of the route property.
|
void |
setShippingContractNumber(java.lang.String value)
Sets the value of the shippingContractNumber property.
|
void |
setShippingInstructions(ShippingInstructions value)
Sets the value of the shippingInstructions property.
|
protected Route route
protected java.lang.String shippingContractNumber
protected ShippingInstructions shippingInstructions
public Route getRoute()
Routepublic void setRoute(Route value)
value - allowed object is
Routepublic java.lang.String getShippingContractNumber()
Stringpublic void setShippingContractNumber(java.lang.String value)
value - allowed object is
Stringpublic ShippingInstructions getShippingInstructions()
ShippingInstructionspublic void setShippingInstructions(ShippingInstructions value)
value - allowed object is
ShippingInstructionsCopyright © 2018 SAP SE. All Rights Reserved.