Adempiere 3.5.2a

org.compiere.model
Interface I_C_InvoiceLine

All Known Implementing Classes:
MInvoiceLine, X_C_InvoiceLine

public interface I_C_InvoiceLine

Generated Interface for C_InvoiceLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_A_Asset_Group_ID
          Column name A_Asset_Group_ID
static String COLUMNNAME_A_Asset_ID
          Column name A_Asset_ID
static String COLUMNNAME_A_CapvsExp
          Column name A_CapvsExp
static String COLUMNNAME_A_CreateAsset
          Column name A_CreateAsset
static String COLUMNNAME_A_Processed
          Column name A_Processed
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_Campaign_ID
          Column name C_Campaign_ID
static String COLUMNNAME_C_Charge_ID
          Column name C_Charge_ID
static String COLUMNNAME_C_Invoice_ID
          Column name C_Invoice_ID
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_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_Description
          Column name Description
static String COLUMNNAME_IsDescription
          Column name IsDescription
static String COLUMNNAME_IsPrinted
          Column name IsPrinted
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_LineNetAmt
          Column name LineNetAmt
static String COLUMNNAME_LineTotalAmt
          Column name LineTotalAmt
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_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_RMALine_ID
          Column name M_RMALine_ID
static String COLUMNNAME_PriceActual
          Column name PriceActual
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_QtyEntered
          Column name QtyEntered
static String COLUMNNAME_QtyInvoiced
          Column name QtyInvoiced
static String COLUMNNAME_Ref_InvoiceLine_ID
          Column name Ref_InvoiceLine_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_TaxAmt
          Column name TaxAmt
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=333
static String Table_Name
          TableName=C_InvoiceLine
 
Method Summary
 int getA_Asset_Group_ID()
          Get Asset Group.
 I_A_Asset_Group getA_Asset_Group()
           
 int getA_Asset_ID()
          Get Asset.
 I_A_Asset getA_Asset()
           
 String getA_CapvsExp()
          Get A_CapvsExp
 int getAD_OrgTrx_ID()
          Get Trx Organization.
 int getC_Activity_ID()
          Get Activity.
 I_C_Activity getC_Activity()
           
 int getC_Campaign_ID()
          Get Campaign.
 I_C_Campaign getC_Campaign()
           
 int getC_Charge_ID()
          Get Charge.
 I_C_Charge getC_Charge()
           
 int getC_Invoice_ID()
          Get Invoice.
 I_C_Invoice getC_Invoice()
           
 int getC_InvoiceLine_ID()
          Get Invoice Line.
 int getC_OrderLine_ID()
          Get Sales Order Line.
 I_C_OrderLine getC_OrderLine()
           
 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()
           
 String getDescription()
          Get Description.
 int getLine()
          Get Line No.
 BigDecimal getLineNetAmt()
          Get Line Amount.
 BigDecimal getLineTotalAmt()
          Get Line Total.
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_InOutLine_ID()
          Get Shipment/Receipt Line.
 I_M_InOutLine getM_InOutLine()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_RMALine_ID()
          Get RMA Line.
 I_M_RMALine getM_RMALine()
           
 BigDecimal getPriceActual()
          Get Unit Price.
 BigDecimal getPriceEntered()
          Get Price.
 BigDecimal getPriceLimit()
          Get Limit Price.
 BigDecimal getPriceList()
          Get List Price.
 BigDecimal getQtyEntered()
          Get Quantity.
 BigDecimal getQtyInvoiced()
          Get Quantity Invoiced.
 int getRef_InvoiceLine_ID()
          Get Referenced Invoice Line
 BigDecimal getRRAmt()
          Get Revenue Recognition Amt.
 Timestamp getRRStartDate()
          Get Revenue Recognition Start.
 int getS_ResourceAssignment_ID()
          Get Resource Assignment.
 BigDecimal getTaxAmt()
          Get Tax Amount.
 int getUser1_ID()
          Get User List 1.
 int getUser2_ID()
          Get User List 2.
 boolean isA_CreateAsset()
          Get A_CreateAsset
 boolean isA_Processed()
          Get A_Processed
 boolean isDescription()
          Get Description Only.
 boolean isPrinted()
          Get Printed.
 boolean isProcessed()
          Get Processed.
 void setA_Asset_Group_ID(int A_Asset_Group_ID)
          Set Asset Group.
 void setA_Asset_ID(int A_Asset_ID)
          Set Asset.
 void setA_CapvsExp(String A_CapvsExp)
          Set A_CapvsExp
 void setA_CreateAsset(boolean A_CreateAsset)
          Set A_CreateAsset
 void setA_Processed(boolean A_Processed)
          Set A_Processed
 void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
          Set Trx Organization.
 void setC_Activity_ID(int C_Activity_ID)
          Set Activity.
 void setC_Campaign_ID(int C_Campaign_ID)
          Set Campaign.
 void setC_Charge_ID(int C_Charge_ID)
          Set Charge.
 void setC_Invoice_ID(int C_Invoice_ID)
          Set Invoice.
 void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
          Set Invoice Line.
 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 setDescription(String Description)
          Set Description.
 void setIsDescription(boolean IsDescription)
          Set Description Only.
 void setIsPrinted(boolean IsPrinted)
          Set Printed.
 void setLine(int Line)
          Set Line No.
 void setLineNetAmt(BigDecimal LineNetAmt)
          Set Line Amount.
 void setLineTotalAmt(BigDecimal LineTotalAmt)
          Set Line Total.
 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_Product_ID(int M_Product_ID)
          Set Product.
 void setM_RMALine_ID(int M_RMALine_ID)
          Set RMA Line.
 void setPriceActual(BigDecimal PriceActual)
          Set Unit 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 setQtyEntered(BigDecimal QtyEntered)
          Set Quantity.
 void setQtyInvoiced(BigDecimal QtyInvoiced)
          Set Quantity Invoiced.
 void setRef_InvoiceLine_ID(int Ref_InvoiceLine_ID)
          Set Referenced Invoice 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 setTaxAmt(BigDecimal TaxAmt)
          Set Tax Amount.
 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_InvoiceLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=333


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_A_Asset_Group_ID

