|
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_BankStatementLine
org.compiere.model.MBankStatementLine
public class MBankStatementLine
Bank Statement Line Model
| Field Summary |
|---|
| 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 | |
|---|---|
MBankStatementLine(MBankStatement statement)
Parent Constructor |
|
MBankStatementLine(MBankStatement statement,
int lineNo)
Parent Constructor |
|
MBankStatementLine(Properties ctx,
int C_BankStatementLine_ID,
String trxName)
Standard Constructor |
|
MBankStatementLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
void |
addDescription(String description)
Add to Description |
protected boolean |
afterDelete(boolean success)
After Delete |
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
void |
setPayment(MPayment payment)
Set Payment |
void |
setStatementLineDate(Timestamp StatementLineDate)
Set Statement Line Date and all other dates (Valuta, Acct) |
| 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 |
| Constructor Detail |
|---|
public MBankStatementLine(Properties ctx,
int C_BankStatementLine_ID,
String trxName)
ctx - contextC_BankStatementLine_ID - idtrxName - transaction
public MBankStatementLine(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MBankStatementLine(MBankStatement statement)
statement - Bank Statement that the line is part of
public MBankStatementLine(MBankStatement statement,
int lineNo)
statement - Bank Statement that the line is part oflineNo - position of the line within the statement| Method Detail |
|---|
public void setStatementLineDate(Timestamp StatementLineDate)
setStatementLineDate in interface I_C_BankStatementLinesetStatementLineDate in class X_C_BankStatementLineStatementLineDate - datepublic void setPayment(MPayment payment)
payment - paymentpublic void addDescription(String description)
description - textprotected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
protected boolean afterDelete(boolean success)
afterDelete in class POsuccess - success
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||