Package org.compiere.model
Interface I_C_ProjectLine
-
- All Known Implementing Classes:
MProjectLine,X_C_ProjectLine
public interface I_C_ProjectLineGenerated Interface for C_ProjectLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_Order_IDColumn name C_Order_IDstatic StringCOLUMNNAME_C_OrderPO_IDColumn name C_OrderPO_IDstatic StringCOLUMNNAME_C_Project_IDColumn name C_Project_IDstatic StringCOLUMNNAME_C_ProjectIssue_IDColumn name C_ProjectIssue_IDstatic StringCOLUMNNAME_C_ProjectLine_IDColumn name C_ProjectLine_IDstatic StringCOLUMNNAME_C_ProjectLine_UUColumn name C_ProjectLine_UUstatic StringCOLUMNNAME_C_ProjectPhase_IDColumn name C_ProjectPhase_IDstatic StringCOLUMNNAME_C_ProjectTask_IDColumn name C_ProjectTask_IDstatic StringCOLUMNNAME_CommittedAmtColumn name CommittedAmtstatic StringCOLUMNNAME_CommittedQtyColumn name CommittedQtystatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DoPricingColumn name DoPricingstatic StringCOLUMNNAME_InvoicedAmtColumn name InvoicedAmtstatic StringCOLUMNNAME_InvoicedQtyColumn name InvoicedQtystatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsPrintedColumn name IsPrintedstatic StringCOLUMNNAME_LineColumn name Linestatic StringCOLUMNNAME_M_Product_Category_IDColumn name M_Product_Category_IDstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_M_Production_IDColumn name M_Production_IDstatic StringCOLUMNNAME_PlannedAmtColumn name PlannedAmtstatic StringCOLUMNNAME_PlannedMarginAmtColumn name PlannedMarginAmtstatic StringCOLUMNNAME_PlannedPriceColumn name PlannedPricestatic StringCOLUMNNAME_PlannedQtyColumn name PlannedQtystatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=434static StringTable_NameTableName=C_ProjectLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_OrdergetC_Order()intgetC_Order_ID()Get Order.I_C_OrdergetC_OrderPO()intgetC_OrderPO_ID()Get Purchase Order.I_C_ProjectgetC_Project()intgetC_Project_ID()Get Project.I_C_ProjectIssuegetC_ProjectIssue()intgetC_ProjectIssue_ID()Get Project Issue.intgetC_ProjectLine_ID()Get Project Line.StringgetC_ProjectLine_UU()Get C_ProjectLine_UUI_C_ProjectPhasegetC_ProjectPhase()intgetC_ProjectPhase_ID()Get Project Phase.I_C_ProjectTaskgetC_ProjectTask()intgetC_ProjectTask_ID()Get Project Task.BigDecimalgetCommittedAmt()Get Committed Amount.BigDecimalgetCommittedQty()Get Committed Quantity.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetDoPricing()Get PricingBigDecimalgetInvoicedAmt()Get Invoiced Amount.BigDecimalgetInvoicedQty()Get Quantity Invoiced.intgetLine()Get Line No.I_M_ProductgetM_Product()I_M_Product_CategorygetM_Product_Category()intgetM_Product_Category_ID()Get Product Category.intgetM_Product_ID()Get Product.I_M_ProductiongetM_Production()intgetM_Production_ID()Get Production.BigDecimalgetPlannedAmt()Get Planned Amount.BigDecimalgetPlannedMarginAmt()Get Planned Margin.BigDecimalgetPlannedPrice()Get Planned Price.BigDecimalgetPlannedQty()Get Planned Quantity.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisPrinted()Get Printed.booleanisProcessed()Get 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 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
-
-