/****************************************************************************** * 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.eevolution.model; import java.math.BigDecimal; import java.sql.Timestamp; import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Interface for PP_Order_BOMLine * @author iDempiere (generated) * @version Release 11 */ @SuppressWarnings("all") public interface I_PP_Order_BOMLine { /** TableName=PP_Order_BOMLine */ public static final String Table_Name = "PP_Order_BOMLine"; /** AD_Table_ID=53025 */ public static final int Table_ID = 53025; 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 AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; /** Set User/Contact. * User within the system - Internal or Business Partner Contact */ public void setAD_User_ID (int AD_User_ID); /** Get User/Contact. * User within the system - Internal or Business Partner Contact */ public int getAD_User_ID(); public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name Assay */ public static final String COLUMNNAME_Assay = "Assay"; /** Set Quantity Assay. * Indicated the Quantity Assay to use into Quality Order */ public void setAssay (BigDecimal Assay); /** Get Quantity Assay. * Indicated the Quantity Assay to use into Quality Order */ public BigDecimal getAssay(); /** Column name BackflushGroup */ public static final String COLUMNNAME_BackflushGroup = "BackflushGroup"; /** Set Backflush Group. * The Grouping Components to the Backflush */ public void setBackflushGroup (String BackflushGroup); /** Get Backflush Group. * The Grouping Components to the Backflush */ public String getBackflushGroup(); /** Column name ComponentType */ public static final String COLUMNNAME_ComponentType = "ComponentType"; /** Set Component Type. * Component Type for a Bill of Material or Formula */ public void setComponentType (String ComponentType); /** Get Component Type. * Component Type for a Bill of Material or Formula */ public String getComponentType(); /** Column name CostAllocationPerc */ public static final String COLUMNNAME_CostAllocationPerc = "CostAllocationPerc"; /** Set Cost Allocation Percent. * Cost allocation percent in case of a co-product. */ public void setCostAllocationPerc (BigDecimal CostAllocationPerc); /** Get Cost Allocation Percent. * Cost allocation percent in case of a co-product. */ public BigDecimal getCostAllocationPerc(); /** 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 C_UOM_ID */ public static final String COLUMNNAME_C_UOM_ID = "C_UOM_ID"; /** Set UOM. * Unit of Measure */ public void setC_UOM_ID (int C_UOM_ID); /** Get UOM. * Unit of Measure */ public int getC_UOM_ID(); public org.compiere.model.I_C_UOM getC_UOM() throws RuntimeException; /** Column name DateDelivered */ public static final String COLUMNNAME_DateDelivered = "DateDelivered"; /** Set Date Delivered. * Date when the product was delivered */ public void setDateDelivered (Timestamp DateDelivered); /** Get Date Delivered. * Date when the product was delivered */ public Timestamp getDateDelivered(); /** 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 Feature */ public static final String COLUMNNAME_Feature = "Feature"; /** Set Feature. * Indicated the Feature for Product Configure */ public void setFeature (String Feature); /** Get Feature. * Indicated the Feature for Product Configure */ public String getFeature(); /** Column name Forecast */ public static final String COLUMNNAME_Forecast = "Forecast"; /** Set Forecast. * Indicated the % of participation this component into a of the BOM Planning */ public void setForecast (BigDecimal Forecast); /** Get Forecast. * Indicated the % of participation this component into a of the BOM Planning */ public BigDecimal getForecast(); /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; /** Set Comment/Help. * Comment or Hint */ public void setHelp (String Help); /** Get Comment/Help. * Comment or Hint */ public String getHelp(); /** 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 IsCritical */ public static final String COLUMNNAME_IsCritical = "IsCritical"; /** Set Is Critical Component. * Indicate that a Manufacturing Order can not begin without have this component */ public void setIsCritical (boolean IsCritical); /** Get Is Critical Component. * Indicate that a Manufacturing Order can not begin without have this component */ public boolean isCritical(); /** Column name IsQtyPercentage */ public static final String COLUMNNAME_IsQtyPercentage = "IsQtyPercentage"; /** Set Is Qty Percentage. * Indicate that this component is based in % Quantity */ public void setIsQtyPercentage (boolean IsQtyPercentage); /** Get Is Qty Percentage. * Indicate that this component is based in % Quantity */ public boolean isQtyPercentage(); /** Column name IssueMethod */ public static final String COLUMNNAME_IssueMethod = "IssueMethod"; /** Set Issue Method. * There are two methods for issue the components to Manufacturing Order */ public void setIssueMethod (String IssueMethod); /** Get Issue Method. * There are two methods for issue the components to Manufacturing Order */ public String getIssueMethod(); /** Column name LeadTimeOffset */ public static final String COLUMNNAME_LeadTimeOffset = "LeadTimeOffset"; /** Set Lead Time Offset. * Optional Lead Time offset before starting production */ public void setLeadTimeOffset (int LeadTimeOffset); /** Get Lead Time Offset. * Optional Lead Time offset before starting production */ public int getLeadTimeOffset(); /** 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_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; /** Set Attribute Set Instance. * Product Attribute Set Instance */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID); /** Get Attribute Set Instance. * Product Attribute Set Instance */ public int getM_AttributeSetInstance_ID(); public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException; /** Column name M_ChangeNotice_ID */ public static final String COLUMNNAME_M_ChangeNotice_ID = "M_ChangeNotice_ID"; /** Set Change Notice. * Bill of Materials (Engineering) Change Notice (Version) */ public void setM_ChangeNotice_ID (int M_ChangeNotice_ID); /** Get Change Notice. * Bill of Materials (Engineering) Change Notice (Version) */ public int getM_ChangeNotice_ID(); public org.compiere.model.I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; /** Set Locator. * Warehouse Locator */ public void setM_Locator_ID (int M_Locator_ID); /** Get Locator. * Warehouse Locator */ public int getM_Locator_ID(); public I_M_Locator getM_Locator() 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_Warehouse_ID */ public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; /** Set Warehouse. * Storage Warehouse and Service Point */ public void setM_Warehouse_ID (int M_Warehouse_ID); /** Get Warehouse. * Storage Warehouse and Service Point */ public int getM_Warehouse_ID(); public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException; /** Column name PP_Order_BOM_ID */ public static final String COLUMNNAME_PP_Order_BOM_ID = "PP_Order_BOM_ID"; /** Set Manufacturing Order BOM */ public void setPP_Order_BOM_ID (int PP_Order_BOM_ID); /** Get Manufacturing Order BOM */ public int getPP_Order_BOM_ID(); public org.eevolution.model.I_PP_Order_BOM getPP_Order_BOM() throws RuntimeException; /** Column name PP_Order_BOMLine_ID */ public static final String COLUMNNAME_PP_Order_BOMLine_ID = "PP_Order_BOMLine_ID"; /** Set Manufacturing Order BOM Line */ public void setPP_Order_BOMLine_ID (int PP_Order_BOMLine_ID); /** Get Manufacturing Order BOM Line */ public int getPP_Order_BOMLine_ID(); /** Column name PP_Order_BOMLine_UU */ public static final String COLUMNNAME_PP_Order_BOMLine_UU = "PP_Order_BOMLine_UU"; /** Set PP_Order_BOMLine_UU */ public void setPP_Order_BOMLine_UU (String PP_Order_BOMLine_UU); /** Get PP_Order_BOMLine_UU */ public String getPP_Order_BOMLine_UU(); /** Column name PP_Order_ID */ public static final String COLUMNNAME_PP_Order_ID = "PP_Order_ID"; /** Set Manufacturing Order. * Manufacturing Order */ public void setPP_Order_ID (int PP_Order_ID); /** Get Manufacturing Order. * Manufacturing Order */ public int getPP_Order_ID(); public org.eevolution.model.I_PP_Order getPP_Order() throws RuntimeException; /** Column name QtyBatch */ public static final String COLUMNNAME_QtyBatch = "QtyBatch"; /** Set Quantity in %. * Indicate the Quantity % use in this Formula */ public void setQtyBatch (BigDecimal QtyBatch); /** Get Quantity in %. * Indicate the Quantity % use in this Formula */ public BigDecimal getQtyBatch(); /** Column name QtyBOM */ public static final String COLUMNNAME_QtyBOM = "QtyBOM"; /** Set Quantity. * Indicate the Quantity use in this BOM */ public void setQtyBOM (BigDecimal QtyBOM); /** Get Quantity. * Indicate the Quantity use in this BOM */ public BigDecimal getQtyBOM(); /** Column name QtyDelivered */ public static final String COLUMNNAME_QtyDelivered = "QtyDelivered"; /** Set Delivered Quantity. * Delivered Quantity */ public void setQtyDelivered (BigDecimal QtyDelivered); /** Get Delivered Quantity. * Delivered Quantity */ public BigDecimal getQtyDelivered(); /** Column name QtyEntered */ public static final String COLUMNNAME_QtyEntered = "QtyEntered"; /** Set Quantity. * The Quantity Entered is based on the selected UoM */ public void setQtyEntered (BigDecimal QtyEntered); /** Get Quantity. * The Quantity Entered is based on the selected UoM */ public BigDecimal getQtyEntered(); /** Column name QtyPost */ public static final String COLUMNNAME_QtyPost = "QtyPost"; /** Set Qty Post */ public void setQtyPost (BigDecimal QtyPost); /** Get Qty Post */ public BigDecimal getQtyPost(); /** Column name QtyReject */ public static final String COLUMNNAME_QtyReject = "QtyReject"; /** Set Qty Reject */ public void setQtyReject (BigDecimal QtyReject); /** Get Qty Reject */ public BigDecimal getQtyReject(); /** Column name QtyRequiered */ public static final String COLUMNNAME_QtyRequiered = "QtyRequiered"; /** Set Qty Required */ public void setQtyRequiered (BigDecimal QtyRequiered); /** Get Qty Required */ public BigDecimal getQtyRequiered(); /** Column name QtyReserved */ public static final String COLUMNNAME_QtyReserved = "QtyReserved"; /** Set Reserved Quantity. * Reserved Quantity */ public void setQtyReserved (BigDecimal QtyReserved); /** Get Reserved Quantity. * Reserved Quantity */ public BigDecimal getQtyReserved(); /** Column name QtyScrap */ public static final String COLUMNNAME_QtyScrap = "QtyScrap"; /** Set Scrap %. * Scrap % Quantity for this component */ public void setQtyScrap (BigDecimal QtyScrap); /** Get Scrap %. * Scrap % Quantity for this component */ public BigDecimal getQtyScrap(); /** Column name Scrap */ public static final String COLUMNNAME_Scrap = "Scrap"; /** Set Scrap %. * Indicate the Scrap % for calculate the Scrap Quantity */ public void setScrap (BigDecimal Scrap); /** Get Scrap %. * Indicate the Scrap % for calculate the Scrap Quantity */ public BigDecimal getScrap(); /** 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(); /** Column name ValidFrom */ public static final String COLUMNNAME_ValidFrom = "ValidFrom"; /** Set Valid from. * Valid from including this date (first day) */ public void setValidFrom (Timestamp ValidFrom); /** Get Valid from. * Valid from including this date (first day) */ public Timestamp getValidFrom(); /** Column name ValidTo */ public static final String COLUMNNAME_ValidTo = "ValidTo"; /** Set Valid to. * Valid to including this date (last day) */ public void setValidTo (Timestamp ValidTo); /** Get Valid to. * Valid to including this date (last day) */ public Timestamp getValidTo(); }