Class X_M_Product_BOM

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_Product_BOM
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_Product_BOM, I_Persistent, Evaluatee
Direct Known Subclasses:
MProductBOM

public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent
Deprecated.
Generated Model for M_Product_BOM
Version:
Development 9.0 - $Id$
Author:
iDempiere (generated) Replace by X_PP_Product_BOM and X_PP_Product_BOMLine since version 9
See Also:
  • Field Details

    • BOMTYPE_AD_Reference_ID

      public static final int BOMTYPE_AD_Reference_ID
      Deprecated.
      BOMType AD_Reference_ID=279
      See Also:
    • BOMTYPE_InAlternativeGroup1

      public static final String BOMTYPE_InAlternativeGroup1
      Deprecated.
      In alternative Group 1 = 1
      See Also:
    • BOMTYPE_InAlternativeGroup2

      public static final String BOMTYPE_InAlternativeGroup2
      Deprecated.
      In alternative Group 2 = 2
      See Also:
    • BOMTYPE_InAlternaltveGroup3

      public static final String BOMTYPE_InAlternaltveGroup3
      Deprecated.
      In alternaltve Group 3 = 3
      See Also:
    • BOMTYPE_InAlternativeGroup4

      public static final String BOMTYPE_InAlternativeGroup4
      Deprecated.
      In alternative Group 4 = 4
      See Also:
    • BOMTYPE_InAlternativeGroup5

      public static final String BOMTYPE_InAlternativeGroup5
      Deprecated.
      In alternative Group 5 = 5
      See Also:
    • BOMTYPE_InAlternativeGroup6

      public static final String BOMTYPE_InAlternativeGroup6
      Deprecated.
      In alternative Group 6 = 6
      See Also:
    • BOMTYPE_InAlternativeGroup7

      public static final String BOMTYPE_InAlternativeGroup7
      Deprecated.
      In alternative Group 7 = 7
      See Also:
    • BOMTYPE_InAlternativeGroup8

      public static final String BOMTYPE_InAlternativeGroup8
      Deprecated.
      In alternative Group 8 = 8
      See Also:
    • BOMTYPE_InAlternativeGroup9

      public static final String BOMTYPE_InAlternativeGroup9
      Deprecated.
      In alternative Group 9 = 9
      See Also:
    • BOMTYPE_OptionalPart

      public static final String BOMTYPE_OptionalPart
      Deprecated.
      Optional Part = O
      See Also:
    • BOMTYPE_StandardPart

      public static final String BOMTYPE_StandardPart
      Deprecated.
      Standard Part = P
      See Also:
  • Constructor Details

    • X_M_Product_BOM

      public X_M_Product_BOM(Properties ctx, int M_Product_BOM_ID, String trxName)
      Deprecated.
      Standard Constructor
    • X_M_Product_BOM

      public X_M_Product_BOM(Properties ctx, ResultSet rs, String trxName)
      Deprecated.
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      Deprecated.
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      3 - Client - Org
    • initPO

      protected POInfo initPO(Properties ctx)
      Deprecated.
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      Meta data of PO
    • toString

      public String toString()
      Deprecated.
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setBOMQty

      public void setBOMQty(BigDecimal BOMQty)
      Deprecated.
      Set BOM Quantity.
      Specified by:
      setBOMQty in interface I_M_Product_BOM
      Parameters:
      BOMQty - Bill of Materials Quantity
    • getBOMQty

      public BigDecimal getBOMQty()
      Deprecated.
      Get BOM Quantity.
      Specified by:
      getBOMQty in interface I_M_Product_BOM
      Returns:
      Bill of Materials Quantity
    • setBOMType

      public void setBOMType(String BOMType)
      Deprecated.
      Set BOM Type.
      Specified by:
      setBOMType in interface I_M_Product_BOM
      Parameters:
      BOMType - Type of BOM
    • getBOMType

      public String getBOMType()
      Deprecated.
      Get BOM Type.
      Specified by:
      getBOMType in interface I_M_Product_BOM
      Returns:
      Type of BOM
    • setCostStandard

      public void setCostStandard(BigDecimal CostStandard)
      Deprecated.
      Set Standard Cost.
      Specified by:
      setCostStandard in interface I_M_Product_BOM
      Parameters:
      CostStandard - Standard Costs
    • getCostStandard

      public BigDecimal getCostStandard()
      Deprecated.
      Get Standard Cost.
      Specified by:
      getCostStandard in interface I_M_Product_BOM
      Returns:
      Standard Costs
    • setCostStandardCumAmt

      public void setCostStandardCumAmt(BigDecimal CostStandardCumAmt)
      Deprecated.
      Set Std Cost Amount Sum.
      Specified by:
      setCostStandardCumAmt in interface I_M_Product_BOM
      Parameters:
      CostStandardCumAmt - Standard Cost Invoice Amount Sum (internal)
    • getCostStandardCumAmt

      public BigDecimal getCostStandardCumAmt()
      Deprecated.
      Get Std Cost Amount Sum.
      Specified by:
      getCostStandardCumAmt in interface I_M_Product_BOM
      Returns:
      Standard Cost Invoice Amount Sum (internal)
    • setDescription

      public void setDescription(String Description)
      Deprecated.
      Set Description.
      Specified by:
      setDescription in interface I_M_Product_BOM
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Deprecated.
      Get Description.
      Specified by:
      getDescription in interface I_M_Product_BOM
      Returns:
      Optional short description of the record
    • setIsBillOfMaterial

      public void setIsBillOfMaterial(boolean IsBillOfMaterial)
      Deprecated.
      Set Bill of Materials.
      Specified by:
      setIsBillOfMaterial in interface I_M_Product_BOM
      Parameters:
      IsBillOfMaterial - Bill of Materials
    • isBillOfMaterial

      public boolean isBillOfMaterial()
      Deprecated.
      Get Bill of Materials.
      Specified by:
      isBillOfMaterial in interface I_M_Product_BOM
      Returns:
      Bill of Materials
    • setLine

      public void setLine(int Line)
      Deprecated.
      Set Line No.
      Specified by:
      setLine in interface I_M_Product_BOM
      Parameters:
      Line - Unique line for this document
    • getLine

      public int getLine()
      Deprecated.
      Get Line No.
      Specified by:
      getLine in interface I_M_Product_BOM
      Returns:
      Unique line for this document
    • getM_PartType

      public I_M_PartType getM_PartType() throws RuntimeException
      Deprecated.
      Specified by:
      getM_PartType in interface I_M_Product_BOM
      Throws:
      RuntimeException
    • setM_PartType_ID

      public void setM_PartType_ID(int M_PartType_ID)
      Deprecated.
      Set Part Type.
      Specified by:
      setM_PartType_ID in interface I_M_Product_BOM
      Parameters:
      M_PartType_ID - Part Type
    • getM_PartType_ID

      public int getM_PartType_ID()
      Deprecated.
      Get Part Type.
      Specified by:
      getM_PartType_ID in interface I_M_Product_BOM
      Returns:
      Part Type
    • setM_Product_BOM_ID

      public void setM_Product_BOM_ID(int M_Product_BOM_ID)
      Deprecated.
      Set BOM Line.
      Specified by:
      setM_Product_BOM_ID in interface I_M_Product_BOM
      Parameters:
      M_Product_BOM_ID - BOM Line
    • getM_Product_BOM_ID

      public int getM_Product_BOM_ID()
      Deprecated.
      Get BOM Line.
      Specified by:
      getM_Product_BOM_ID in interface I_M_Product_BOM
      Returns:
      BOM Line
    • getM_ProductBOM

      public I_M_Product getM_ProductBOM() throws RuntimeException
      Deprecated.
      Specified by:
      getM_ProductBOM in interface I_M_Product_BOM
      Throws:
      RuntimeException
    • setM_ProductBOM_ID

      public void setM_ProductBOM_ID(int M_ProductBOM_ID)
      Deprecated.
      Set BOM Product.
      Specified by:
      setM_ProductBOM_ID in interface I_M_Product_BOM
      Parameters:
      M_ProductBOM_ID - Bill of Material Component Product
    • getM_ProductBOM_ID

      public int getM_ProductBOM_ID()
      Deprecated.
      Get BOM Product.
      Specified by:
      getM_ProductBOM_ID in interface I_M_Product_BOM
      Returns:
      Bill of Material Component Product
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Deprecated.
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setM_Product_BOM_UU

      public void setM_Product_BOM_UU(String M_Product_BOM_UU)
      Deprecated.
      Set M_Product_BOM_UU.
      Specified by:
      setM_Product_BOM_UU in interface I_M_Product_BOM
      Parameters:
      M_Product_BOM_UU - M_Product_BOM_UU
    • getM_Product_BOM_UU

      public String getM_Product_BOM_UU()
      Deprecated.
      Get M_Product_BOM_UU.
      Specified by:
      getM_Product_BOM_UU in interface I_M_Product_BOM
      Returns:
      M_Product_BOM_UU
    • getM_Product

      public I_M_Product getM_Product() throws RuntimeException
      Deprecated.
      Specified by:
      getM_Product in interface I_M_Product_BOM
      Throws:
      RuntimeException
    • setM_Product_ID

      public void setM_Product_ID(int M_Product_ID)
      Deprecated.
      Set Product.
      Specified by:
      setM_Product_ID in interface I_M_Product_BOM
      Parameters:
      M_Product_ID - Product, Service, Item
    • getM_Product_ID

      public int getM_Product_ID()
      Deprecated.
      Get Product.
      Specified by:
      getM_Product_ID in interface I_M_Product_BOM
      Returns:
      Product, Service, Item
    • setValue

      public void setValue(String Value)
      Deprecated.
      Set Search Key.
      Specified by:
      setValue in interface I_M_Product_BOM
      Parameters:
      Value - Search key for the record in the format required - must be unique
    • getValue

      public String getValue()
      Deprecated.
      Get Search Key.
      Specified by:
      getValue in interface I_M_Product_BOM
      Returns:
      Search key for the record in the format required - must be unique