|
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_BankStatementLine
org.compiere.model.MBankStatementLine
public class MBankStatementLine
Bank Statement Line Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_BankStatementLine |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MBankStatementLine(Ctx ctx,
int C_BankStatementLine_ID,
String trxName)
Standard Constructor |
|
MBankStatementLine(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MBankStatementLine(MBankStatement statement)
Parent Constructor |
|
MBankStatementLine(MBankStatement statement,
int lineNo)
Parent 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 |
setC_Payment_ID(String oldC_Payment_ID,
String newC_Payment_ID,
int windowNo)
Set Payment - Callout. |
void |
setChargeAmt(String oldChargeAmt,
String newChargeAmt,
int windowNo)
Set ChargeAmt - Callout |
void |
setInterestAmt(String oldInterestAmt,
String newInterestAmt,
int windowNo)
Set InterestAmt - Callout |
void |
setPayment(MPayment payment)
Set Payment |
void |
setStatementLineDate(String oldStatementLineDate,
String newStatementLineDate,
int windowNo)
Set StatementLineDate - Callout |
void |
setStatementLineDate(Timestamp StatementLineDate)
Set Statement Line Date and all other dates (Valuta, Acct) |
void |
setStmtAmt(String oldStmtAmt,
String newStmtAmt,
int windowNo)
Set StmtAmt - Callout |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MBankStatementLine(Ctx ctx,
int C_BankStatementLine_ID,
String trxName)
ctx - contextC_BankStatementLine_ID - idtrxName - transaction
public MBankStatementLine(Ctx 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 setPayment(MPayment payment)
payment - paymentpublic void addDescription(String description)
description - textpublic void setStatementLineDate(Timestamp StatementLineDate)
setStatementLineDate in class X_C_BankStatementLineStatementLineDate - date
@UICallout
public void setStatementLineDate(String oldStatementLineDate,
String newStatementLineDate,
int windowNo)
throws Exception
oldStatementLineDate - oldnewStatementLineDate - newwindowNo - window no
Exception
@UICallout
public void setChargeAmt(String oldChargeAmt,
String newChargeAmt,
int windowNo)
throws Exception
oldChangeAmt - old valuenewChangeAmt - new valuewindowNo - window
Exception
@UICallout
public void setInterestAmt(String oldInterestAmt,
String newInterestAmt,
int windowNo)
throws Exception
oldInterestAmt - old valuenewInterestAmt - new valuewindowNo - window
Exception
@UICallout
public void setStmtAmt(String oldStmtAmt,
String newStmtAmt,
int windowNo)
throws Exception
oldStmtAmt - old valuenewStmtAmt - new valuewindowNo - window
Exception
@UICallout
public void setC_Payment_ID(String oldC_Payment_ID,
String newC_Payment_ID,
int windowNo)
throws Exception
oldC_Payment_ID - old IDnewC_Payment_ID - new IDwindowNo - window
Exceptionprotected 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
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||