|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_CashLine
public class X_C_CashLine
Generated Model for C_CashLine
| Field Summary | |
|---|---|
static int |
CASHTYPE_AD_Reference_ID
CashType AD_Reference_ID=217 |
static String |
CASHTYPE_BankAccountTransfer
Bank Account Transfer = T |
static String |
CASHTYPE_Charge
Charge = C |
static String |
CASHTYPE_Difference
Difference = D |
static String |
CASHTYPE_GeneralExpense
General Expense = E |
static String |
CASHTYPE_GeneralReceipts
General Receipts = R |
static String |
CASHTYPE_Invoice
Invoice = I |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_CashLine(Properties ctx,
int C_CashLine_ID,
String trxName)
Standard Constructor |
|
X_C_CashLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getLine()
Get Line No. |
BigDecimal |
getWriteOffAmt()
Get Write-off Amount. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int CASHTYPE_AD_Reference_ID
public static final String CASHTYPE_BankAccountTransfer
public static final String CASHTYPE_Invoice
public static final String CASHTYPE_GeneralExpense
public static final String CASHTYPE_GeneralReceipts
public static final String CASHTYPE_Charge
public static final String CASHTYPE_Difference
| Constructor Detail |
|---|
public X_C_CashLine(Properties ctx,
int C_CashLine_ID,
String trxName)
public X_C_CashLine(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAmount(BigDecimal Amount)
setAmount in interface I_C_CashLineAmount - Amount in a defined currencypublic BigDecimal getAmount()
getAmount in interface I_C_CashLinepublic void setCashType(String CashType)
setCashType in interface I_C_CashLineCashType - Source of Cashpublic String getCashType()
getCashType in interface I_C_CashLine
public I_C_BankAccount getC_BankAccount()
throws Exception
getC_BankAccount in interface I_C_CashLineExceptionpublic void setC_BankAccount_ID(int C_BankAccount_ID)
setC_BankAccount_ID in interface I_C_CashLineC_BankAccount_ID - Account at the Bankpublic int getC_BankAccount_ID()
getC_BankAccount_ID in interface I_C_CashLine
public I_C_Cash getC_Cash()
throws Exception
getC_Cash in interface I_C_CashLineExceptionpublic void setC_Cash_ID(int C_Cash_ID)
setC_Cash_ID in interface I_C_CashLineC_Cash_ID - Cash Journalpublic int getC_Cash_ID()
getC_Cash_ID in interface I_C_CashLinepublic KeyNamePair getKeyNamePair()
public void setC_CashLine_ID(int C_CashLine_ID)
setC_CashLine_ID in interface I_C_CashLineC_CashLine_ID - Cash Journal Linepublic int getC_CashLine_ID()
getC_CashLine_ID in interface I_C_CashLine
public I_C_Charge getC_Charge()
throws Exception
getC_Charge in interface I_C_CashLineExceptionpublic void setC_Charge_ID(int C_Charge_ID)
setC_Charge_ID in interface I_C_CashLineC_Charge_ID - Additional document chargespublic int getC_Charge_ID()
getC_Charge_ID in interface I_C_CashLine
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_C_CashLineExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_C_CashLineC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_C_CashLine
public I_C_Invoice getC_Invoice()
throws Exception
getC_Invoice in interface I_C_CashLineExceptionpublic void setC_Invoice_ID(int C_Invoice_ID)
setC_Invoice_ID in interface I_C_CashLineC_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
getC_Invoice_ID in interface I_C_CashLine
public I_C_Payment getC_Payment()
throws Exception
getC_Payment in interface I_C_CashLineExceptionpublic void setC_Payment_ID(int C_Payment_ID)
setC_Payment_ID in interface I_C_CashLineC_Payment_ID - Payment identifierpublic int getC_Payment_ID()
getC_Payment_ID in interface I_C_CashLinepublic void setDescription(String Description)
setDescription in interface I_C_CashLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_CashLinepublic void setDiscountAmt(BigDecimal DiscountAmt)
setDiscountAmt in interface I_C_CashLineDiscountAmt - Calculated amount of discountpublic BigDecimal getDiscountAmt()
getDiscountAmt in interface I_C_CashLinepublic void setIsGenerated(boolean IsGenerated)
setIsGenerated in interface I_C_CashLineIsGenerated - This Line is generatedpublic boolean isGenerated()
isGenerated in interface I_C_CashLinepublic void setLine(int Line)
setLine in interface I_C_CashLineLine - Unique line for this documentpublic int getLine()
getLine in interface I_C_CashLinepublic void setProcessed(boolean Processed)
setProcessed in interface I_C_CashLineProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_CashLinepublic void setWriteOffAmt(BigDecimal WriteOffAmt)
setWriteOffAmt in interface I_C_CashLineWriteOffAmt - Amount to write-offpublic BigDecimal getWriteOffAmt()
getWriteOffAmt in interface I_C_CashLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||