Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_Order_ID
Column name C_Order_IDstatic String
COLUMNNAME_C_OrderPO_ID
Column name C_OrderPO_IDstatic String
COLUMNNAME_C_Project_ID
Column name C_Project_IDstatic String
COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_IDstatic String
COLUMNNAME_C_ProjectLine_ID
Column name C_ProjectLine_IDstatic String
COLUMNNAME_C_ProjectLine_UU
Column name C_ProjectLine_UUstatic String
COLUMNNAME_C_ProjectPhase_ID
Column name C_ProjectPhase_IDstatic String
COLUMNNAME_C_ProjectTask_ID
Column name C_ProjectTask_IDstatic String
COLUMNNAME_CommittedAmt
Column name CommittedAmtstatic String
COLUMNNAME_CommittedQty
Column name CommittedQtystatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DoPricing
Column name DoPricingstatic String
COLUMNNAME_InvoicedAmt
Column name InvoicedAmtstatic String
COLUMNNAME_InvoicedQty
Column name InvoicedQtystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsPrinted
Column name IsPrintedstatic String
COLUMNNAME_Line
Column name Linestatic String
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_IDstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_M_Production_ID
Column name M_Production_IDstatic String
COLUMNNAME_PlannedAmt
Column name PlannedAmtstatic String
COLUMNNAME_PlannedMarginAmt
Column name PlannedMarginAmtstatic String
COLUMNNAME_PlannedPrice
Column name PlannedPricestatic String
COLUMNNAME_PlannedQty
Column name PlannedQtystatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=434static String
Table_Name
TableName=C_ProjectLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_Order
getC_Order()
int
getC_Order_ID()
Get Order.I_C_Order
getC_OrderPO()
int
getC_OrderPO_ID()
Get Purchase Order.I_C_Project
getC_Project()
int
getC_Project_ID()
Get Project.I_C_ProjectIssue
getC_ProjectIssue()
int
getC_ProjectIssue_ID()
Get Project Issue.int
getC_ProjectLine_ID()
Get Project Line.String
getC_ProjectLine_UU()
Get C_ProjectLine_UUI_C_ProjectPhase
getC_ProjectPhase()
int
getC_ProjectPhase_ID()
Get Project Phase.I_C_ProjectTask
getC_ProjectTask()
int
getC_ProjectTask_ID()
Get Project Task.BigDecimal
getCommittedAmt()
Get Committed Amount.BigDecimal
getCommittedQty()
Get Committed Quantity.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getDoPricing()
Get PricingBigDecimal
getInvoicedAmt()
Get Invoiced Amount.BigDecimal
getInvoicedQty()
Get Quantity Invoiced.int
getLine()
Get Line No.I_M_Product
getM_Product()
I_M_Product_Category
getM_Product_Category()
int
getM_Product_Category_ID()
Get Product Category.int
getM_Product_ID()
Get Product.I_M_Production
getM_Production()
int
getM_Production_ID()
Get Production.BigDecimal
getPlannedAmt()
Get Planned Amount.BigDecimal
getPlannedMarginAmt()
Get Planned Margin.BigDecimal
getPlannedPrice()
Get Planned Price.BigDecimal
getPlannedQty()
Get Planned Quantity.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isPrinted()
Get Printed.boolean
isProcessed()
Get Processed.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.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_ProjectLine_UU(String C_ProjectLine_UU)
Set C_ProjectLine_UUvoid
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 Pricingvoid
setInvoicedAmt(BigDecimal InvoicedAmt)
Set Invoiced Amount.void
setInvoicedQty(BigDecimal InvoicedQty)
Set Quantity Invoiced.void
setIsActive(boolean IsActive)
Set Active.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
setM_Production_ID(int M_Production_ID)
Set Production.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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
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_ProjectLine_UU
static final String COLUMNNAME_C_ProjectLine_UU
Column name C_ProjectLine_UU- 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_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_M_Production_ID
static final String COLUMNNAME_M_Production_ID
Column name M_Production_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
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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 RuntimeException
- Throws:
RuntimeException
-
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
-
getC_OrderPO
I_C_Order getC_OrderPO() throws RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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_ProjectLine_UU
void setC_ProjectLine_UU(String C_ProjectLine_UU)
Set C_ProjectLine_UU
-
getC_ProjectLine_UU
String getC_ProjectLine_UU()
Get C_ProjectLine_UU
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
setM_Production_ID
void setM_Production_ID(int M_Production_ID)
Set Production. Plan for producing a product
-
getM_Production_ID
int getM_Production_ID()
Get Production. Plan for producing a product
-
getM_Production
I_M_Production getM_Production() throws RuntimeException
- Throws:
RuntimeException
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-