public class ReceiptReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DocumentReference |
documentReference |
protected java.lang.String |
receiptDate |
protected java.lang.String |
receiptID |
| Constructor and Description |
|---|
ReceiptReference() |
| Modifier and Type | Method and Description |
|---|---|
DocumentReference |
getDocumentReference()
Gets the value of the documentReference property.
|
java.lang.String |
getReceiptDate()
Gets the value of the receiptDate property.
|
java.lang.String |
getReceiptID()
Gets the value of the receiptID property.
|
void |
setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.
|
void |
setReceiptDate(java.lang.String value)
Sets the value of the receiptDate property.
|
void |
setReceiptID(java.lang.String value)
Sets the value of the receiptID property.
|
protected java.lang.String receiptID
protected java.lang.String receiptDate
protected DocumentReference documentReference
public java.lang.String getReceiptID()
Stringpublic void setReceiptID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReceiptDate()
Stringpublic void setReceiptDate(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.