static final String COLUMNNAME_A_Asset_Group_ID
Column name A_Asset_Group_ID

See Also:
Constant Field Values

COLUMNNAME_A_Asset_ID

static final String COLUMNNAME_A_Asset_ID
Column name A_Asset_ID

See Also:
Constant Field Values

COLUMNNAME_A_CapvsExp

static final String COLUMNNAME_A_CapvsExp
Column name A_CapvsExp

See Also:
Constant Field Values

COLUMNNAME_A_CreateAsset

static final String COLUMNNAME_A_CreateAsset
Column name A_CreateAsset

See Also:
Constant Field Values

COLUMNNAME_AD_OrgTrx_ID

static final String COLUMNNAME_AD_OrgTrx_ID
Column name AD_OrgTrx_ID

See Also:
Constant Field Values

COLUMNNAME_A_Processed

static final String COLUMNNAME_A_Processed
Column name A_Processed

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

static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID

See Also:
Constant Field Values

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

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsDescription

static final String COLUMNNAME_IsDescription
Column name IsDescription

See Also:
Constant Field Values

COLUMNNAME_IsPrinted

static final String COLUMNNAME_IsPrinted
Column name IsPrinted

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_LineTotalAmt

static final String COLUMNNAME_LineTotalAmt
Column name LineTotalAmt

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_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_M_RMALine_ID

static final String COLUMNNAME_M_RMALine_ID
Column name M_RMALine_ID

See Also:
Constant Field Values

COLUMNNAME_PriceActual

static final String COLUMNNAME_PriceActual
Column name PriceActual

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

static final String COLUMNNAME_Ref_InvoiceLine_ID
Column name Ref_InvoiceLine_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_TaxAmt

static final String COLUMNNAME_TaxAmt
Column name TaxAmt

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

setA_Asset_Group_ID

void setA_Asset_Group_ID(int A_Asset_Group_ID)
Set Asset Group. Group of Assets


getA_Asset_Group_ID

int getA_Asset_Group_ID()
Get Asset Group. Group of Assets


getA_Asset_Group

I_A_Asset_Group getA_Asset_Group()
                                 throws Exception
Throws:
Exception

setA_Asset_ID

void setA_Asset_ID(int A_Asset_ID)
Set Asset. Asset used internally or by customers


getA_Asset_ID

int getA_Asset_ID()
Get Asset. Asset used internally or by customers


getA_Asset

I_A_Asset getA_Asset()
                     throws Exception
Throws:
Exception

setA_CapvsExp

void setA_CapvsExp(String A_CapvsExp)
Set A_CapvsExp


getA_CapvsExp

String getA_CapvsExp()
Get A_CapvsExp


setA_CreateAsset

void setA_CreateAsset(boolean A_CreateAsset)
Set A_CreateAsset


isA_CreateAsset

boolean isA_CreateAsset()
Get A_CreateAsset


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


setA_Processed

void setA_Processed(boolean A_Processed)
Set A_Processed


isA_Processed

boolean isA_Processed()
Get A_Processed


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

void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. Invoice Identifier


getC_Invoice_ID

int getC_Invoice_ID()
Get Invoice. Invoice Identifier


getC_Invoice

I_C_Invoice getC_Invoice()
                         throws Exception
Throws:
Exception

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


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

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

setDescription

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


getDescription

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


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


setIsPrinted

void setIsPrinted(boolean IsPrinted)
Set Printed. Indicates if this document / line is printed


isPrinted

boolean isPrinted()
Get Printed. Indicates if this document / line is printed


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


setLineTotalAmt

void setLineTotalAmt(BigDecimal LineTotalAmt)
Set Line Total. Total line amount incl. Tax


getLineTotalAmt

BigDecimal getLineTotalAmt()
Get Line Total. Total line amount incl. Tax


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

void setM_RMALine_ID(int M_RMALine_ID)
Set RMA Line. Return Material Authorization Line


getM_RMALine_ID

int getM_RMALine_ID()
Get RMA Line. Return Material Authorization Line


getM_RMALine

I_M_RMALine getM_RMALine()
                         throws Exception
Throws:
Exception

setPriceActual

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


getPriceActual

BigDecimal getPriceActual()
Get Unit Price. Actual Price


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


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


setRef_InvoiceLine_ID

void setRef_InvoiceLine_ID(int Ref_InvoiceLine_ID)
Set Referenced Invoice Line


getRef_InvoiceLine_ID

int getRef_InvoiceLine_ID()
Get Referenced Invoice Line


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


setTaxAmt

void setTaxAmt(BigDecimal TaxAmt)
Set Tax Amount. Tax Amount for a document


getTaxAmt

BigDecimal getTaxAmt()
Get Tax Amount. Tax Amount for a document


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.