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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_Order_IDstatic final StringColumn name C_OrderPO_IDstatic final StringColumn name C_Project_IDstatic final StringColumn name C_ProjectIssue_IDstatic final StringColumn name C_ProjectLine_IDstatic final StringColumn name C_ProjectLine_UUstatic final StringColumn name C_ProjectPhase_IDstatic final StringColumn name C_ProjectTask_IDstatic final StringColumn name CommittedAmtstatic final StringColumn name CommittedQtystatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name DoPricingstatic final StringColumn name InvoicedAmtstatic final StringColumn name InvoicedQtystatic final StringColumn name IsActivestatic final StringColumn name IsPrintedstatic final StringColumn name Linestatic final StringColumn name M_Product_Category_IDstatic final StringColumn name M_Product_IDstatic final StringColumn name M_Production_IDstatic final StringColumn name PlannedAmtstatic final StringColumn name PlannedMarginAmtstatic final StringColumn name PlannedPricestatic final StringColumn name PlannedQtystatic final StringColumn name Processedstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=434static final StringTableName=C_ProjectLine -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Order.Deprecated.intGet Purchase Order.Deprecated.intGet Project.Deprecated.intGet Project Issue.intGet Project Line.Get C_ProjectLine_UUDeprecated.intGet Project Phase.Deprecated.intGet Project Task.Get Committed Amount.Get Committed Quantity.Get Created.intGet Created By.Get Description.Get PricingGet Invoiced Amount.Get Quantity Invoiced.intgetLine()Get Line No.Deprecated.Deprecated.intGet Product Category.intGet Product.Deprecated.intGet Production.Get Planned Amount.Get Planned Margin.Get Planned Price.Get Planned Quantity.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Printed.booleanGet Processed.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_Order_ID(int C_Order_ID) Set Order.voidsetC_OrderPO_ID(int C_OrderPO_ID) Set Purchase Order.voidsetC_Project_ID(int C_Project_ID) Set Project.voidsetC_ProjectIssue_ID(int C_ProjectIssue_ID) Set Project Issue.voidsetC_ProjectLine_ID(int C_ProjectLine_ID) Set Project Line.voidsetC_ProjectLine_UU(String C_ProjectLine_UU) Set C_ProjectLine_UUvoidsetC_ProjectPhase_ID(int C_ProjectPhase_ID) Set Project Phase.voidsetC_ProjectTask_ID(int C_ProjectTask_ID) Set Project Task.voidsetCommittedAmt(BigDecimal CommittedAmt) Set Committed Amount.voidsetCommittedQty(BigDecimal CommittedQty) Set Committed Quantity.voidsetDescription(String Description) Set Description.voidsetDoPricing(String DoPricing) Set PricingvoidsetInvoicedAmt(BigDecimal InvoicedAmt) Set Invoiced Amount.voidsetInvoicedQty(BigDecimal InvoicedQty) Set Quantity Invoiced.voidsetIsActive(boolean IsActive) Set Active.voidsetIsPrinted(boolean IsPrinted) Set Printed.voidsetLine(int Line) Set Line No.voidsetM_Product_Category_ID(int M_Product_Category_ID) Set Product Category.voidsetM_Product_ID(int M_Product_ID) Set Product.voidsetM_Production_ID(int M_Production_ID) Set Production.voidsetPlannedAmt(BigDecimal PlannedAmt) Set Planned Amount.voidsetPlannedMarginAmt(BigDecimal PlannedMarginAmt) Set Planned Margin.voidsetPlannedPrice(BigDecimal PlannedPrice) Set Planned Price.voidsetPlannedQty(BigDecimal PlannedQty) Set Planned Quantity.voidsetProcessed(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_C_OrderPO_ID
Column name C_OrderPO_ID- See Also:
-
COLUMNNAME_C_Order_ID
Column name C_Order_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_C_Project_ID
Column name C_Project_ID- See Also:
-
COLUMNNAME_CommittedAmt
Column name CommittedAmt- See Also:
-
COLUMNNAME_CommittedQty
Column name CommittedQty- 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 -
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
Deprecated.- Throws:
RuntimeException
-
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
Deprecated.- 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
Deprecated.- 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
Deprecated.- 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
Deprecated.- 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
Deprecated.- Throws:
RuntimeException
-
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 -
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
Deprecated.- 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
Deprecated.- 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
Deprecated.- 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
-