|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_CashLine
public class X_C_CashLine
Generated Model for C_CashLine
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
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 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=410 |
static String |
Table_Name
TableName=C_CashLine |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_CashLine(Ctx ctx,
int C_CashLine_ID,
String trxName)
Standard Constructor |
|
X_C_CashLine(Ctx 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. |
int |
getC_Cash_ID()
Get Cash Journal. |
int |
getC_CashLine_ID()
Get Cash Journal Line. |
int |
getC_Charge_ID()
Get Charge. |
int |
getC_Currency_ID()
Get Currency. |
int |
getC_Invoice_ID()
Get Invoice. |
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(Ctx ctx)
Load Meta Data |
boolean |
isCashTypeValid(String test)
Is test a valid value. |
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 |
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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int CASHTYPE_AD_Reference_ID
public static final String CASHTYPE_Charge
public static final String CASHTYPE_Difference
public static final String CASHTYPE_GeneralExpense
public static final String CASHTYPE_Invoice
public static final String CASHTYPE_GeneralReceipts
public static final String CASHTYPE_BankAccountTransfer
| Constructor Detail |
|---|
public X_C_CashLine(Ctx ctx,
int C_CashLine_ID,
String trxName)
ctx - contextC_CashLine_ID - idtrxName - transaction
public X_C_CashLine(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAmount(BigDecimal Amount)
Amount - Amount in a defined currencypublic BigDecimal getAmount()
public void setC_BankAccount_ID(int C_BankAccount_ID)
C_BankAccount_ID - Account at the Bankpublic int getC_BankAccount_ID()
public void setC_CashLine_ID(int C_CashLine_ID)
C_CashLine_ID - Cash Journal Linepublic int getC_CashLine_ID()
public void setC_Cash_ID(int C_Cash_ID)
C_Cash_ID - Cash Journalpublic int getC_Cash_ID()
public KeyNamePair getKeyNamePair()
public void setC_Charge_ID(int C_Charge_ID)
C_Charge_ID - Additional document chargespublic int getC_Charge_ID()
public void setC_Currency_ID(int C_Currency_ID)
C_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
public void setC_Invoice_ID(int C_Invoice_ID)
C_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
public boolean isCashTypeValid(String test)
test - testvalue
public void setCashType(String CashType)
CashType - Source of Cashpublic String getCashType()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setDiscountAmt(BigDecimal DiscountAmt)
DiscountAmt - Calculated amount of discountpublic BigDecimal getDiscountAmt()
public void setIsGenerated(boolean IsGenerated)
IsGenerated - This Line is generatedpublic boolean isGenerated()
public void setLine(int Line)
Line - Unique line for this documentpublic int getLine()
public void setProcessed(boolean Processed)
Processed - The document has been processedpublic boolean isProcessed()
public void setWriteOffAmt(BigDecimal WriteOffAmt)
WriteOffAmt - Amount to write-offpublic BigDecimal getWriteOffAmt()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||