public class InvoiceIDInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
invoiceDate |
protected java.lang.String |
invoiceID |
| Constructor and Description |
|---|
InvoiceIDInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInvoiceDate()
Gets the value of the invoiceDate property.
|
java.lang.String |
getInvoiceID()
Gets the value of the invoiceID 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
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
StringCopyright © 2018 SAP SE. All Rights Reserved.