public class QuoteRequestReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DocumentReference |
documentReference |
protected java.lang.String |
requestDate |
protected java.lang.String |
requestID |
| Constructor and Description |
|---|
QuoteRequestReference() |
| Modifier and Type | Method and Description |
|---|---|
DocumentReference |
getDocumentReference()
Gets the value of the documentReference property.
|
java.lang.String |
getRequestDate()
Gets the value of the requestDate property.
|
java.lang.String |
getRequestID()
Gets the value of the requestID property.
|
void |
setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.
|
void |
setRequestDate(java.lang.String value)
Sets the value of the requestDate property.
|
void |
setRequestID(java.lang.String value)
Sets the value of the requestID property.
|
protected java.lang.String requestID
protected java.lang.String requestDate
protected DocumentReference documentReference
public java.lang.String getRequestID()
Stringpublic void setRequestID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequestDate()
Stringpublic void setRequestDate(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.