Adempiere 3.5.2a

org.compiere.model
Interface I_M_MatchPO

All Known Implementing Classes:
MMatchPO, X_M_MatchPO

public interface I_M_MatchPO

Generated Interface for M_MatchPO

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_InvoiceLine_ID
          Column name C_InvoiceLine_ID
static String COLUMNNAME_C_OrderLine_ID
          Column name C_OrderLine_ID
static String COLUMNNAME_DateAcct
          Column name DateAcct
static String COLUMNNAME_DateTrx
          Column name DateTrx
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocumentNo
          Column name DocumentNo
static String COLUMNNAME_IsApproved
          Column name IsApproved
static String COLUMNNAME_M_AttributeSetInstance_ID
          Column name M_AttributeSetInstance_ID
static String COLUMNNAME_M_InOutLine_ID
          Column name M_InOutLine_ID
static String COLUMNNAME_M_MatchPO_ID
          Column name M_MatchPO_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Posted
          Column name Posted
static String COLUMNNAME_PriceMatchDifference
          Column name PriceMatchDifference
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_Qty
          Column name Qty
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=473
static String Table_Name
          TableName=M_MatchPO
 
Method Summary
 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.
 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.
 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.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_MatchPO

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=473


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_InvoiceLine_ID

static final String COLUMNNAME_C_InvoiceLine_ID
Column name C_InvoiceLine_ID

See Also:
Constant Field Values

COLUMNNAME_C_OrderLine_ID

static final String COLUMNNAME_C_OrderLine_ID
Column name C_OrderLine_ID

See Also:
Constant Field Values

COLUMNNAME_DateAcct

static final String COLUMNNAME_DateAcct
Column name DateAcct

See Also:
Constant Field Values

COLUMNNAME_DateTrx

static final String COLUMNNAME_DateTrx
Column name DateTrx

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DocumentNo

static final String COLUMNNAME_DocumentNo
Column name DocumentNo

See Also:
Constant Field Values

COLUMNNAME_IsApproved

static final String COLUMNNAME_IsApproved
Column name IsApproved

See Also:
Constant Field Values

COLUMNNAME_M_AttributeSetInstance_ID

static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID

See Also:
Constant Field Values

COLUMNNAME_M_InOutLine_ID

static final String COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID

See Also:
Constant Field Values

COLUMNNAME_M_MatchPO_ID

static final String COLUMNNAME_M_MatchPO_ID
Column name M_MatchPO_ID

See Also:
Constant Field Values

COLUMNNAME_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_Posted

static final String COLUMNNAME_Posted
Column name Posted

See Also:
Constant Field Values

COLUMNNAME_PriceMatchDifference

static final String COLUMNNAME_PriceMatchDifference
Column name PriceMatchDifference

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_Qty

static final String COLUMNNAME_Qty
Column name Qty

See Also:
Constant Field Values
Method Detail

setC_InvoiceLine_ID

void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line. Invoice Detail Line


getC_InvoiceLine_ID

int getC_InvoiceLine_ID()
Get Invoice Line. Invoice Detail Line


getC_InvoiceLine

I_C_InvoiceLine getC_InvoiceLine()
                                 throws Exception
Throws:
Exception

setC_OrderLine_ID

void setC_OrderLine_ID(int C_OrderLine_ID)
Set Sales Order Line. Sales Order Line


getC_OrderLine_ID

int getC_OrderLine_ID()
Get Sales Order Line. Sales Order Line


getC_OrderLine

I_C_OrderLine getC_OrderLine()
                             throws Exception
Throws:
Exception

setDateAcct

void setDateAcct(Timestamp DateAcct)
Set Account Date. Accounting Date


getDateAcct

Timestamp getDateAcct()
Get Account Date. Accounting Date


setDateTrx

void setDateTrx(Timestamp DateTrx)
Set Transaction Date. Transaction Date


getDateTrx

Timestamp getDateTrx()
Get Transaction Date. Transaction Date


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setDocumentNo

void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document


getDocumentNo

String getDocumentNo()
Get Document No. Document sequence number of the document


setIsApproved

void setIsApproved(boolean IsApproved)
Set Approved. Indicates if this document requires approval


isApproved

boolean isApproved()
Get Approved. Indicates if this document requires approval


setM_AttributeSetInstance_ID

void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. Product Attribute Set Instance


getM_AttributeSetInstance_ID

int getM_AttributeSetInstance_ID()
Get Attribute Set Instance. Product Attribute Set Instance


setM_InOutLine_ID

void setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. Line on Shipment or Receipt document


getM_InOutLine_ID

int getM_InOutLine_ID()
Get Shipment/Receipt Line. Line on Shipment or Receipt document


getM_InOutLine

I_M_InOutLine getM_InOutLine()
                             throws Exception
Throws:
Exception

setM_MatchPO_ID

void setM_MatchPO_ID(int M_MatchPO_ID)
Set Match PO. Match Purchase Order to Shipment/Receipt and Invoice


getM_MatchPO_ID

int getM_MatchPO_ID()
Get Match PO. Match Purchase Order to Shipment/Receipt and Invoice


setM_Product_ID

void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item


getM_Product_ID

int getM_Product_ID()
Get Product. Product, Service, Item


getM_Product

I_M_Product getM_Product()
                         throws Exception
Throws:
Exception

setPosted

void setPosted(boolean Posted)
Set Posted. Posting status


isPosted

boolean isPosted()
Get Posted. Posting status


setPriceMatchDifference

void setPriceMatchDifference(BigDecimal PriceMatchDifference)
Set Price Match Difference. Difference between Purchase and Invoice Price per matched line


getPriceMatchDifference

BigDecimal getPriceMatchDifference()
Get Price Match Difference. Difference between Purchase and Invoice Price per matched line


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setQty

void setQty(BigDecimal Qty)
Set Quantity. Quantity


getQty

BigDecimal getQty()
Get Quantity. Quantity


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.