Class X_M_DistributionList

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_DistributionList
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_DistributionList, I_Persistent, Evaluatee
Direct Known Subclasses:
MDistributionList

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

    • X_M_DistributionList

      public X_M_DistributionList(Properties ctx, int M_DistributionList_ID, String trxName)
      Standard Constructor
    • X_M_DistributionList

      public X_M_DistributionList(Properties ctx, int M_DistributionList_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_DistributionList

      public X_M_DistributionList(Properties ctx, String M_DistributionList_UU, String trxName)
      Standard Constructor
    • X_M_DistributionList

      public X_M_DistributionList(Properties ctx, String M_DistributionList_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_DistributionList

      public X_M_DistributionList(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:
      POInfo
    • 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_DistributionList
      Parameters:
      Description - Optional short description of the record
    • getDescription

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

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

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

      public void setM_DistributionList_ID(int M_DistributionList_ID)
      Set Distribution List.
      Specified by:
      setM_DistributionList_ID in interface I_M_DistributionList
      Parameters:
      M_DistributionList_ID - Distribution Lists allow to distribute products to a selected list of partners
    • getM_DistributionList_ID

      public int getM_DistributionList_ID()
      Get Distribution List.
      Specified by:
      getM_DistributionList_ID in interface I_M_DistributionList
      Returns:
      Distribution Lists allow to distribute products to a selected list of partners
    • setM_DistributionList_UU

      public void setM_DistributionList_UU(String M_DistributionList_UU)
      Set M_DistributionList_UU.
      Specified by:
      setM_DistributionList_UU in interface I_M_DistributionList
      Parameters:
      M_DistributionList_UU - M_DistributionList_UU
    • getM_DistributionList_UU

      public String getM_DistributionList_UU()
      Get M_DistributionList_UU.
      Specified by:
      getM_DistributionList_UU in interface I_M_DistributionList
      Returns:
      M_DistributionList_UU
    • setName

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

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_M_DistributionList
      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_DistributionList
      Parameters:
      Processing - Process Now
    • isProcessing

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_M_DistributionList
      Returns:
      Process Now
    • setRatioTotal

      public void setRatioTotal(BigDecimal RatioTotal)
      Set Total Ratio.
      Specified by:
      setRatioTotal in interface I_M_DistributionList
      Parameters:
      RatioTotal - Total of relative weight in a distribution
    • getRatioTotal

      public BigDecimal getRatioTotal()
      Get Total Ratio.
      Specified by:
      getRatioTotal in interface I_M_DistributionList
      Returns:
      Total of relative weight in a distribution