public class DocumentInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
documentDate |
protected java.lang.String |
documentID |
protected java.lang.String |
documentType |
| Constructor and Description |
|---|
DocumentInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDocumentDate()
Gets the value of the documentDate property.
|
java.lang.String |
getDocumentID()
Gets the value of the documentID property.
|
java.lang.String |
getDocumentType()
Gets the value of the documentType property.
|
void |
setDocumentDate(java.lang.String value)
Sets the value of the documentDate property.
|
void |
setDocumentID(java.lang.String value)
Sets the value of the documentID property.
|
void |
setDocumentType(java.lang.String value)
Sets the value of the documentType property.
|
protected java.lang.String documentID
protected java.lang.String documentType
protected java.lang.String documentDate
public java.lang.String getDocumentID()
Stringpublic void setDocumentID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDocumentType()
Stringpublic void setDocumentType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDocumentDate()
Stringpublic void setDocumentDate(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.