Adempiere 3.5.2a

org.compiere.model
Interface I_C_OrderLine

All Known Implementing Classes:
MOrderLine, X_C_OrderLine

public interface I_C_OrderLine

Generated Interface for C_OrderLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_AD_OrgTrx_ID
          Column name AD_OrgTrx_ID
static String COLUMNNAME_C_Activity_ID
          Column name C_Activity_ID
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_BPartner_Location_ID
          Column name C_BPartner_Location_ID
static String COLUMNNAME_C_Campaign_ID
          Column name C_Campaign_ID
static String COLUMNNAME_C_Charge_ID
          Column name C_Charge_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_Order_ID
          Column name C_Order_ID
static String COLUMNNAME_C_OrderLine_ID
          Column name C_OrderLine_ID
static String COLUMNNAME_C_Project_ID
          Column name C_Project_ID
static String COLUMNNAME_C_ProjectPhase_ID
          Column name C_ProjectPhase_ID
static String COLUMNNAME_C_ProjectTask_ID
          Column name C_ProjectTask_ID
static String COLUMNNAME_C_Tax_ID
          Column name C_Tax_ID
static String COLUMNNAME_C_UOM_ID
          Column name C_UOM_ID
static String COLUMNNAME_DateDelivered
          Column name DateDelivered
static String COLUMNNAME_DateInvoiced
          Column name DateInvoiced
static String COLUMNNAME_DateOrdered
          Column name DateOrdered
static String COLUMNNAME_DatePromised
          Column name DatePromised
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Discount
          Column name Discount
static String COLUMNNAME_FreightAmt
          Column name FreightAmt
static String COLUMNNAME_IsDescription
          Column name IsDescription
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_LineNetAmt
          Column name LineNetAmt
static String COLUMNNAME_Link_OrderLine_ID
          Column name Link_OrderLine_ID
static String COLUMNNAME_M_AttributeSetInstance_ID
          Column name M_AttributeSetInstance_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_Shipper_ID
          Column name M_Shipper_ID
static String COLUMNNAME_M_Warehouse_ID
          Column name M_Warehouse_ID
static String COLUMNNAME_PriceActual
          Column name PriceActual
static String COLUMNNAME_PriceCost
          Column name PriceCost
static String COLUMNNAME_PriceEntered
          Column name PriceEntered
static String COLUMNNAME_PriceLimit
          Column name PriceLimit
static String COLUMNNAME_PriceList
          Column name PriceList
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_QtyDelivered
          Column name QtyDelivered
static String COLUMNNAME_QtyEntered
          Column name QtyEntered
static String COLUMNNAME_QtyInvoiced
          Column name QtyInvoiced
static String COLUMNNAME_QtyLostSales
          Column name QtyLostSales
static String COLUMNNAME_QtyOrdered
          Column name QtyOrdered
static String COLUMNNAME_QtyReserved
          Column name QtyReserved
static String COLUMNNAME_Ref_OrderLine_ID
          Column name Ref_OrderLine_ID
static String COLUMNNAME_RRAmt
          Column name RRAmt
static String COLUMNNAME_RRStartDate
          Column name RRStartDate
static String COLUMNNAME_S_ResourceAssignment_ID
          Column name S_ResourceAssignment_ID
static String COLUMNNAME_User1_ID
          Column name User1_ID
static String COLUMNNAME_User2_ID
          Column name User2_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=260
static String Table_Name
          TableName=C_OrderLine
 
