Class X_M_LocatorType

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_LocatorType
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_LocatorType, I_Persistent, Evaluatee
Direct Known Subclasses:
MLocatorType

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

    • X_M_LocatorType

      public X_M_LocatorType(Properties ctx, int M_LocatorType_ID, String trxName)
      Standard Constructor
    • X_M_LocatorType

      public X_M_LocatorType(Properties ctx, int M_LocatorType_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_LocatorType

      public X_M_LocatorType(Properties ctx, String M_LocatorType_UU, String trxName)
      Standard Constructor
    • X_M_LocatorType

      public X_M_LocatorType(Properties ctx, String M_LocatorType_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_LocatorType

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

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

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

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

      public void setIsAvailableForReplenishment(boolean IsAvailableForReplenishment)
      Set Available for Replenishment.
      Specified by:
      setIsAvailableForReplenishment in interface I_M_LocatorType
      Parameters:
      IsAvailableForReplenishment - Available for Replenishment
    • isAvailableForReplenishment

      public boolean isAvailableForReplenishment()
      Get Available for Replenishment.
      Specified by:
      isAvailableForReplenishment in interface I_M_LocatorType
      Returns:
      Available for Replenishment
    • setIsAvailableForReservation

      public void setIsAvailableForReservation(boolean IsAvailableForReservation)
      Set Available for Reservation.
      Specified by:
      setIsAvailableForReservation in interface I_M_LocatorType
      Parameters:
      IsAvailableForReservation - Available for Reservation
    • isAvailableForReservation

      public boolean isAvailableForReservation()
      Get Available for Reservation.
      Specified by:
      isAvailableForReservation in interface I_M_LocatorType
      Returns:
      Available for Reservation
    • setIsAvailableForShipping

      public void setIsAvailableForShipping(boolean IsAvailableForShipping)
      Set Available for Shipping.
      Specified by:
      setIsAvailableForShipping in interface I_M_LocatorType
      Parameters:
      IsAvailableForShipping - Available for Shipping
    • isAvailableForShipping

      public boolean isAvailableForShipping()
      Get Available for Shipping.
      Specified by:
      isAvailableForShipping in interface I_M_LocatorType
      Returns:
      Available for Shipping
    • setM_LocatorType_ID

      public void setM_LocatorType_ID(int M_LocatorType_ID)
      Set Locator Type.
      Specified by:
      setM_LocatorType_ID in interface I_M_LocatorType
      Parameters:
      M_LocatorType_ID - Locator Type
    • getM_LocatorType_ID

      public int getM_LocatorType_ID()
      Get Locator Type.
      Specified by:
      getM_LocatorType_ID in interface I_M_LocatorType
      Returns:
      Locator Type
    • setM_LocatorType_UU

      public void setM_LocatorType_UU(String M_LocatorType_UU)
      Set M_LocatorType_UU.
      Specified by:
      setM_LocatorType_UU in interface I_M_LocatorType
      Parameters:
      M_LocatorType_UU - M_LocatorType_UU
    • getM_LocatorType_UU

      public String getM_LocatorType_UU()
      Get M_LocatorType_UU.
      Specified by:
      getM_LocatorType_UU in interface I_M_LocatorType
      Returns:
      M_LocatorType_UU
    • setName

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

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

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