|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.acct.DocLine
org.compiere.acct.DocLine_Cash
public class DocLine_Cash
Cash Journal Line
| Field Summary | |
|---|---|
static String |
CASHTYPE_CHARGE
Charge - C |
static String |
CASHTYPE_DIFFERENCE
Difference - D |
static String |
CASHTYPE_EXPENSE
Expense - E |
static String |
CASHTYPE_INVOICE
Onvoice - I |
static String |
CASHTYPE_RECEIPT
Receipt - R |
static String |
CASHTYPE_TRANSFER
Transfer - T |
| Fields inherited from class org.compiere.acct.DocLine |
|---|
log, p_po |
| Constructor Summary | |
|---|---|
DocLine_Cash(MCashLine line,
Doc_Cash doc)
Constructor |
|
| Method Summary | |
|---|---|
BigDecimal |
getAmount()
Get Amount |
int |
getC_BankAccount_ID()
Get Bank Account |
int |
getC_Invoice_ID()
Get Invoice |
String |
getCashType()
Get Cash Type |
BigDecimal |
getDiscountAmt()
Get Discount |
BigDecimal |
getWriteOffAmt()
Get WriteOff |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CASHTYPE_CHARGE
public static final String CASHTYPE_DIFFERENCE
public static final String CASHTYPE_EXPENSE
public static final String CASHTYPE_INVOICE
public static final String CASHTYPE_RECEIPT
public static final String CASHTYPE_TRANSFER
| Constructor Detail |
|---|
public DocLine_Cash(MCashLine line,
Doc_Cash doc)
line - cash linedoc - header| Method Detail |
|---|
public String getCashType()
public int getC_BankAccount_ID()
public int getC_Invoice_ID()
public BigDecimal getAmount()
public BigDecimal getDiscountAmt()
public BigDecimal getWriteOffAmt()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||