|
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_MatchInv
public class X_M_MatchInv
Generated Model for M_MatchInv
| 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_M_MatchInv |
|---|
accessLevel, COLUMNNAME_C_InvoiceLine_ID, COLUMNNAME_DateAcct, COLUMNNAME_DateTrx, COLUMNNAME_Description, COLUMNNAME_DocumentNo, COLUMNNAME_M_AttributeSetInstance_ID, COLUMNNAME_M_InOutLine_ID, COLUMNNAME_M_MatchInv_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_Posted, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_Qty, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_MatchInv(Properties ctx,
int M_MatchInv_ID,
String trxName)
Standard Constructor |
|
X_M_MatchInv(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()
|
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_MatchInv_ID()
Get Match Invoice. |
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
BigDecimal |
getQty()
Get Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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 |
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 |
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_MatchInv_ID(int M_MatchInv_ID)
Set Match Invoice. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setPosted(boolean Posted)
Set Posted. |
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_MatchInv(Properties ctx,
int M_MatchInv_ID,
String trxName)
public X_M_MatchInv(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_MatchInvExceptionpublic void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
setC_InvoiceLine_ID in interface I_M_MatchInvC_InvoiceLine_ID - Invoice Detail Linepublic int getC_InvoiceLine_ID()
getC_InvoiceLine_ID in interface I_M_MatchInvpublic void setDateAcct(Timestamp DateAcct)
setDateAcct in interface I_M_MatchInvDateAcct - Accounting Datepublic Timestamp getDateAcct()
getDateAcct in interface I_M_MatchInvpublic void setDateTrx(Timestamp DateTrx)
setDateTrx in interface I_M_MatchInvDateTrx - Transaction Datepublic Timestamp getDateTrx()
getDateTrx in interface I_M_MatchInvpublic void setDescription(String Description)
setDescription in interface I_M_MatchInvDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_MatchInvpublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_M_MatchInvDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_M_MatchInvpublic KeyNamePair getKeyNamePair()
public void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
setM_AttributeSetInstance_ID in interface I_M_MatchInvM_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
getM_AttributeSetInstance_ID in interface I_M_MatchInv
public I_M_InOutLine getM_InOutLine()
throws Exception
getM_InOutLine in interface I_M_MatchInvExceptionpublic void setM_InOutLine_ID(int M_InOutLine_ID)
setM_InOutLine_ID in interface I_M_MatchInvM_InOutLine_ID - Line on Shipment or Receipt documentpublic int getM_InOutLine_ID()
getM_InOutLine_ID in interface I_M_MatchInvpublic void setM_MatchInv_ID(int M_MatchInv_ID)
setM_MatchInv_ID in interface I_M_MatchInvM_MatchInv_ID - Match Shipment/Receipt to Invoicepublic int getM_MatchInv_ID()
getM_MatchInv_ID in interface I_M_MatchInv
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_MatchInvExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_MatchInvM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_MatchInvpublic void setPosted(boolean Posted)
setPosted in interface I_M_MatchInvPosted - Posting statuspublic boolean isPosted()
isPosted in interface I_M_MatchInvpublic void setProcessed(boolean Processed)
setProcessed in interface I_M_MatchInvProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_M_MatchInvpublic void setProcessing(boolean Processing)
setProcessing in interface I_M_MatchInvProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_M_MatchInvpublic void setQty(BigDecimal Qty)
setQty in interface I_M_MatchInvQty - Quantitypublic BigDecimal getQty()
getQty in interface I_M_MatchInv
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||