Method Summary
 int getAD_OrgTrx_ID()
          Get Trx Organization.
 int getC_Activity_ID()
          Get Activity.
 I_C_Activity getC_Activity()
           
 int getC_BPartner_ID()
          Get Business Partner .
 int getC_BPartner_Location_ID()
          Get Partner Location.
 I_C_BPartner_Location getC_BPartner_Location()
           
 I_C_BPartner getC_BPartner()
           
 int getC_Campaign_ID()
          Get Campaign.
 I_C_Campaign getC_Campaign()
           
 int getC_Charge_ID()
          Get Charge.
 I_C_Charge getC_Charge()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_Order_ID()
          Get Order.
 I_C_Order getC_Order()
           
 int getC_OrderLine_ID()
          Get Sales Order Line.
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 int getC_ProjectPhase_ID()
          Get Project Phase.
 I_C_ProjectPhase getC_ProjectPhase()
           
 int getC_ProjectTask_ID()
          Get Project Task.
 I_C_ProjectTask getC_ProjectTask()
           
 int getC_Tax_ID()
          Get Tax.
 I_C_Tax getC_Tax()
           
 int getC_UOM_ID()
          Get UOM.
 I_C_UOM getC_UOM()
           
 Timestamp getDateDelivered()
          Get Date Delivered.
 Timestamp getDateInvoiced()
          Get Date Invoiced.
 Timestamp getDateOrdered()
          Get Date Ordered.
 Timestamp getDatePromised()
          Get Date Promised.
 String getDescription()
          Get Description.
 BigDecimal getDiscount()
          Get Discount %.
 BigDecimal getFreightAmt()
          Get Freight Amount.
 int getLine()
          Get Line No.
 BigDecimal getLineNetAmt()
          Get Line Amount.
 int getLink_OrderLine_ID()
          Get Linked Order Line.
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_Shipper_ID()
          Get Shipper.
 I_M_Shipper getM_Shipper()
           
 int getM_Warehouse_ID()
          Get Warehouse.
 BigDecimal getPriceActual()
          Get Unit Price.
 BigDecimal getPriceCost()
          Get Cost Price.
 BigDecimal getPriceEntered()
          Get Price.
 BigDecimal getPriceLimit()
          Get Limit Price.
 BigDecimal getPriceList()
          Get List Price.
 BigDecimal getQtyDelivered()
          Get Delivered Quantity.
 BigDecimal getQtyEntered()
          Get Quantity.
 BigDecimal getQtyInvoiced()
          Get Quantity Invoiced.
 BigDecimal getQtyLostSales()
          Get Lost Sales Qty.
 BigDecimal getQtyOrdered()
          Get Ordered Quantity.
 BigDecimal getQtyReserved()
          Get Reserved Quantity.
 int getRef_OrderLine_ID()
          Get Referenced Order Line.
 BigDecimal getRRAmt()
          Get Revenue Recognition Amt.
 Timestamp getRRStartDate()
          Get Revenue Recognition Start.
 int getS_ResourceAssignment_ID()
          Get Resource Assignment.
 int getUser1_ID()
          Get User List 1.
 int getUser2_ID()
          Get User List 2.
 boolean isDescription()
          Get Description Only.
 boolean isProcessed()
          Get Processed.
 void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
          Set Trx Organization.
 void setC_Activity_ID(int C_Activity_ID)
          Set Activity.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
          Set Partner Location.
 void setC_Campaign_ID(int C_Campaign_ID)
          Set Campaign.
 void setC_Charge_ID(int C_Charge_ID)
          Set Charge.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_Order_ID(int C_Order_ID)
          Set Order.
 void setC_OrderLine_ID(int C_OrderLine_ID)
          Set Sales Order Line.
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
          Set Project Phase.
 void setC_ProjectTask_ID(int C_ProjectTask_ID)
          Set Project Task.
 void setC_Tax_ID(int C_Tax_ID)
          Set Tax.
 void setC_UOM_ID(int C_UOM_ID)
          Set UOM.
 void setDateDelivered(Timestamp DateDelivered)
          Set Date Delivered.
 void setDateInvoiced(Timestamp DateInvoiced)
          Set Date Invoiced.
 void setDateOrdered(Timestamp DateOrdered)
          Set Date Ordered.
 void setDatePromised(Timestamp DatePromised)
          Set Date Promised.
 void setDescription(String Description)
          Set Description.
 void setDiscount(BigDecimal Discount)
          Set Discount %.
 void setFreightAmt(BigDecimal FreightAmt)
          Set Freight Amount.
 void setIsDescription(boolean IsDescription)
          Set Description Only.
 void setLine(int Line)
          Set Line No.
 void setLineNetAmt(BigDecimal LineNetAmt)
          Set Line Amount.
 void setLink_OrderLine_ID(int Link_OrderLine_ID)
          Set Linked Order Line.
 void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
          Set Attribute Set Instance.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setM_Shipper_ID(int M_Shipper_ID)
          Set Shipper.
 void setM_Warehouse_ID(int M_Warehouse_ID)
          Set Warehouse.
 void setPriceActual(BigDecimal PriceActual)
          Set Unit Price.
 void setPriceCost(BigDecimal PriceCost)
          Set Cost Price.
 void setPriceEntered(BigDecimal PriceEntered)
          Set Price.
 void setPriceLimit(BigDecimal PriceLimit)
          Set Limit Price.
 void setPriceList(BigDecimal PriceList)
          Set List Price.
 void setProcessed(boolean Processed)
          Set Processed.
 void setQtyDelivered(BigDecimal QtyDelivered)
          Set Delivered Quantity.
 void setQtyEntered(BigDecimal QtyEntered)
          Set Quantity.
 void setQtyInvoiced(BigDecimal QtyInvoiced)
          Set Quantity Invoiced.
 void setQtyLostSales(BigDecimal QtyLostSales)
          Set Lost Sales Qty.
 void setQtyOrdered(BigDecimal QtyOrdered)
          Set Ordered Quantity.
 void setQtyReserved(BigDecimal QtyReserved)
          Set Reserved Quantity.
 void setRef_OrderLine_ID(int Ref_OrderLine_ID)
          Set Referenced Order Line.
 void setRRAmt(BigDecimal RRAmt)
          Set Revenue Recognition Amt.
 void setRRStartDate(Timestamp RRStartDate)
          Set Revenue Recognition Start.
 void setS_ResourceAssignment_ID(int S_ResourceAssignment_ID)
          Set Resource Assignment.
 void setUser1_ID(int User1_ID)
          Set User List 1.
 void setUser2_ID(int User2_ID)
          Set User List 2.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_OrderLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=260


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_AD_OrgTrx_ID

