public class ApiGLJournalEntry
extends java.lang.Object
Constructor and Description |
---|
ApiGLJournalEntry(java.lang.String glCode,
com.mambu.accounting.shared.model.EntryType entryType,
java.math.BigDecimal amount) |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getAmount() |
com.mambu.accounting.shared.model.EntryType |
getEntryType() |
java.lang.String |
getGlCode() |
void |
setAmount(java.math.BigDecimal amount) |
void |
setEntryType(com.mambu.accounting.shared.model.EntryType entryType) |
void |
setGlCode(java.lang.String glCode) |
public ApiGLJournalEntry(java.lang.String glCode, com.mambu.accounting.shared.model.EntryType entryType, java.math.BigDecimal amount)
public void setGlCode(java.lang.String glCode)
public void setEntryType(com.mambu.accounting.shared.model.EntryType entryType)
public void setAmount(java.math.BigDecimal amount)
public java.lang.String getGlCode()
public com.mambu.accounting.shared.model.EntryType getEntryType()
public java.math.BigDecimal getAmount()