/****************************************************************************** * Product: iDempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * * with this program, if not, write to the Free Software Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * * For the text or an alternative of this public license, you may reach us * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * * or via info@compiere.org or http://www.compiere.org/license.html * *****************************************************************************/ package org.compiere.model; import java.math.BigDecimal; import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_ProjectLine * @author iDempiere (generated) * @version Release 11 */ public interface I_C_ProjectLine { /** TableName=C_ProjectLine */ public static final String Table_Name = "C_ProjectLine"; /** AD_Table_ID=434 */ public static final int Table_ID = 434; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); /** Load Meta Data */ /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; /** Get Tenant. * Tenant for this installation. */ public int getAD_Client_ID(); /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; /** Set Organization. * Organizational entity within tenant */ public void setAD_Org_ID (int AD_Org_ID); /** Get Organization. * Organizational entity within tenant */ public int getAD_Org_ID(); /** Column name CommittedAmt */ public static final String COLUMNNAME_CommittedAmt = "CommittedAmt"; /** Set Committed Amount. * The (legal) commitment amount */ public void setCommittedAmt (BigDecimal CommittedAmt); /** Get Committed Amount. * The (legal) commitment amount */ public BigDecimal getCommittedAmt(); /** Column name CommittedQty */ public static final String COLUMNNAME_CommittedQty = "CommittedQty"; /** Set Committed Quantity. * The (legal) commitment Quantity */ public void setCommittedQty (BigDecimal CommittedQty); /** Get Committed Quantity. * The (legal) commitment Quantity */ public BigDecimal getCommittedQty(); /** Column name C_Order_ID */ public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; /** Set Order. * Order */ public void setC_Order_ID (int C_Order_ID); /** Get Order. * Order */ public int getC_Order_ID(); public org.compiere.model.I_C_Order getC_Order() throws RuntimeException; /** Column name C_OrderPO_ID */ public static final String COLUMNNAME_C_OrderPO_ID = "C_OrderPO_ID"; /** Set Purchase Order. * Purchase Order */ public void setC_OrderPO_ID (int C_OrderPO_ID); /** Get Purchase Order. * Purchase Order */ public int getC_OrderPO_ID(); public org.compiere.model.I_C_Order getC_OrderPO() throws RuntimeException; /** Column name C_Project_ID */ public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; /** Set Project. * Financial Project */ public void setC_Project_ID (int C_Project_ID); /** Get Project. * Financial Project */ public int getC_Project_ID(); public org.compiere.model.I_C_Project getC_Project() throws RuntimeException; /** Column name C_ProjectIssue_ID */ public static final String COLUMNNAME_C_ProjectIssue_ID = "C_ProjectIssue_ID"; /** Set Project Issue. * Project Issues (Material, Labor) */ public void setC_ProjectIssue_ID (int C_ProjectIssue_ID); /** Get Project Issue. * Project Issues (Material, Labor) */ public int getC_ProjectIssue_ID(); public org.compiere.model.I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException; /** Column name C_ProjectLine_ID */ public static final String COLUMNNAME_C_ProjectLine_ID = "C_ProjectLine_ID"; /** Set Project Line. * Task or step in a project */ public void setC_ProjectLine_ID (int C_ProjectLine_ID); /** Get Project Line. * Task or step in a project */ public int getC_ProjectLine_ID(); /** Column name C_ProjectLine_UU */ public static final String COLUMNNAME_C_ProjectLine_UU = "C_ProjectLine_UU"; /** Set C_ProjectLine_UU */ public void setC_ProjectLine_UU (String C_ProjectLine_UU); /** Get C_ProjectLine_UU */ public String getC_ProjectLine_UU(); /** Column name C_ProjectPhase_ID */ public static final String COLUMNNAME_C_ProjectPhase_ID = "C_ProjectPhase_ID"; /** Set Project Phase. * Phase of a Project */ public void setC_ProjectPhase_ID (int C_ProjectPhase_ID); /** Get Project Phase. * Phase of a Project */ public int getC_ProjectPhase_ID(); public org.compiere.model.I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException; /** Column name C_ProjectTask_ID */ public static final String COLUMNNAME_C_ProjectTask_ID = "C_ProjectTask_ID"; /** Set Project Task. * Actual Project Task in a Phase */ public void setC_ProjectTask_ID (int C_ProjectTask_ID); /** Get Project Task. * Actual Project Task in a Phase */ public int getC_ProjectTask_ID(); public org.compiere.model.I_C_ProjectTask getC_ProjectTask() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; /** Get Created. * Date this record was created */ public Timestamp getCreated(); /** Column name CreatedBy */ public static final String COLUMNNAME_CreatedBy = "CreatedBy"; /** Get Created By. * User who created this records */ public int getCreatedBy(); /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; /** Set Description. * Optional short description of the record */ public void setDescription (String Description); /** Get Description. * Optional short description of the record */ public String getDescription(); /** Column name DoPricing */ public static final String COLUMNNAME_DoPricing = "DoPricing"; /** Set Pricing */ public void setDoPricing (String DoPricing); /** Get Pricing */ public String getDoPricing(); /** Column name InvoicedAmt */ public static final String COLUMNNAME_InvoicedAmt = "InvoicedAmt"; /** Set Invoiced Amount. * The amount invoiced */ public void setInvoicedAmt (BigDecimal InvoicedAmt); /** Get Invoiced Amount. * The amount invoiced */ public BigDecimal getInvoicedAmt(); /** Column name InvoicedQty */ public static final String COLUMNNAME_InvoicedQty = "InvoicedQty"; /** Set Quantity Invoiced. * The quantity invoiced */ public void setInvoicedQty (BigDecimal InvoicedQty); /** Get Quantity Invoiced. * The quantity invoiced */ public BigDecimal getInvoicedQty(); /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; /** Set Active. * The record is active in the system */ public void setIsActive (boolean IsActive); /** Get Active. * The record is active in the system */ public boolean isActive(); /** Column name IsPrinted */ public static final String COLUMNNAME_IsPrinted = "IsPrinted"; /** Set Printed. * Indicates if this document / line is printed */ public void setIsPrinted (boolean IsPrinted); /** Get Printed. * Indicates if this document / line is printed */ public boolean isPrinted(); /** Column name Line */ public static final String COLUMNNAME_Line = "Line"; /** Set Line No. * Unique line for this document */ public void setLine (int Line); /** Get Line No. * Unique line for this document */ public int getLine(); /** Column name M_Product_Category_ID */ public static final String COLUMNNAME_M_Product_Category_ID = "M_Product_Category_ID"; /** Set Product Category. * Category of a Product */ public void setM_Product_Category_ID (int M_Product_Category_ID); /** Get Product Category. * Category of a Product */ public int getM_Product_Category_ID(); public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; /** Set Product. * Product, Service, Item */ public void setM_Product_ID (int M_Product_ID); /** Get Product. * Product, Service, Item */ public int getM_Product_ID(); public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name M_Production_ID */ public static final String COLUMNNAME_M_Production_ID = "M_Production_ID"; /** Set Production. * Plan for producing a product */ public void setM_Production_ID (int M_Production_ID); /** Get Production. * Plan for producing a product */ public int getM_Production_ID(); public org.compiere.model.I_M_Production getM_Production() throws RuntimeException; /** Column name PlannedAmt */ public static final String COLUMNNAME_PlannedAmt = "PlannedAmt"; /** Set Planned Amount. * Planned amount for this project */ public void setPlannedAmt (BigDecimal PlannedAmt); /** Get Planned Amount. * Planned amount for this project */ public BigDecimal getPlannedAmt(); /** Column name PlannedMarginAmt */ public static final String COLUMNNAME_PlannedMarginAmt = "PlannedMarginAmt"; /** Set Planned Margin. * Project' s planned margin amount */ public void setPlannedMarginAmt (BigDecimal PlannedMarginAmt); /** Get Planned Margin. * Project' s planned margin amount */ public BigDecimal getPlannedMarginAmt(); /** Column name PlannedPrice */ public static final String COLUMNNAME_PlannedPrice = "PlannedPrice"; /** Set Planned Price. * Planned price for this project line */ public void setPlannedPrice (BigDecimal PlannedPrice); /** Get Planned Price. * Planned price for this project line */ public BigDecimal getPlannedPrice(); /** Column name PlannedQty */ public static final String COLUMNNAME_PlannedQty = "PlannedQty"; /** Set Planned Quantity. * Planned quantity for this project */ public void setPlannedQty (BigDecimal PlannedQty); /** Get Planned Quantity. * Planned quantity for this project */ public BigDecimal getPlannedQty(); /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; /** Set Processed. * The document has been processed */ public void setProcessed (boolean Processed); /** Get Processed. * The document has been processed */ public boolean isProcessed(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; /** Get Updated. * Date this record was updated */ public Timestamp getUpdated(); /** Column name UpdatedBy */ public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; /** Get Updated By. * User who updated this records */ public int getUpdatedBy(); }