static final String COLUMNNAME_AD_OrgTrx_ID
Column name AD_OrgTrx_ID

See Also:
Constant Field Values

COLUMNNAME_C_Activity_ID

static final String COLUMNNAME_C_Activity_ID
Column name C_Activity_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_Location_ID

static final String COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_ID

See Also:
Constant Field Values

COLUMNNAME_C_Campaign_ID

static final String COLUMNNAME_C_Campaign_ID
Column name C_Campaign_ID

See Also:
Constant Field Values

COLUMNNAME_C_Charge_ID

static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_ID

See Also:
Constant Field Values

COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_C_Order_ID

static final String COLUMNNAME_C_Order_ID
Column name C_Order_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_C_Project_ID

static final String COLUMNNAME_C_Project_ID
Column name C_Project_ID

See Also:
Constant Field Values

COLUMNNAME_C_ProjectPhase_ID

static final String COLUMNNAME_C_ProjectPhase_ID
Column name C_ProjectPhase_ID

See Also:
Constant Field Values

COLUMNNAME_C_ProjectTask_ID

static final String COLUMNNAME_C_ProjectTask_ID
Column name C_ProjectTask_ID

See Also:
Constant Field Values

COLUMNNAME_C_Tax_ID

static final String COLUMNNAME_C_Tax_ID
Column name C_Tax_ID

See Also:
Constant Field Values

COLUMNNAME_C_UOM_ID

static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID

See Also:
Constant Field Values

COLUMNNAME_DateDelivered

static final String COLUMNNAME_DateDelivered
Column name DateDelivered

See Also:
Constant Field Values

COLUMNNAME_DateInvoiced

static final String COLUMNNAME_DateInvoiced
Column name DateInvoiced

See Also:
Constant Field Values

COLUMNNAME_DateOrdered

static final String COLUMNNAME_DateOrdered
Column name DateOrdered

See Also:
Constant Field Values

COLUMNNAME_DatePromised

static final String COLUMNNAME_DatePromised
Column name DatePromised

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Discount

static final String COLUMNNAME_Discount
Column name Discount

See Also:
Constant Field Values

COLUMNNAME_FreightAmt

static final String COLUMNNAME_FreightAmt
Column name FreightAmt

See Also:
Constant Field Values

COLUMNNAME_IsDescription

static final String COLUMNNAME_IsDescription
Column name IsDescription

See Also:
Constant Field Values

COLUMNNAME_Line

static final String COLUMNNAME_Line
Column name Line

See Also:
Constant Field Values

COLUMNNAME_LineNetAmt

static final String COLUMNNAME_LineNetAmt
Column name LineNetAmt

See Also:
Constant Field Values

COLUMNNAME_Link_OrderLine_ID

static final String COLUMNNAME_Link_OrderLine_ID
Column name Link_OrderLine_ID

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_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_M_Shipper_ID

static final String COLUMNNAME_M_Shipper_ID
Column name M_Shipper_ID

See Also:
Constant Field Values

