|
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_PaySelection
org.compiere.model.MPaySelection
public class MPaySelection
AP Payment Selection
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_PaySelection |
|---|
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 | |
|---|---|
MPaySelection(Ctx ctx,
int C_PaySelection_ID,
String trxName)
Default Constructor |
|
MPaySelection(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
int |
getC_Currency_ID()
Get Currency of Bank Account |
MPaySelectionLine[] |
getLines(boolean requery)
Get Lines |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_C_PaySelection |
|---|
get_AccessLevel, getC_BankAccount_ID, getC_PaySelection_ID, getCreateFrom, getDescription, getKeyNamePair, getName, getPayDate, getTotalAmt, initPO, isApproved, isProcessed, isProcessing, setC_BankAccount_ID, setC_PaySelection_ID, setCreateFrom, setDescription, setIsApproved, setName, setPayDate, setProcessed, setProcessing, setTotalAmt |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MPaySelection(Ctx ctx,
int C_PaySelection_ID,
String trxName)
ctx - contextC_PaySelection_ID - idtrxName - transaction
public MPaySelection(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public MPaySelectionLine[] getLines(boolean requery)
requery - requery
public int getC_Currency_ID()
public String toString()
toString in class X_C_PaySelection
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||