public class InvoiceReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DocumentReference |
documentReference |
protected java.lang.String |
invoiceDate |
protected java.lang.String |
invoiceID |
| Constructor and Description |
|---|
InvoiceReference() |
| Modifier and Type | Method and Description |
|---|---|
DocumentReference |
getDocumentReference()
Gets the value of the documentReference property.
|
java.lang.String |
getInvoiceDate()
Gets the value of the invoiceDate property.
|
java.lang.String |
getInvoiceID()
Gets the value of the invoiceID property.
|
void |
setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.
|
void |
setInvoiceDate(java.lang.String value)
Sets the value of the invoiceDate property.
|
void |
setInvoiceID(java.lang.String value)
Sets the value of the invoiceID property.
|
protected java.lang.String invoiceID
protected java.lang.String invoiceDate
protected DocumentReference documentReference
public java.lang.String getInvoiceID()
Stringpublic void setInvoiceID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInvoiceDate()
Stringpublic void setInvoiceDate(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.