public class ExchangeRate extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ExchangeRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExchangeRate">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="SourceCurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TargetCurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Rate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="AsOfDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="ExchangeRateEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
asOfDate |
protected IntuitAnyType |
exchangeRateEx |
protected BigDecimal |
rate |
protected String |
sourceCurrencyCode |
protected String |
targetCurrencyCode |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
ExchangeRate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
Date |
getAsOfDate()
Gets the value of the asOfDate property.
|
IntuitAnyType |
getExchangeRateEx()
Gets the value of the exchangeRateEx property.
|
BigDecimal |
getRate()
Gets the value of the rate property.
|
String |
getSourceCurrencyCode()
Gets the value of the sourceCurrencyCode property.
|
String |
getTargetCurrencyCode()
Gets the value of the targetCurrencyCode property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAsOfDate(Date value)
Sets the value of the asOfDate property.
|
void |
setExchangeRateEx(IntuitAnyType value)
Sets the value of the exchangeRateEx property.
|
void |
setRate(BigDecimal value)
Sets the value of the rate property.
|
void |
setSourceCurrencyCode(String value)
Sets the value of the sourceCurrencyCode property.
|
void |
setTargetCurrencyCode(String value)
Sets the value of the targetCurrencyCode property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String sourceCurrencyCode
protected String targetCurrencyCode
protected BigDecimal rate
protected Date asOfDate
protected IntuitAnyType exchangeRateEx
public String getSourceCurrencyCode()
Stringpublic void setSourceCurrencyCode(String value)
value - allowed object is
Stringpublic String getTargetCurrencyCode()
Stringpublic void setTargetCurrencyCode(String value)
value - allowed object is
Stringpublic BigDecimal getRate()
BigDecimalpublic void setRate(BigDecimal value)
value - allowed object is
BigDecimalpublic Date getAsOfDate()
Stringpublic void setAsOfDate(Date value)
value - allowed object is
Stringpublic IntuitAnyType getExchangeRateEx()
IntuitAnyTypepublic void setExchangeRateEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.