Adempiere 3.5.2a

org.compiere.model
Interface I_C_ProjectLine

All Known Implementing Classes:
MProjectLine, X_C_ProjectLine

public interface I_C_ProjectLine

Generated Interface for C_ProjectLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Order_ID
          Column name C_Order_ID
static String COLUMNNAME_C_OrderPO_ID
          Column name C_OrderPO_ID
static String COLUMNNAME_C_Project_ID
          Column name C_Project_ID
static String COLUMNNAME_C_ProjectIssue_ID
          Column name C_ProjectIssue_ID
static String COLUMNNAME_C_ProjectLine_ID
          Column name C_ProjectLine_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_CommittedAmt
          Column name CommittedAmt
static String COLUMNNAME_CommittedQty
          Column name CommittedQty
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DoPricing
          Column name DoPricing
static String COLUMNNAME_InvoicedAmt
          Column name InvoicedAmt
static String COLUMNNAME_InvoicedQty
          Column name InvoicedQty
static String COLUMNNAME_IsPrinted
          Column name IsPrinted
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_M_Product_Category_ID
          Column name M_Product_Category_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_PlannedAmt
          Column name PlannedAmt
static String COLUMNNAME_PlannedMarginAmt
          Column name PlannedMarginAmt
static String COLUMNNAME_PlannedPrice
          Column name PlannedPrice
static String COLUMNNAME_PlannedQty
          Column name PlannedQty
static String COLUMNNAME_Processed
          Column name Processed
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=434
static String Table_Name
          TableName=C_ProjectLine
 
Method Summary
 int getC_Order_ID()
          Get Order.
 I_C_Order getC_Order()
           
 int getC_OrderPO_ID()
          Get Purchase Order.
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 int getC_ProjectIssue_ID()
          Get Project Issue.
 I_C_ProjectIssue getC_ProjectIssue()
           
 int getC_ProjectLine_ID()
          Get Project Line.
 int getC_ProjectPhase_ID()
          Get Project Phase.
 I_C_ProjectPhase getC_ProjectPhase()
           
 int getC_ProjectTask_ID()
          Get Project Task.
 I_C_ProjectTask getC_ProjectTask()
           
 BigDecimal getCommittedAmt()
          Get Committed Amount.
 BigDecimal getCommittedQty()
          Get Committed Quantity.
 String getDescription()
          Get Description.
 String getDoPricing()
          Get Pricing
 BigDecimal getInvoicedAmt()
          Get Invoiced Amount.
 BigDecimal getInvoicedQty()
          Get Quantity Invoiced .
 int getLine()
          Get Line No.
 int getM_Product_Category_ID()
          Get Product Category.
 I_M_Product_Category getM_Product_Category()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 BigDecimal getPlannedAmt()
          Get Planned Amount.
 BigDecimal getPlannedMarginAmt()
          Get Planned Margin.
 BigDecimal getPlannedPrice()
          Get Planned Price.
 BigDecimal getPlannedQty()
          Get Planned Quantity.
 boolean isPrinted()
          Get Printed.
 boolean isProcessed()
          Get Processed.
 void setC_Order_ID(int C_Order_ID)
          Set Order.
 void setC_OrderPO_ID(int C_OrderPO_ID)
          Set Purchase Order.
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setC_ProjectIssue_ID(int C_ProjectIssue_ID)
          Set Project Issue.
 void setC_ProjectLine_ID(int C_ProjectLine_ID)
          Set Project Line.
 void setC_ProjectPhase_ID(int C_ProjectPhase_ID)
          Set Project Phase.
 void setC_ProjectTask_ID(int C_ProjectTask_ID)
          Set Project Task.
 void setCommittedAmt(BigDecimal CommittedAmt)
          Set Committed Amount.
 void setCommittedQty(BigDecimal CommittedQty)
          Set Committed Quantity.
 void setDescription(String Description)
          Set Description.
 void setDoPricing(String DoPricing)
          Set Pricing
 void setInvoicedAmt(BigDecimal InvoicedAmt)
          Set Invoiced Amount.
 void setInvoicedQty(BigDecimal InvoicedQty)
          Set Quantity Invoiced .
 void setIsPrinted(boolean IsPrinted)
          Set Printed.
 void setLine(int Line)
          Set Line No.
 void setM_Product_Category_ID(int M_Product_Category_ID)
          Set Product Category.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setPlannedAmt(BigDecimal PlannedAmt)
          Set Planned Amount.
 void setPlannedMarginAmt(BigDecimal PlannedMarginAmt)
          Set Planned Margin.
 void setPlannedPrice(BigDecimal PlannedPrice)
          Set Planned Price.
 void setPlannedQty(BigDecimal PlannedQty)
          Set Planned Quantity.
 void setProcessed(boolean Processed)
          Set Processed.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_ProjectLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=434


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_CommittedAmt

static final String COLUMNNAME_CommittedAmt
Column name CommittedAmt

See Also:
Constant Field Values

