public class JournalEntry extends Transaction implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for JournalEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JournalEntry">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}Transaction">
<sequence>
<element name="Adjustment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HomeCurrencyAdjustment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="EnteredInHomeCurrency" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="HomeTotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="JournalEntryEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
adjustment |
protected Boolean |
enteredInHomeCurrency |
protected Boolean |
homeCurrencyAdjustment |
protected BigDecimal |
homeTotalAmt |
protected IntuitAnyType |
journalEntryEx |
protected BigDecimal |
totalAmt |
currencyRef, departmentRef, docNumber, exchangeRate, line, linkedTxn, privateNote, taxFormNum, taxFormType, transactionLocationType, txnDate, txnSource, txnStatus, txnTaxDetailattachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
JournalEntry() |
| 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) |
BigDecimal |
getHomeTotalAmt()
Gets the value of the homeTotalAmt property.
|
IntuitAnyType |
getJournalEntryEx()
Gets the value of the journalEntryEx property.
|
BigDecimal |
getTotalAmt()
Gets the value of the totalAmt property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isAdjustment()
Gets the value of the adjustment property.
|
Boolean |
isEnteredInHomeCurrency()
Gets the value of the enteredInHomeCurrency property.
|
Boolean |
isHomeCurrencyAdjustment()
Gets the value of the homeCurrencyAdjustment property.
|
void |
setAdjustment(Boolean value)
Sets the value of the adjustment property.
|
void |
setEnteredInHomeCurrency(Boolean value)
Sets the value of the enteredInHomeCurrency property.
|
void |
setHomeCurrencyAdjustment(Boolean value)
Sets the value of the homeCurrencyAdjustment property.
|
void |
setHomeTotalAmt(BigDecimal value)
Sets the value of the homeTotalAmt property.
|
void |
setJournalEntryEx(IntuitAnyType value)
Sets the value of the journalEntryEx property.
|
void |
setTotalAmt(BigDecimal value)
Sets the value of the totalAmt property.
|
getCurrencyRef, getDepartmentRef, getDocNumber, getExchangeRate, getLine, getLinkedTxn, getPrivateNote, getTaxFormNum, getTaxFormType, getTransactionLocationType, getTxnDate, getTxnSource, getTxnStatus, getTxnTaxDetail, setCurrencyRef, setDepartmentRef, setDocNumber, setExchangeRate, setLine, setLinkedTxn, setPrivateNote, setTaxFormNum, setTaxFormType, setTransactionLocationType, setTxnDate, setTxnSource, setTxnStatus, setTxnTaxDetailgetAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected Boolean adjustment
protected Boolean homeCurrencyAdjustment
protected Boolean enteredInHomeCurrency
protected BigDecimal totalAmt
protected BigDecimal homeTotalAmt
protected IntuitAnyType journalEntryEx
public Boolean isAdjustment()
Booleanpublic void setAdjustment(Boolean value)
value - allowed object is
Booleanpublic Boolean isHomeCurrencyAdjustment()
Booleanpublic void setHomeCurrencyAdjustment(Boolean value)
value - allowed object is
Booleanpublic Boolean isEnteredInHomeCurrency()
Booleanpublic void setEnteredInHomeCurrency(Boolean value)
value - allowed object is
Booleanpublic BigDecimal getTotalAmt()
BigDecimalpublic void setTotalAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getHomeTotalAmt()
BigDecimalpublic void setHomeTotalAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic IntuitAnyType getJournalEntryEx()
IntuitAnyTypepublic void setJournalEntryEx(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 Transactionpublic boolean equals(Object object)
equals in class Transactionpublic 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 Transactionpublic int hashCode()
hashCode in class TransactionCopyright © 2017. All rights reserved.