public class GLTransactionLine extends BusinessObject
Constructor and Description |
---|
GLTransactionLine() |
Modifier and Type | Method and Description |
---|---|
Amount |
getCreditAmount() |
Amount |
getDebitAmount() |
String |
getDescription() |
Calendar |
getExchangeDate() |
BigDecimal |
getExchangeRate() |
GLAccountNumberKey |
getGLAccountKey() |
CompanyKey |
getIntercompanyKey() |
GLTransactionLineKey |
getKey() |
GLOriginatingDocumentLine |
getOriginatingDocument() |
GLTax |
getTax() |
void |
setCreditAmount(Amount value) |
void |
setDebitAmount(Amount value) |
void |
setDescription(String value) |
void |
setExchangeDate(Calendar value) |
void |
setExchangeRate(BigDecimal value) |
void |
setGLAccountKey(GLAccountNumberKey value) |
void |
setIntercompanyKey(CompanyKey value) |
void |
setKey(GLTransactionLineKey value) |
void |
setOriginatingDocument(GLOriginatingDocumentLine value) |
void |
setTax(GLTax value) |
public Amount getCreditAmount()
public void setCreditAmount(Amount value)
public Amount getDebitAmount()
public void setDebitAmount(Amount value)
public String getDescription()
public void setDescription(String value)
public Calendar getExchangeDate()
public void setExchangeDate(Calendar value)
public BigDecimal getExchangeRate()
public void setExchangeRate(BigDecimal value)
public GLAccountNumberKey getGLAccountKey()
public void setGLAccountKey(GLAccountNumberKey value)
public CompanyKey getIntercompanyKey()
public void setIntercompanyKey(CompanyKey value)
public GLTransactionLineKey getKey()
public void setKey(GLTransactionLineKey value)
public GLOriginatingDocumentLine getOriginatingDocument()
public void setOriginatingDocument(GLOriginatingDocumentLine value)
public GLTax getTax()
public void setTax(GLTax value)
Copyright © 2010–2016. All rights reserved.