public interface InvoiceCommon<E extends CashDocumentPosition> extends CashDocument<E>
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmountAlreadyPaid() |
BigDecimal |
getAmountDue() |
String |
getAmountDueInWords() |
Boolean |
getAreCommentsVisible() |
String |
getBankAccountNumber() |
String |
getComments() |
Boolean |
getIsReceipt() |
PaymentType |
getPaymentType() |
void |
setAmountAlreadyPaid(BigDecimal amount) |
void |
setAmountDue(BigDecimal amountDue) |
void |
setAmountDueInWords(String text) |
void |
setAreCommentsVisible(Boolean value) |
void |
setBankAccountNumber(String bankAccountNumber) |
void |
setComments(String comments) |
void |
setIsReceipt(Boolean isReceipt) |
void |
setPaymentType(PaymentType paymentType) |
getAuthenticityText, getBuyer, getNumber, getSeller, getSellPlace, setAuthenticityText, setNumber, setSellPlacePaymentType getPaymentType()
void setPaymentType(PaymentType paymentType)
String getBankAccountNumber()
void setBankAccountNumber(String bankAccountNumber)
BigDecimal getAmountAlreadyPaid()
void setAmountAlreadyPaid(BigDecimal amount)
BigDecimal getAmountDue()
void setAmountDue(BigDecimal amountDue)
String getAmountDueInWords()
void setAmountDueInWords(String text)
String getComments()
void setComments(String comments)
Boolean getAreCommentsVisible()
void setAreCommentsVisible(Boolean value)
Boolean getIsReceipt()
void setIsReceipt(Boolean isReceipt)
Copyright © 2015 Matsuo IT. All rights reserved.