public class OrderMethod
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
orderProtocol |
protected OrderTarget |
orderTarget |
| Constructor and Description |
|---|
OrderMethod() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOrderProtocol()
Gets the value of the orderProtocol property.
|
OrderTarget |
getOrderTarget()
Gets the value of the orderTarget property.
|
void |
setOrderProtocol(java.lang.String value)
Sets the value of the orderProtocol property.
|
void |
setOrderTarget(OrderTarget value)
Sets the value of the orderTarget property.
|
protected OrderTarget orderTarget
protected java.lang.String orderProtocol
public OrderTarget getOrderTarget()
OrderTargetpublic void setOrderTarget(OrderTarget value)
value - allowed object is
OrderTargetpublic java.lang.String getOrderProtocol()
Stringpublic void setOrderProtocol(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.