public class MasterAgreementReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
agreementDate |
protected java.lang.String |
agreementID |
protected java.lang.String |
agreementType |
protected DocumentReference |
documentReference |
| Constructor and Description |
|---|
MasterAgreementReference() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgreementDate()
Gets the value of the agreementDate property.
|
java.lang.String |
getAgreementID()
Gets the value of the agreementID property.
|
java.lang.String |
getAgreementType()
Gets the value of the agreementType property.
|
DocumentReference |
getDocumentReference()
Gets the value of the documentReference property.
|
void |
setAgreementDate(java.lang.String value)
Sets the value of the agreementDate property.
|
void |
setAgreementID(java.lang.String value)
Sets the value of the agreementID property.
|
void |
setAgreementType(java.lang.String value)
Sets the value of the agreementType property.
|
void |
setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.
|
protected java.lang.String agreementID
protected java.lang.String agreementDate
protected java.lang.String agreementType
protected DocumentReference documentReference
public java.lang.String getAgreementID()
Stringpublic void setAgreementID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgreementDate()
Stringpublic void setAgreementDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgreementType()
Stringpublic void setAgreementType(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.