Class X_M_LotCtl

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_LotCtl
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_LotCtl, I_Persistent, Evaluatee
Direct Known Subclasses:
MLotCtl

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

    • X_M_LotCtl

      public X_M_LotCtl(Properties ctx, int M_LotCtl_ID, String trxName)
      Standard Constructor
    • X_M_LotCtl

      public X_M_LotCtl(Properties ctx, int M_LotCtl_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_LotCtl

      public X_M_LotCtl(Properties ctx, String M_LotCtl_UU, String trxName)
      Standard Constructor
    • X_M_LotCtl

      public X_M_LotCtl(Properties ctx, String M_LotCtl_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_LotCtl

      public X_M_LotCtl(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
    • setCurrentNext

      public void setCurrentNext(int CurrentNext)
      Set Current Next.
      Specified by:
      setCurrentNext in interface I_M_LotCtl
      Parameters:
      CurrentNext - The next number to be used
    • getCurrentNext

      public int getCurrentNext()
      Get Current Next.
      Specified by:
      getCurrentNext in interface I_M_LotCtl
      Returns:
      The next number to be used
    • setDescription

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

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

      public void setIncrementNo(int IncrementNo)
      Set Increment.
      Specified by:
      setIncrementNo in interface I_M_LotCtl
      Parameters:
      IncrementNo - The number to increment the last document number by
    • getIncrementNo

      public int getIncrementNo()
      Get Increment.
      Specified by:
      getIncrementNo in interface I_M_LotCtl
      Returns:
      The number to increment the last document number by
    • setM_LotCtl_ID

      public void setM_LotCtl_ID(int M_LotCtl_ID)
      Set Lot Control.
      Specified by:
      setM_LotCtl_ID in interface I_M_LotCtl
      Parameters:
      M_LotCtl_ID - Product Lot Control
    • getM_LotCtl_ID

      public int getM_LotCtl_ID()
      Get Lot Control.
      Specified by:
      getM_LotCtl_ID in interface I_M_LotCtl
      Returns:
      Product Lot Control
    • setM_LotCtl_UU

      public void setM_LotCtl_UU(String M_LotCtl_UU)
      Set M_LotCtl_UU.
      Specified by:
      setM_LotCtl_UU in interface I_M_LotCtl
      Parameters:
      M_LotCtl_UU - M_LotCtl_UU
    • getM_LotCtl_UU

      public String getM_LotCtl_UU()
      Get M_LotCtl_UU.
      Specified by:
      getM_LotCtl_UU in interface I_M_LotCtl
      Returns:
      M_LotCtl_UU
    • setName

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

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

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

      public void setPrefix(String Prefix)
      Set Prefix.
      Specified by:
      setPrefix in interface I_M_LotCtl
      Parameters:
      Prefix - Prefix before the sequence number
    • getPrefix

      public String getPrefix()
      Get Prefix.
      Specified by:
      getPrefix in interface I_M_LotCtl
      Returns:
      Prefix before the sequence number
    • setStartNo

      public void setStartNo(int StartNo)
      Set Start No.
      Specified by:
      setStartNo in interface I_M_LotCtl
      Parameters:
      StartNo - Starting number/position
    • getStartNo

      public int getStartNo()
      Get Start No.
      Specified by:
      getStartNo in interface I_M_LotCtl
      Returns:
      Starting number/position
    • setSuffix

      public void setSuffix(String Suffix)
      Set Suffix.
      Specified by:
      setSuffix in interface I_M_LotCtl
      Parameters:
      Suffix - Suffix after the number
    • getSuffix

      public String getSuffix()
      Get Suffix.
      Specified by:
      getSuffix in interface I_M_LotCtl
      Returns:
      Suffix after the number