Class X_M_BOM

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_BOM
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_BOM, I_Persistent, Evaluatee
Direct Known Subclasses:
MBOM

public class X_M_BOM extends PO implements I_M_BOM, I_Persistent
Generated Model for M_BOM
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • get_AccessLevel

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

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

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

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

      public String getBOMType()
      Get BOM Type.
      Specified by:
      getBOMType in interface I_M_BOM
      Returns:
      Type of BOM
    • setBOMUse

      public void setBOMUse(String BOMUse)
      Set BOM Use.
      Specified by:
      setBOMUse in interface I_M_BOM
      Parameters:
      BOMUse - The use of the Bill of Material
    • getBOMUse

      public String getBOMUse()
      Get BOM Use.
      Specified by:
      getBOMUse in interface I_M_BOM
      Returns:
      The use of the Bill of Material
    • setDescription

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

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

      public void setHelp(String Help)
      Set Comment/Help.
      Specified by:
      setHelp in interface I_M_BOM
      Parameters:
      Help - Comment or Hint
    • getHelp

      public String getHelp()
      Get Comment/Help.
      Specified by:
      getHelp in interface I_M_BOM
      Returns:
      Comment or Hint
    • setM_BOM_ID

      public void setM_BOM_ID(int M_BOM_ID)
      Set BOM.
      Specified by:
      setM_BOM_ID in interface I_M_BOM
      Parameters:
      M_BOM_ID - Bill of Material
    • getM_BOM_ID

      public int getM_BOM_ID()
      Get BOM.
      Specified by:
      getM_BOM_ID in interface I_M_BOM
      Returns:
      Bill of Material
    • setM_BOM_UU

      public void setM_BOM_UU(String M_BOM_UU)
      Set M_BOM_UU.
      Specified by:
      setM_BOM_UU in interface I_M_BOM
      Parameters:
      M_BOM_UU - M_BOM_UU
    • getM_BOM_UU

      public String getM_BOM_UU()
      Get M_BOM_UU.
      Specified by:
      getM_BOM_UU in interface I_M_BOM
      Returns:
      M_BOM_UU
    • getM_ChangeNotice

      public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException
      Specified by:
      getM_ChangeNotice in interface I_M_BOM
      Throws:
      RuntimeException
    • setM_ChangeNotice_ID

      public void setM_ChangeNotice_ID(int M_ChangeNotice_ID)
      Set Change Notice.
      Specified by:
      setM_ChangeNotice_ID in interface I_M_BOM
      Parameters:
      M_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version)
    • getM_ChangeNotice_ID

      public int getM_ChangeNotice_ID()
      Get Change Notice.
      Specified by:
      getM_ChangeNotice_ID in interface I_M_BOM
      Returns:
      Bill of Materials (Engineering) Change Notice (Version)
    • getM_Product

      public I_M_Product getM_Product() throws RuntimeException
      Specified by:
      getM_Product in interface I_M_BOM
      Throws:
      RuntimeException
    • setM_Product_ID

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

      public int getM_Product_ID()
      Get Product.
      Specified by:
      getM_Product_ID in interface I_M_BOM
      Returns:
      Product, Service, Item
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_M_BOM
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_M_BOM
      Returns:
      Alphanumeric identifier of the entity
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setProcessing

      public void setProcessing(boolean Processing)
      Set Process Now.
      Specified by:
      setProcessing in interface I_M_BOM
      Parameters:
      Processing - Process Now
    • isProcessing

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_M_BOM
      Returns:
      Process Now