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, txnTaxDetail
attachableRef, 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, setTxnTaxDetail
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected Boolean adjustment
protected Boolean homeCurrencyAdjustment
protected Boolean enteredInHomeCurrency
protected BigDecimal totalAmt
protected BigDecimal homeTotalAmt
protected IntuitAnyType journalEntryEx
public Boolean isAdjustment()
Boolean
public void setAdjustment(Boolean value)
value
- allowed object is
Boolean
public Boolean isHomeCurrencyAdjustment()
Boolean
public void setHomeCurrencyAdjustment(Boolean value)
value
- allowed object is
Boolean
public Boolean isEnteredInHomeCurrency()
Boolean
public void setEnteredInHomeCurrency(Boolean value)
value
- allowed object is
Boolean
public BigDecimal getTotalAmt()
BigDecimal
public void setTotalAmt(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getHomeTotalAmt()
BigDecimal
public void setHomeTotalAmt(BigDecimal value)
value
- allowed object is
BigDecimal
public IntuitAnyType getJournalEntryEx()
IntuitAnyType
public void setJournalEntryEx(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 Transaction
public boolean equals(Object object)
equals
in class Transaction
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 Transaction
public int hashCode()
hashCode
in class Transaction
Copyright © 2017. All rights reserved.