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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_Order_IDstatic final String
Column name C_OrderPO_IDstatic final String
Column name C_Project_IDstatic final String
Column name C_ProjectIssue_IDstatic final String
Column name C_ProjectLine_IDstatic final String
Column name C_ProjectLine_UUstatic final String
Column name C_ProjectPhase_IDstatic final String
Column name C_ProjectTask_IDstatic final String
Column name CommittedAmtstatic final String
Column name CommittedQtystatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name DoPricingstatic final String
Column name InvoicedAmtstatic final String
Column name InvoicedQtystatic final String
Column name IsActivestatic final String
Column name IsPrintedstatic final String
Column name Linestatic final String
Column name M_Product_Category_IDstatic final String
Column name M_Product_IDstatic final String
Column name M_Production_IDstatic final String
Column name PlannedAmtstatic final String
Column name PlannedMarginAmtstatic final String
Column name PlannedPricestatic final String
Column name PlannedQtystatic final String
Column name Processedstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=434static final String
TableName=C_ProjectLine -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Order.int
Get Purchase Order.int
Get Project.int
Get Project Issue.int
Get Project Line.Get C_ProjectLine_UUint
Get Project Phase.int
Get Project Task.Get Committed Amount.Get Committed Quantity.Get Created.int
Get Created By.Get Description.Get PricingGet Invoiced Amount.Get Quantity Invoiced.int
getLine()
Get Line No.int
Get Product Category.int
Get Product.int
Get Production.Get Planned Amount.Get Planned Margin.Get Planned Price.Get Planned Quantity.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Printed.boolean
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 Details
-
Table_Name
TableName=C_ProjectLine- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=434- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_CommittedAmt
Column name CommittedAmt- See Also:
-
COLUMNNAME_CommittedQty
Column name CommittedQty- See Also:
-
COLUMNNAME_C_Order_ID
Column name C_Order_ID- See Also:
-
COLUMNNAME_C_OrderPO_ID
Column name C_OrderPO_ID- See Also:
-
COLUMNNAME_C_Project_ID
Column name C_Project_ID- See Also:
-
COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_ID- See Also:
-
COLUMNNAME_C_ProjectLine_ID
Column name C_ProjectLine_ID- See Also:
-
COLUMNNAME_C_ProjectLine_UU
Column name C_ProjectLine_UU- See Also:
-
COLUMNNAME_C_ProjectPhase_ID
Column name C_ProjectPhase_ID- See Also:
-
COLUMNNAME_C_ProjectTask_ID
Column name C_ProjectTask_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DoPricing
Column name DoPricing- See Also:
-
COLUMNNAME_InvoicedAmt
Column name InvoicedAmt- See Also:
-
COLUMNNAME_InvoicedQty
Column name InvoicedQty- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsPrinted
Column name IsPrinted- See Also:
-
COLUMNNAME_Line
Column name Line- See Also:
-
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_M_Production_ID
Column name M_Production_ID- See Also:
-
COLUMNNAME_PlannedAmt
Column name PlannedAmt- See Also:
-
COLUMNNAME_PlannedMarginAmt
Column name PlannedMarginAmt- See Also:
-
COLUMNNAME_PlannedPrice
Column name PlannedPrice- See Also:
-
COLUMNNAME_PlannedQty
Column name PlannedQty- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setCommittedAmt
Set Committed Amount. The (legal) commitment amount -
getCommittedAmt
BigDecimal getCommittedAmt()Get Committed Amount. The (legal) commitment amount -
setCommittedQty
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
- 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
- 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
- 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
- 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
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
- 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
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDoPricing
Set Pricing -
getDoPricing
String getDoPricing()Get Pricing -
setInvoicedAmt
Set Invoiced Amount. The amount invoiced -
getInvoicedAmt
BigDecimal getInvoicedAmt()Get Invoiced Amount. The amount invoiced -
setInvoicedQty
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
- 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
- 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
- Throws:
RuntimeException
-
setPlannedAmt
Set Planned Amount. Planned amount for this project -
getPlannedAmt
BigDecimal getPlannedAmt()Get Planned Amount. Planned amount for this project -
setPlannedMarginAmt
Set Planned Margin. Project' s planned margin amount -
getPlannedMarginAmt
BigDecimal getPlannedMarginAmt()Get Planned Margin. Project' s planned margin amount -
setPlannedPrice
Set Planned Price. Planned price for this project line -
getPlannedPrice
BigDecimal getPlannedPrice()Get Planned Price. Planned price for this project line -
setPlannedQty
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
-