|
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_M_MatchPO
public class X_M_MatchPO
Generated Model for M_MatchPO
| 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 | |
|---|---|
X_M_MatchPO(Properties ctx,
int M_MatchPO_ID,
String trxName)
Standard Constructor |
|
X_M_MatchPO(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_InvoiceLine_ID()
Get Invoice Line. |
I_C_InvoiceLine |
getC_InvoiceLine()
|
int |
getC_OrderLine_ID()
Get Sales Order Line. |
I_C_OrderLine |
getC_OrderLine()
|
Timestamp |
getDateAcct()
Get Account Date. |
Timestamp |
getDateTrx()
Get Transaction Date. |
String |
getDescription()
Get Description. |
String |
getDocumentNo()
Get Document No. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_InOutLine_ID()
Get Shipment/Receipt Line. |
I_M_InOutLine |
getM_InOutLine()
|
int |
getM_MatchPO_ID()
Get Match PO. |
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
BigDecimal |
getPriceMatchDifference()
Get Price Match Difference. |
BigDecimal |
getQty()
Get Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isApproved()
Get Approved. |
boolean |
isPosted()
Get Posted. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line. |
void |
setC_OrderLine_ID(int C_OrderLine_ID)
Set Sales Order Line. |
void |
setDateAcct(Timestamp DateAcct)
Set Account Date. |
void |
setDateTrx(Timestamp DateTrx)
Set Transaction Date. |
void |
setDescription(String Description)
Set Description. |
void |
setDocumentNo(String DocumentNo)
Set Document No. |
void |
setIsApproved(boolean IsApproved)
Set Approved. |
void |
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. |
void |
setM_MatchPO_ID(int M_MatchPO_ID)
Set Match PO. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setPosted(boolean Posted)
Set Posted. |
void |
setPriceMatchDifference(BigDecimal PriceMatchDifference)
Set Price Match Difference. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setQty(BigDecimal Qty)
Set Quantity. |
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_M_MatchPO(Properties ctx,
int M_MatchPO_ID,
String trxName)
public X_M_MatchPO(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_InvoiceLine getC_InvoiceLine()
throws Exception
getC_InvoiceLine in interface I_M_MatchPOExceptionpublic void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
setC_InvoiceLine_ID in interface I_M_MatchPOC_InvoiceLine_ID - Invoice Detail Linepublic int getC_InvoiceLine_ID()
getC_InvoiceLine_ID in interface I_M_MatchPO
public I_C_OrderLine getC_OrderLine()
throws Exception
getC_OrderLine in interface I_M_MatchPOExceptionpublic void setC_OrderLine_ID(int C_OrderLine_ID)
setC_OrderLine_ID in interface I_M_MatchPOC_OrderLine_ID - Sales Order Linepublic int getC_OrderLine_ID()
getC_OrderLine_ID in interface I_M_MatchPOpublic void setDateAcct(Timestamp DateAcct)
setDateAcct in interface I_M_MatchPODateAcct - Accounting Datepublic Timestamp getDateAcct()
getDateAcct in interface I_M_MatchPOpublic void setDateTrx(Timestamp DateTrx)
setDateTrx in interface I_M_MatchPODateTrx - Transaction Datepublic Timestamp getDateTrx()
getDateTrx in interface I_M_MatchPOpublic void setDescription(String Description)
setDescription in interface I_M_MatchPODescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_MatchPOpublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_M_MatchPODocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_M_MatchPOpublic KeyNamePair getKeyNamePair()
public void setIsApproved(boolean IsApproved)
setIsApproved in interface I_M_MatchPOIsApproved - Indicates if this document requires approvalpublic boolean isApproved()
isApproved in interface I_M_MatchPOpublic void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
setM_AttributeSetInstance_ID in interface I_M_MatchPOM_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
getM_AttributeSetInstance_ID in interface I_M_MatchPO
public I_M_InOutLine getM_InOutLine()
throws Exception
getM_InOutLine in interface I_M_MatchPOExceptionpublic void setM_InOutLine_ID(int M_InOutLine_ID)
setM_InOutLine_ID in interface I_M_MatchPOM_InOutLine_ID - Line on Shipment or Receipt documentpublic int getM_InOutLine_ID()
getM_InOutLine_ID in interface I_M_MatchPOpublic void setM_MatchPO_ID(int M_MatchPO_ID)
setM_MatchPO_ID in interface I_M_MatchPOM_MatchPO_ID - Match Purchase Order to Shipment/Receipt and Invoicepublic int getM_MatchPO_ID()
getM_MatchPO_ID in interface I_M_MatchPO
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_MatchPOExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_MatchPOM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_MatchPOpublic void setPosted(boolean Posted)
setPosted in interface I_M_MatchPOPosted - Posting statuspublic boolean isPosted()
isPosted in interface I_M_MatchPOpublic void setPriceMatchDifference(BigDecimal PriceMatchDifference)
setPriceMatchDifference in interface I_M_MatchPOPriceMatchDifference - Difference between Purchase and Invoice Price per matched linepublic BigDecimal getPriceMatchDifference()
getPriceMatchDifference in interface I_M_MatchPOpublic void setProcessed(boolean Processed)
setProcessed in interface I_M_MatchPOProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_M_MatchPOpublic void setProcessing(boolean Processing)
setProcessing in interface I_M_MatchPOProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_M_MatchPOpublic void setQty(BigDecimal Qty)
setQty in interface I_M_MatchPOQty - Quantitypublic BigDecimal getQty()
getQty in interface I_M_MatchPO
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||