|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_CashLine
Generated Interface for C_CashLine
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_Amount
Column name Amount |
static String |
COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID |
static String |
COLUMNNAME_C_Cash_ID
Column name C_Cash_ID |
static String |
COLUMNNAME_C_CashLine_ID
Column name C_CashLine_ID |
static String |
COLUMNNAME_C_Charge_ID
Column name C_Charge_ID |
static String |
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID |
static String |
COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID |
static String |
COLUMNNAME_C_Payment_ID
Column name C_Payment_ID |
static String |
COLUMNNAME_CashType
Column name CashType |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_DiscountAmt
Column name DiscountAmt |
static String |
COLUMNNAME_IsGenerated
Column name IsGenerated |
static String |
COLUMNNAME_Line
Column name Line |
static String |
COLUMNNAME_Processed
Column name Processed |
static String |
COLUMNNAME_WriteOffAmt
Column name WriteOffAmt |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=410 |
static String |
Table_Name
TableName=C_CashLine |
| Method Summary | |
|---|---|
BigDecimal |
getAmount()
Get Amount. |
int |
getC_BankAccount_ID()
Get Bank Account. |
I_C_BankAccount |
getC_BankAccount()
|
int |
getC_Cash_ID()
Get Cash Journal. |
I_C_Cash |
getC_Cash()
|
int |
getC_CashLine_ID()
Get Cash Journal Line. |
int |
getC_Charge_ID()
Get Charge. |
I_C_Charge |
getC_Charge()
|
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_Currency()
|
int |
getC_Invoice_ID()
Get Invoice. |
I_C_Invoice |
getC_Invoice()
|
int |
getC_Payment_ID()
Get Payment. |
I_C_Payment |
getC_Payment()
|
String |
getCashType()
Get Cash Type. |
String |
getDescription()
Get Description. |
BigDecimal |
getDiscountAmt()
Get Discount Amount. |
int |
getLine()
Get Line No. |
BigDecimal |
getWriteOffAmt()
Get Write-off Amount. |
boolean |
isGenerated()
Get Generated. |
boolean |
isProcessed()
Get Processed. |
void |
setAmount(BigDecimal Amount)
Set Amount. |
void |
setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account. |
void |
setC_Cash_ID(int C_Cash_ID)
Set Cash Journal. |
void |
setC_CashLine_ID(int C_CashLine_ID)
Set Cash Journal Line. |
void |
setC_Charge_ID(int C_Charge_ID)
Set Charge. |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. |
void |
setC_Payment_ID(int C_Payment_ID)
Set Payment. |
void |
setCashType(String CashType)
Set Cash Type. |
void |
setDescription(String Description)
Set Description. |
void |
setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount. |
void |
setIsGenerated(boolean IsGenerated)
Set Generated. |
void |
setLine(int Line)
Set Line No. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setWriteOffAmt(BigDecimal WriteOffAmt)
Set Write-off Amount. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_Amount
static final String COLUMNNAME_CashType
static final String COLUMNNAME_C_BankAccount_ID
static final String COLUMNNAME_C_Cash_ID
static final String COLUMNNAME_C_CashLine_ID
static final String COLUMNNAME_C_Charge_ID
static final String COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Invoice_ID
static final String COLUMNNAME_C_Payment_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_DiscountAmt
static final String COLUMNNAME_IsGenerated
static final String COLUMNNAME_Line
static final String COLUMNNAME_Processed
static final String COLUMNNAME_WriteOffAmt
| Method Detail |
|---|
void setAmount(BigDecimal Amount)
BigDecimal getAmount()
void setCashType(String CashType)
String getCashType()
void setC_BankAccount_ID(int C_BankAccount_ID)
int getC_BankAccount_ID()
I_C_BankAccount getC_BankAccount()
throws Exception
Exceptionvoid setC_Cash_ID(int C_Cash_ID)
int getC_Cash_ID()
I_C_Cash getC_Cash()
throws Exception
Exceptionvoid setC_CashLine_ID(int C_CashLine_ID)
int getC_CashLine_ID()
void setC_Charge_ID(int C_Charge_ID)
int getC_Charge_ID()
I_C_Charge getC_Charge()
throws Exception
Exceptionvoid setC_Currency_ID(int C_Currency_ID)
int getC_Currency_ID()
I_C_Currency getC_Currency()
throws Exception
Exceptionvoid setC_Invoice_ID(int C_Invoice_ID)
int getC_Invoice_ID()
I_C_Invoice getC_Invoice()
throws Exception
Exceptionvoid setC_Payment_ID(int C_Payment_ID)
int getC_Payment_ID()
I_C_Payment getC_Payment()
throws Exception
Exceptionvoid setDescription(String Description)
String getDescription()
void setDiscountAmt(BigDecimal DiscountAmt)
BigDecimal getDiscountAmt()
void setIsGenerated(boolean IsGenerated)
boolean isGenerated()
void setLine(int Line)
int getLine()
void setProcessed(boolean Processed)
boolean isProcessed()
void setWriteOffAmt(BigDecimal WriteOffAmt)
BigDecimal getWriteOffAmt()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||