|
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_PaySelection
public class X_C_PaySelection
Generated Model for C_PaySelection
| 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 |
| Fields inherited from interface org.compiere.model.I_C_PaySelection |
|---|
accessLevel, COLUMNNAME_C_BankAccount_ID, COLUMNNAME_C_PaySelection_ID, COLUMNNAME_CreateFrom, COLUMNNAME_Description, COLUMNNAME_IsApproved, COLUMNNAME_Name, COLUMNNAME_PayDate, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_TotalAmt, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_PaySelection(Properties ctx,
int C_PaySelection_ID,
String trxName)
Standard Constructor |
|
X_C_PaySelection(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_BankAccount_ID()
Get Bank Account. |
I_C_BankAccount |
getC_BankAccount()
|
int |
getC_PaySelection_ID()
Get Payment Selection. |
String |
getCreateFrom()
Get Create lines from. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
Timestamp |
getPayDate()
Get Payment date. |
BigDecimal |
getTotalAmt()
Get Total Amount. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isApproved()
Get Approved. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account. |
void |
setC_PaySelection_ID(int C_PaySelection_ID)
Set Payment Selection. |
void |
setCreateFrom(String CreateFrom)
Set Create lines from. |
void |
setDescription(String Description)
Set Description. |
void |
setIsApproved(boolean IsApproved)
Set Approved. |
void |
setName(String Name)
Set Name. |
void |
setPayDate(Timestamp PayDate)
Set Payment date. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setTotalAmt(BigDecimal TotalAmt)
Set Total 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 |
| Constructor Detail |
|---|
public X_C_PaySelection(Properties ctx,
int C_PaySelection_ID,
String trxName)
public X_C_PaySelection(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 PO
public I_C_BankAccount getC_BankAccount()
throws Exception
getC_BankAccount in interface I_C_PaySelectionExceptionpublic void setC_BankAccount_ID(int C_BankAccount_ID)
setC_BankAccount_ID in interface I_C_PaySelectionC_BankAccount_ID - Account at the Bankpublic int getC_BankAccount_ID()
getC_BankAccount_ID in interface I_C_PaySelectionpublic void setC_PaySelection_ID(int C_PaySelection_ID)
setC_PaySelection_ID in interface I_C_PaySelectionC_PaySelection_ID - Payment Selectionpublic int getC_PaySelection_ID()
getC_PaySelection_ID in interface I_C_PaySelectionpublic void setCreateFrom(String CreateFrom)
setCreateFrom in interface I_C_PaySelectionCreateFrom - Process which will generate a new document lines based on an existing documentpublic String getCreateFrom()
getCreateFrom in interface I_C_PaySelectionpublic void setDescription(String Description)
setDescription in interface I_C_PaySelectionDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_PaySelectionpublic void setIsApproved(boolean IsApproved)
setIsApproved in interface I_C_PaySelectionIsApproved - Indicates if this document requires approvalpublic boolean isApproved()
isApproved in interface I_C_PaySelectionpublic void setName(String Name)
setName in interface I_C_PaySelectionName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_PaySelectionpublic KeyNamePair getKeyNamePair()
public void setPayDate(Timestamp PayDate)
setPayDate in interface I_C_PaySelectionPayDate - Date Payment madepublic Timestamp getPayDate()
getPayDate in interface I_C_PaySelectionpublic void setProcessed(boolean Processed)
setProcessed in interface I_C_PaySelectionProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_C_PaySelectionpublic void setProcessing(boolean Processing)
setProcessing in interface I_C_PaySelectionProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_C_PaySelectionpublic void setTotalAmt(BigDecimal TotalAmt)
setTotalAmt in interface I_C_PaySelectionTotalAmt - Total Amountpublic BigDecimal getTotalAmt()
getTotalAmt in interface I_C_PaySelection
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||