COLUMNNAME_CommittedQty

static final String COLUMNNAME_CommittedQty
Column name CommittedQty

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_OrderPO_ID

static final String COLUMNNAME_C_OrderPO_ID
Column name C_OrderPO_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_ProjectIssue_ID

static final String COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_ID

See Also:
Constant Field Values

COLUMNNAME_C_ProjectLine_ID

static final String COLUMNNAME_C_ProjectLine_ID
Column name C_ProjectLine_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_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DoPricing

static final String COLUMNNAME_DoPricing
Column name DoPricing

See Also:
Constant Field Values

COLUMNNAME_InvoicedAmt

static final String COLUMNNAME_InvoicedAmt
Column name InvoicedAmt

See Also:
Constant Field Values

COLUMNNAME_InvoicedQty

static final String COLUMNNAME_InvoicedQty
Column name InvoicedQty

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_M_Product_Category_ID

static final String COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_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_PlannedAmt

static final String COLUMNNAME_PlannedAmt
Column name PlannedAmt

See Also:
Constant Field Values

COLUMNNAME_PlannedMarginAmt

static final String COLUMNNAME_PlannedMarginAmt
Column name PlannedMarginAmt

See Also:
Constant Field Values

COLUMNNAME_PlannedPrice

static final String COLUMNNAME_PlannedPrice
Column name PlannedPrice

See Also:
Constant Field Values

COLUMNNAME_PlannedQty

static final String COLUMNNAME_PlannedQty
Column name PlannedQty

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values
Method Detail

setCommittedAmt

void setCommittedAmt(BigDecimal CommittedAmt)
Set Committed Amount. The (legal) commitment amount


getCommittedAmt

BigDecimal getCommittedAmt()
Get Committed Amount. The (legal) commitment amount


setCommittedQty

void setCommittedQty(BigDecimal CommittedQty)
Set Committed Quantity. The (legal) commitment Quantity


getCommittedQty

BigDecimal getCommittedQty()
Get Committed Quantity. The (legal) commitment Quantity


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_OrderPO_ID

void setC_OrderPO_ID(int C_OrderPO_ID)
Set Purchase Order. Purchase Order


getC_OrderPO_ID

int getC_OrderPO_ID()
Get Purchase Order. Purchase Order


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_ProjectIssue_ID

void setC_ProjectIssue_ID(int C_ProjectIssue_ID)
Set Project Issue. Project Issues (Material, Labor)


getC_ProjectIssue_ID

int getC_ProjectIssue_ID()
Get Project Issue. Project Issues (Material, Labor)


getC_ProjectIssue

I_C_ProjectIssue getC_ProjectIssue()
                                   throws Exception
Throws:
Exception

setC_ProjectLine_ID

void setC_ProjectLine_ID(int C_ProjectLine_ID)
Set Project Line. Task or step in a project


getC_ProjectLine_ID

int getC_ProjectLine_ID()
Get Project Line. Task or step in a project


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

setDescription

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


getDescription

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


setDoPricing

void setDoPricing(String DoPricing)
Set Pricing


getDoPricing

String getDoPricing()
Get Pricing


setInvoicedAmt

void setInvoicedAmt(BigDecimal InvoicedAmt)
Set Invoiced Amount. The amount invoiced


getInvoicedAmt

BigDecimal getInvoicedAmt()
Get Invoiced Amount. The amount invoiced


setInvoicedQty

void setInvoicedQty(BigDecimal InvoicedQty)
Set Quantity Invoiced . The quantity invoiced


getInvoicedQty

BigDecimal getInvoicedQty()
Get Quantity Invoiced . The quantity invoiced


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


setM_Product_Category_ID

void setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. Category of a Product


getM_Product_Category_ID

int getM_Product_Category_ID()
Get Product Category. Category of a Product


getM_Product_Category

I_M_Product_Category getM_Product_Category()
                                           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

setPlannedAmt

void setPlannedAmt(BigDecimal PlannedAmt)
Set Planned Amount. Planned amount for this project


getPlannedAmt

BigDecimal getPlannedAmt()
Get Planned Amount. Planned amount for this project


setPlannedMarginAmt

void setPlannedMarginAmt(BigDecimal PlannedMarginAmt)
Set Planned Margin. Project's planned margin amount


getPlannedMarginAmt

BigDecimal getPlannedMarginAmt()
Get Planned Margin. Project's planned margin amount


setPlannedPrice

void setPlannedPrice(BigDecimal PlannedPrice)
Set Planned Price. Planned price for this project line


getPlannedPrice

BigDecimal getPlannedPrice()
Get Planned Price. Planned price for this project line


setPlannedQty

void setPlannedQty(BigDecimal PlannedQty)
Set Planned Quantity. Planned quantity for this project


getPlannedQty

BigDecimal getPlannedQty()
Get Planned Quantity. Planned quantity for this project


setProcessed

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


isProcessed

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


Adempiere 3.5.2a

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