public class

CurrencySummary

extends Object
java.lang.Object
   ↳ com.coupa.resources.CurrencySummary

Class Overview

Java class for currency-summary complex type.

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

 <complexType name="currency-summary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="created-by" type="{}user-summary" minOccurs="0"/>
         <element name="updated-by" type="{}user-summary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String code
protected UserSummary createdBy
protected BigInteger id
protected UserSummary updatedBy
Public Constructors
CurrencySummary()
Public Methods
String getCode()
Gets the value of the code property.
UserSummary getCreatedBy()
Gets the value of the createdBy property.
BigInteger getId()
Gets the value of the id property.
UserSummary getUpdatedBy()
Gets the value of the updatedBy property.
void setCode(String value)
Sets the value of the code property.
void setCreatedBy(UserSummary value)
Sets the value of the createdBy property.
void setId(BigInteger value)
Sets the value of the id property.
void setUpdatedBy(UserSummary value)
Sets the value of the updatedBy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String code

protected UserSummary createdBy

protected BigInteger id

protected UserSummary updatedBy

Public Constructors

public CurrencySummary ()

Public Methods

public String getCode ()

Gets the value of the code property.

Returns
  • possible object is String

public UserSummary getCreatedBy ()

Gets the value of the createdBy property.

Returns

public BigInteger getId ()

Gets the value of the id property.

Returns
  • possible object is BigInteger

public UserSummary getUpdatedBy ()

Gets the value of the updatedBy property.

Returns

public void setCode (String value)

Sets the value of the code property.

Parameters
value Allowed object is String

public void setCreatedBy (UserSummary value)

Sets the value of the createdBy property.

Parameters
value Allowed object is UserSummary

public void setId (BigInteger value)

Sets the value of the id property.

Parameters
value Allowed object is BigInteger

public void setUpdatedBy (UserSummary value)

Sets the value of the updatedBy property.

Parameters
value Allowed object is UserSummary