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, setSyncToken
protected String sourceCurrencyCode
protected String targetCurrencyCode
protected BigDecimal rate
protected Date asOfDate
protected IntuitAnyType exchangeRateEx
public String getSourceCurrencyCode()
String
public void setSourceCurrencyCode(String value)
value
- allowed object is
String
public String getTargetCurrencyCode()
String
public void setTargetCurrencyCode(String value)
value
- allowed object is
String
public BigDecimal getRate()
BigDecimal
public void setRate(BigDecimal value)
value
- allowed object is
BigDecimal
public Date getAsOfDate()
String
public void setAsOfDate(Date value)
value
- allowed object is
String
public IntuitAnyType getExchangeRateEx()
IntuitAnyType
public void setExchangeRateEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public 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.Equals2
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.