public class Shipping
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected Modifications |
modifications |
protected Money |
money |
protected java.lang.String |
tracking |
protected java.lang.String |
trackingDomain |
protected java.lang.String |
trackingId |
| Constructor and Description |
|---|
Shipping() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
Modifications |
getModifications()
Gets the value of the modifications property.
|
Money |
getMoney()
Gets the value of the money property.
|
java.lang.String |
getTracking()
Gets the value of the tracking property.
|
java.lang.String |
getTrackingDomain()
Gets the value of the trackingDomain property.
|
java.lang.String |
getTrackingId()
Gets the value of the trackingId property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setModifications(Modifications value)
Sets the value of the modifications property.
|
void |
setMoney(Money value)
Sets the value of the money property.
|
void |
setTracking(java.lang.String value)
Sets the value of the tracking property.
|
void |
setTrackingDomain(java.lang.String value)
Sets the value of the trackingDomain property.
|
void |
setTrackingId(java.lang.String value)
Sets the value of the trackingId property.
|
protected java.lang.String trackingDomain
protected java.lang.String trackingId
protected java.lang.String tracking
protected Money money
protected Description description
protected Modifications modifications
public java.lang.String getTrackingDomain()
Stringpublic void setTrackingDomain(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTrackingId()
Stringpublic void setTrackingId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTracking()
Stringpublic void setTracking(java.lang.String value)
value - allowed object is
Stringpublic Money getMoney()
Moneypublic void setMoney(Money value)
value - allowed object is
Moneypublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic Modifications getModifications()
Modificationspublic void setModifications(Modifications value)
value - allowed object is
ModificationsCopyright © 2018 SAP SE. All Rights Reserved.