public class OrderReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DocumentReference |
documentReference |
protected java.lang.String |
orderDate |
protected java.lang.String |
orderID |
| Constructor and Description |
|---|
OrderReference() |
| Modifier and Type | Method and Description |
|---|---|
DocumentReference |
getDocumentReference()
Gets the value of the documentReference property.
|
java.lang.String |
getOrderDate()
Gets the value of the orderDate property.
|
java.lang.String |
getOrderID()
Gets the value of the orderID property.
|
void |
setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.
|
void |
setOrderDate(java.lang.String value)
Sets the value of the orderDate property.
|
void |
setOrderID(java.lang.String value)
Sets the value of the orderID property.
|
protected java.lang.String orderID
protected java.lang.String orderDate
protected DocumentReference documentReference
public java.lang.String getOrderID()
Stringpublic void setOrderID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrderDate()
Stringpublic void setOrderDate(java.lang.String value)
value - allowed object is
Stringpublic DocumentReference getDocumentReference()
DocumentReferencepublic void setDocumentReference(DocumentReference value)
value - allowed object is
DocumentReferenceCopyright © 2018 SAP SE. All Rights Reserved.