public class

MasterAgreementIDInfo

extends Object
java.lang.Object
   ↳ com.coupa.transaction.MasterAgreementIDInfo

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="agreementID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="agreementDate" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String agreementDate
protected String agreementID
Public Constructors
MasterAgreementIDInfo()
Public Methods
String getAgreementDate()
Gets the value of the agreementDate property.
String getAgreementID()
Gets the value of the agreementID property.
void setAgreementDate(String value)
Sets the value of the agreementDate property.
void setAgreementID(String value)
Sets the value of the agreementID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String agreementDate

protected String agreementID

Public Constructors

public MasterAgreementIDInfo ()

Public Methods

public String getAgreementDate ()

Gets the value of the agreementDate property.

Returns
  • possible object is String

public String getAgreementID ()

Gets the value of the agreementID property.

Returns
  • possible object is String

public void setAgreementDate (String value)

Sets the value of the agreementDate property.

Parameters
value Allowed object is String

public void setAgreementID (String value)

Sets the value of the agreementID property.

Parameters
value Allowed object is String