COLUMNNAME_M_Warehouse_ID

static final String COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID

See Also:
Constant Field Values

COLUMNNAME_PriceActual

static final String COLUMNNAME_PriceActual
Column name PriceActual

See Also:
Constant Field Values

COLUMNNAME_PriceCost

static final String COLUMNNAME_PriceCost
Column name PriceCost

See Also:
Constant Field Values

COLUMNNAME_PriceEntered

static final String COLUMNNAME_PriceEntered
Column name PriceEntered

See Also:
Constant Field Values

COLUMNNAME_PriceLimit

static final String COLUMNNAME_PriceLimit
Column name PriceLimit

See Also:
Constant Field Values

COLUMNNAME_PriceList

static final String COLUMNNAME_PriceList
Column name PriceList

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_QtyDelivered

static final String COLUMNNAME_QtyDelivered
Column name QtyDelivered

See Also:
Constant Field Values

COLUMNNAME_QtyEntered

static final String COLUMNNAME_QtyEntered
Column name QtyEntered

See Also:
Constant Field Values

COLUMNNAME_QtyInvoiced

static final String COLUMNNAME_QtyInvoiced
Column name QtyInvoiced

See Also:
Constant Field Values

COLUMNNAME_QtyLostSales

static final String COLUMNNAME_QtyLostSales
Column name QtyLostSales

See Also:
Constant Field Values

COLUMNNAME_QtyOrdered

static final String COLUMNNAME_QtyOrdered
Column name QtyOrdered

See Also:
Constant Field Values

COLUMNNAME_QtyReserved

static final String COLUMNNAME_QtyReserved
Column name QtyReserved

See Also:
Constant Field Values

COLUMNNAME_Ref_OrderLine_ID

static final String COLUMNNAME_Ref_OrderLine_ID
Column name Ref_OrderLine_ID

See Also:
Constant Field Values

COLUMNNAME_RRAmt

static final String COLUMNNAME_RRAmt
Column name RRAmt

See Also:
Constant Field Values

COLUMNNAME_RRStartDate

static final String COLUMNNAME_RRStartDate
Column name RRStartDate

See Also:
Constant Field Values

COLUMNNAME_S_ResourceAssignment_ID

static final String COLUMNNAME_S_ResourceAssignment_ID
Column name S_ResourceAssignment_ID

See Also:
Constant Field Values

COLUMNNAME_User1_ID

static final String COLUMNNAME_User1_ID
Column name User1_ID

See Also:
Constant Field Values

COLUMNNAME_User2_ID

static final String COLUMNNAME_User2_ID
Column name User2_ID

See Also:
Constant Field Values
Method Detail

setAD_OrgTrx_ID

void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization. Performing or initiating organization


getAD_OrgTrx_ID

int getAD_OrgTrx_ID()
Get Trx Organization. Performing or initiating organization


setC_Activity_ID

void setC_Activity_ID(int C_Activity_ID)
Set Activity. Business Activity


getC_Activity_ID

int getC_Activity_ID()
Get Activity. Business Activity


getC_Activity

I_C_Activity getC_Activity()
                           throws Exception
Throws:
Exception

setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setC_BPartner_Location_ID

void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location_ID

int getC_BPartner_Location_ID()
Get Partner Location. Identifies the (ship to) address for this Business Partner


getC_BPartner_Location

I_C_BPartner_Location getC_BPartner_Location()
                                             throws Exception
Throws:
Exception

setC_Campaign_ID

void setC_Campaign_ID(int C_Campaign_ID)
Set Campaign. Marketing Campaign


getC_Campaign_ID

int getC_Campaign_ID()
Get Campaign. Marketing Campaign


getC_Campaign

I_C_Campaign getC_Campaign()
                           throws Exception
Throws:
Exception

setC_Charge_ID

void setC_Charge_ID(int C_Charge_ID)
Set Charge. Additional document charges


getC_Charge_ID

int getC_Charge_ID()
Get Charge. Additional document charges


getC_Charge

I_C_Charge getC_Charge()
                       throws Exception
Throws:
Exception

setC_Currency_ID

void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record


getC_Currency_ID

int getC_Currency_ID()
Get Currency. The Currency for this record


getC_Currency

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

setC_Order_ID

void setC_Order_ID(int C_Order_ID)
Set Order. Order


getC_Order_ID

int getC_Order_ID()
Get Order. Order


getC_Order

