|
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_BankStatement
public class X_C_BankStatement
Generated Model for C_BankStatement
| Field Summary | |
|---|---|
static int |
DOCACTION_AD_Reference_ID
DocAction AD_Reference_ID=135 |
static String |
DOCACTION_Approve
Approve = AP |
static String |
DOCACTION_Close
Close = CL |
static String |
DOCACTION_Complete
Complete = CO |
static String |
DOCACTION_Invalidate
Invalidate = IN |
static String |
DOCACTION_None
|
static String |
DOCACTION_Post
Post = PO |
static String |
DOCACTION_Prepare
Prepare = PR |
static String |
DOCACTION_Re_Activate
Re-activate = RE |
static String |
DOCACTION_Reject
Reject = RJ |
static String |
DOCACTION_Reverse_Accrual
Reverse - Accrual = RA |
static String |
DOCACTION_Reverse_Correct
Reverse - Correct = RC |
static String |
DOCACTION_Unlock
Unlock = XL |
static String |
DOCACTION_Void
Void = VO |
static String |
DOCACTION_WaitComplete
Wait Complete = WC |
static int |
DOCSTATUS_AD_Reference_ID
DocStatus AD_Reference_ID=131 |
static String |
DOCSTATUS_Approved
Approved = AP |
static String |
DOCSTATUS_Closed
Closed = CL |
static String |
DOCSTATUS_Completed
Completed = CO |
static String |
DOCSTATUS_Drafted
Drafted = DR |
static String |
DOCSTATUS_InProgress
In Progress = IP |
static String |
DOCSTATUS_Invalid
Invalid = IN |
static String |
DOCSTATUS_NotApproved
Not Approved = NA |
static String |
DOCSTATUS_Reversed
Reversed = RE |
static String |
DOCSTATUS_Unknown
Unknown = ?? |
static String |
DOCSTATUS_Voided
Voided = VO |
static String |
DOCSTATUS_WaitingConfirmation
Waiting Confirmation = WC |
static String |
DOCSTATUS_WaitingPayment
Waiting Payment = WP |
| 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_BankStatement(Properties ctx,
int C_BankStatement_ID,
String trxName)
Standard Constructor |
|
X_C_BankStatement(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getBeginningBalance()
Get Beginning Balance. |
int |
getC_BankAccount_ID()
Get Bank Account. |
I_C_BankAccount |
getC_BankAccount()
|
int |
getC_BankStatement_ID()
Get Bank Statement. |
String |
getCreateFrom()
Get Create lines from. |
String |
getDescription()
Get Description. |
String |
getDocAction()
Get Document Action. |
String |
getDocStatus()
Get Document Status. |
Timestamp |
getEftStatementDate()
Get EFT Statement Date. |
String |
getEftStatementReference()
Get EFT Statement Reference. |
BigDecimal |
getEndingBalance()
Get Ending balance. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getMatchStatement()
Get Match Statement. |
String |
getName()
Get Name. |
Timestamp |
getStatementDate()
Get Statement date. |
BigDecimal |
getStatementDifference()
Get Statement difference. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isApproved()
Get Approved. |
boolean |
isManual()
Get Manual. |
boolean |
isPosted()
Get Posted. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setBeginningBalance(BigDecimal BeginningBalance)
Set Beginning Balance. |
void |
setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account. |
void |
setC_BankStatement_ID(int C_BankStatement_ID)
Set Bank Statement. |
void |
setCreateFrom(String CreateFrom)
Set Create lines from. |
void |
setDescription(String Description)
Set Description. |
void |
setDocAction(String DocAction)
Set Document Action. |
void |
setDocStatus(String DocStatus)
Set Document Status. |
void |
setEftStatementDate(Timestamp EftStatementDate)
Set EFT Statement Date. |
void |
setEftStatementReference(String EftStatementReference)
Set EFT Statement Reference. |
void |
setEndingBalance(BigDecimal EndingBalance)
Set Ending balance. |
void |
setIsApproved(boolean IsApproved)
Set Approved. |
void |
setIsManual(boolean IsManual)
Set Manual. |
void |
setMatchStatement(String MatchStatement)
Set Match Statement. |
void |
setName(String Name)
Set Name. |
void |
setPosted(boolean Posted)
Set Posted. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setStatementDate(Timestamp StatementDate)
Set Statement date. |
void |
setStatementDifference(BigDecimal StatementDifference)
Set Statement difference. |
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 DOCACTION_AD_Reference_ID
public static final String DOCACTION_Complete
public static final String DOCACTION_Approve
public static final String DOCACTION_Reject
public static final String DOCACTION_Post
public static final String DOCACTION_Void
public static final String DOCACTION_Close
public static final String DOCACTION_Reverse_Correct
public static final String DOCACTION_Reverse_Accrual
public static final String DOCACTION_Invalidate
public static final String DOCACTION_Re_Activate
public static final String DOCACTION_None
public static final String DOCACTION_Prepare
public static final String DOCACTION_Unlock
public static final String DOCACTION_WaitComplete
public static final int DOCSTATUS_AD_Reference_ID
public static final String DOCSTATUS_Drafted
public static final String DOCSTATUS_Completed
public static final String DOCSTATUS_Approved
public static final String DOCSTATUS_NotApproved
public static final String DOCSTATUS_Voided
public static final String DOCSTATUS_Invalid
public static final String DOCSTATUS_Reversed
public static final String DOCSTATUS_Closed
public static final String DOCSTATUS_Unknown
public static final String DOCSTATUS_InProgress
public static final String DOCSTATUS_WaitingPayment
public static final String DOCSTATUS_WaitingConfirmation
| Constructor Detail |
|---|
public X_C_BankStatement(Properties ctx,
int C_BankStatement_ID,
String trxName)
public X_C_BankStatement(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 setBeginningBalance(BigDecimal BeginningBalance)
setBeginningBalance in interface I_C_BankStatementBeginningBalance - Balance prior to any transactionspublic BigDecimal getBeginningBalance()
getBeginningBalance in interface I_C_BankStatement
public I_C_BankAccount getC_BankAccount()
throws Exception
getC_BankAccount in interface I_C_BankStatementExceptionpublic void setC_BankAccount_ID(int C_BankAccount_ID)
setC_BankAccount_ID in interface I_C_BankStatementC_BankAccount_ID - Account at the Bankpublic int getC_BankAccount_ID()
getC_BankAccount_ID in interface I_C_BankStatementpublic void setC_BankStatement_ID(int C_BankStatement_ID)
setC_BankStatement_ID in interface I_C_BankStatementC_BankStatement_ID - Bank Statement of accountpublic int getC_BankStatement_ID()
getC_BankStatement_ID in interface I_C_BankStatementpublic void setCreateFrom(String CreateFrom)
setCreateFrom in interface I_C_BankStatementCreateFrom - Process which will generate a new document lines based on an existing documentpublic String getCreateFrom()
getCreateFrom in interface I_C_BankStatementpublic void setDescription(String Description)
setDescription in interface I_C_BankStatementDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_BankStatementpublic void setDocAction(String DocAction)
setDocAction in interface I_C_BankStatementDocAction - The targeted status of the documentpublic String getDocAction()
getDocAction in interface I_C_BankStatementpublic void setDocStatus(String DocStatus)
setDocStatus in interface I_C_BankStatementDocStatus - The current status of the documentpublic String getDocStatus()
getDocStatus in interface I_C_BankStatementpublic void setEftStatementDate(Timestamp EftStatementDate)
setEftStatementDate in interface I_C_BankStatementEftStatementDate - Electronic Funds Transfer Statement Datepublic Timestamp getEftStatementDate()
getEftStatementDate in interface I_C_BankStatementpublic void setEftStatementReference(String EftStatementReference)
setEftStatementReference in interface I_C_BankStatementEftStatementReference - Electronic Funds Transfer Statement Referencepublic String getEftStatementReference()
getEftStatementReference in interface I_C_BankStatementpublic void setEndingBalance(BigDecimal EndingBalance)
setEndingBalance in interface I_C_BankStatementEndingBalance - Ending or closing balancepublic BigDecimal getEndingBalance()
getEndingBalance in interface I_C_BankStatementpublic void setIsApproved(boolean IsApproved)
setIsApproved in interface I_C_BankStatementIsApproved - Indicates if this document requires approvalpublic boolean isApproved()
isApproved in interface I_C_BankStatementpublic void setIsManual(boolean IsManual)
setIsManual in interface I_C_BankStatementIsManual - This is a manual processpublic boolean isManual()
isManual in interface I_C_BankStatementpublic void setMatchStatement(String MatchStatement)
setMatchStatement in interface I_C_BankStatementMatchStatement - Match Statementpublic String getMatchStatement()
getMatchStatement in interface I_C_BankStatementpublic void setName(String Name)
setName in interface I_C_BankStatementName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_BankStatementpublic KeyNamePair getKeyNamePair()
public void setPosted(boolean Posted)
setPosted in interface I_C_BankStatementPosted - Posting statuspublic boolean isPosted()
isPosted in interface I_C_BankStatementpublic void setProcessed(boolean Processed)
setProcessed in interface I_C_BankStatementProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_BankStatementpublic void setProcessing(boolean Processing)
setProcessing in interface I_C_BankStatementProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_C_BankStatementpublic void setStatementDate(Timestamp StatementDate)
setStatementDate in interface I_C_BankStatementStatementDate - Date of the statementpublic Timestamp getStatementDate()
getStatementDate in interface I_C_BankStatementpublic void setStatementDifference(BigDecimal StatementDifference)
setStatementDifference in interface I_C_BankStatementStatementDifference - Difference between statement ending balance and actual ending balancepublic BigDecimal getStatementDifference()
getStatementDifference in interface I_C_BankStatement
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||