Class X_M_ChangeNotice

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_ChangeNotice
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_ChangeNotice, I_Persistent, Evaluatee
Direct Known Subclasses:
MChangeNotice

public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persistent
Generated Model for M_ChangeNotice
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_M_ChangeNotice

      public X_M_ChangeNotice(Properties ctx, int M_ChangeNotice_ID, String trxName)
      Standard Constructor
    • X_M_ChangeNotice

      public X_M_ChangeNotice(Properties ctx, int M_ChangeNotice_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_ChangeNotice

      public X_M_ChangeNotice(Properties ctx, String M_ChangeNotice_UU, String trxName)
      Standard Constructor
    • X_M_ChangeNotice

      public X_M_ChangeNotice(Properties ctx, String M_ChangeNotice_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_ChangeNotice

      public X_M_ChangeNotice(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • 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
    • setDescription

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

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

      public void setDetailInfo(String DetailInfo)
      Set Detail Information.
      Specified by:
      setDetailInfo in interface I_M_ChangeNotice
      Parameters:
      DetailInfo - Additional Detail Information
    • getDetailInfo

      public String getDetailInfo()
      Get Detail Information.
      Specified by:
      getDetailInfo in interface I_M_ChangeNotice
      Returns:
      Additional Detail Information
    • setHelp

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

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

      public void setIsApproved(boolean IsApproved)
      Set Approved.
      Specified by:
      setIsApproved in interface I_M_ChangeNotice
      Parameters:
      IsApproved - Indicates if this document requires approval
    • isApproved

      public boolean isApproved()
      Get Approved.
      Specified by:
      isApproved in interface I_M_ChangeNotice
      Returns:
      Indicates if this document requires approval
    • setM_ChangeNotice_ID

      public void setM_ChangeNotice_ID(int M_ChangeNotice_ID)
      Set Change Notice.
      Specified by:
      setM_ChangeNotice_ID in interface I_M_ChangeNotice
      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_ChangeNotice
      Returns:
      Bill of Materials (Engineering) Change Notice (Version)
    • setM_ChangeNotice_UU

      public void setM_ChangeNotice_UU(String M_ChangeNotice_UU)
      Set M_ChangeNotice_UU.
      Specified by:
      setM_ChangeNotice_UU in interface I_M_ChangeNotice
      Parameters:
      M_ChangeNotice_UU - M_ChangeNotice_UU
    • getM_ChangeNotice_UU

      public String getM_ChangeNotice_UU()
      Get M_ChangeNotice_UU.
      Specified by:
      getM_ChangeNotice_UU in interface I_M_ChangeNotice
      Returns:
      M_ChangeNotice_UU
    • setName

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

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

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

      public void setProcessed(boolean Processed)
      Set Processed.
      Specified by:
      setProcessed in interface I_M_ChangeNotice
      Parameters:
      Processed - The document has been processed
    • isProcessed

      public boolean isProcessed()
      Get Processed.
      Specified by:
      isProcessed in interface I_M_ChangeNotice
      Returns:
      The document has been processed
    • setProcessing

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

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