I_C_Order getC_Order()
                     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


setC_Project_ID

void setC_Project_ID(int C_Project_ID)
Set Project. Financial Project


getC_Project_ID

int getC_Project_ID()
Get Project. Financial Project


getC_Project

I_C_Project getC_Project()
                         throws Exception
Throws:
Exception

setC_ProjectPhase_ID

void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
Set Project Phase. Phase of a Project


getC_ProjectPhase_ID

int getC_ProjectPhase_ID()
Get Project Phase. Phase of a Project


getC_ProjectPhase

I_C_ProjectPhase getC_ProjectPhase()
                                   throws Exception
Throws:
Exception

setC_ProjectTask_ID

void setC_ProjectTask_ID(int C_ProjectTask_ID)
Set Project Task. Actual Project Task in a Phase


getC_ProjectTask_ID

int getC_ProjectTask_ID()
Get Project Task. Actual Project Task in a Phase


getC_ProjectTask

I_C_ProjectTask getC_ProjectTask()
                                 throws Exception
Throws:
Exception

setC_Tax_ID

void setC_Tax_ID(int C_Tax_ID)
Set Tax. Tax identifier


getC_Tax_ID

int getC_Tax_ID()
Get Tax. Tax identifier


getC_Tax

I_C_Tax getC_Tax()
                 throws Exception
Throws:
Exception

setC_UOM_ID

void setC_UOM_ID(int C_UOM_ID)
Set UOM. Unit of Measure


getC_UOM_ID

int getC_UOM_ID()
Get UOM. Unit of Measure


getC_UOM

I_C_UOM getC_UOM()
                 throws Exception
Throws:
Exception

setDateDelivered

void setDateDelivered(Timestamp DateDelivered)
Set Date Delivered. Date when the product was delivered


getDateDelivered

Timestamp getDateDelivered()
Get Date Delivered. Date when the product was delivered


setDateInvoiced

void setDateInvoiced(Timestamp DateInvoiced)
Set Date Invoiced. Date printed on Invoice


getDateInvoiced

Timestamp getDateInvoiced()
Get Date Invoiced. Date printed on Invoice


setDateOrdered

void setDateOrdered(Timestamp DateOrdered)
Set Date Ordered. Date of Order


getDateOrdered

Timestamp getDateOrdered()
Get Date Ordered. Date of Order


setDatePromised

void setDatePromised(Timestamp DatePromised)
Set Date Promised. Date Order was promised


getDatePromised

Timestamp getDatePromised()
Get Date Promised. Date Order was promised


setDescription

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


getDescription

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


setDiscount

void setDiscount(BigDecimal Discount)
Set Discount %. Discount in percent


getDiscount

BigDecimal getDiscount()
Get Discount %. Discount in percent


setFreightAmt

void setFreightAmt(BigDecimal FreightAmt)
Set Freight Amount. Freight Amount


getFreightAmt

BigDecimal getFreightAmt()
Get Freight Amount. Freight Amount


setIsDescription

void setIsDescription(boolean IsDescription)
Set Description Only. if true, the line is just description and no transaction


isDescription

boolean isDescription()
Get Description Only. if true, the line is just description and no transaction


setLine

void setLine(int Line)
Set Line No. Unique line for this document


getLine

int getLine()
Get Line No. Unique line for this document


setLineNetAmt

void setLineNetAmt(BigDecimal LineNetAmt)
Set Line Amount. Line Extended Amount (Quantity * Actual Price) without Freight and Charges


getLineNetAmt

BigDecimal getLineNetAmt()
Get Line Amount. Line Extended Amount (Quantity * Actual Price) without Freight and Charges


setLink_OrderLine_ID

void setLink_OrderLine_ID(int Link_OrderLine_ID)
Set Linked Order Line. This field links a sales order line to the purchase order line that is generated from it.


getLink_OrderLine_ID

int getLink_OrderLine_ID()
Get Linked Order Line. This field links a sales order line to the purchase order line that is generated from it.


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_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

setM_Shipper_ID

void setM_Shipper_ID(int M_Shipper_ID)
Set Shipper. Method or manner of product delivery


getM_Shipper_ID

int getM_Shipper_ID()
Get Shipper. Method or manner of product delivery


getM_Shipper

I_M_Shipper getM_Shipper()
                         throws Exception
Throws:
Exception

setM_Warehouse_ID

void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. Storage Warehouse and Service Point


getM_Warehouse_ID

int getM_Warehouse_ID()
Get Warehouse. Storage Warehouse and Service Point


setPriceActual

void setPriceActual(BigDecimal PriceActual)
Set Unit Price. Actual Price


getPriceActual

BigDecimal getPriceActual()
Get Unit Price. Actual Price


setPriceCost

void setPriceCost(BigDecimal PriceCost)
Set Cost Price. Price per Unit of Measure including all indirect costs (Freight, etc.)


getPriceCost

BigDecimal getPriceCost()
Get Cost Price. Price per Unit of Measure including all indirect costs (Freight, etc.)


setPriceEntered

void setPriceEntered(BigDecimal PriceEntered)
Set Price. Price Entered - the price based on the selected/base UoM


getPriceEntered

BigDecimal getPriceEntered()
Get Price. Price Entered - the price based on the selected/base UoM


setPriceLimit

void setPriceLimit(BigDecimal PriceLimit)
Set Limit Price. Lowest price for a product


getPriceLimit

BigDecimal getPriceLimit()
Get Limit Price. Lowest price for a product


setPriceList

void setPriceList(BigDecimal PriceList)
Set List Price. List Price


getPriceList

BigDecimal getPriceList()
Get List Price. List Price


setProcessed

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


isProcessed

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


setQtyDelivered

void setQtyDelivered(BigDecimal QtyDelivered)
Set Delivered Quantity. Delivered Quantity


getQtyDelivered

BigDecimal getQtyDelivered()
Get Delivered Quantity. Delivered Quantity


setQtyEntered

void setQtyEntered(BigDecimal QtyEntered)
Set Quantity. The Quantity Entered is based on the selected UoM


getQtyEntered

BigDecimal getQtyEntered()
Get Quantity. The Quantity Entered is based on the selected UoM


setQtyInvoiced

void setQtyInvoiced(BigDecimal QtyInvoiced)
Set Quantity Invoiced. Invoiced Quantity


getQtyInvoiced

BigDecimal getQtyInvoiced()
Get Quantity Invoiced. Invoiced Quantity


setQtyLostSales

void setQtyLostSales(BigDecimal QtyLostSales)
Set Lost Sales Qty. Quantity of potential sales


getQtyLostSales

BigDecimal getQtyLostSales()
Get Lost Sales Qty. Quantity of potential sales


setQtyOrdered

void setQtyOrdered(BigDecimal QtyOrdered)
Set Ordered Quantity. Ordered Quantity


getQtyOrdered

BigDecimal getQtyOrdered()
Get Ordered Quantity. Ordered Quantity


setQtyReserved

void setQtyReserved(BigDecimal QtyReserved)
Set Reserved Quantity. Reserved Quantity


getQtyReserved

BigDecimal getQtyReserved()
Get Reserved Quantity. Reserved Quantity


setRef_OrderLine_ID

void setRef_OrderLine_ID(int Ref_OrderLine_ID)
Set Referenced Order Line. Reference to corresponding Sales/Purchase Order


getRef_OrderLine_ID

int getRef_OrderLine_ID()
Get Referenced Order Line. Reference to corresponding Sales/Purchase Order


setRRAmt

void setRRAmt(BigDecimal RRAmt)
Set Revenue Recognition Amt. Revenue Recognition Amount


getRRAmt

BigDecimal getRRAmt()
Get Revenue Recognition Amt. Revenue Recognition Amount


setRRStartDate

void setRRStartDate(Timestamp RRStartDate)
Set Revenue Recognition Start. Revenue Recognition Start Date


getRRStartDate

Timestamp getRRStartDate()
Get Revenue Recognition Start. Revenue Recognition Start Date


setS_ResourceAssignment_ID

void setS_ResourceAssignment_ID(int S_ResourceAssignment_ID)
Set Resource Assignment. Resource Assignment


getS_ResourceAssignment_ID

int getS_ResourceAssignment_ID()
Get Resource Assignment. Resource Assignment


setUser1_ID

void setUser1_ID(int User1_ID)
Set User List 1. User defined list element #1


getUser1_ID

int getUser1_ID()
Get User List 1. User defined list element #1


setUser2_ID

void setUser2_ID(int User2_ID)
Set User List 2. User defined list element #2


getUser2_ID

int getUser2_ID()
Get User List 2. User defined list element #2


Adempiere 3.5.2a

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