Class X_T_Spool

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_T_Spool
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, I_T_Spool, Evaluatee

public class X_T_Spool extends PO implements I_T_Spool, I_Persistent
Generated Model for T_Spool
Version:
Release 13 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      7 - System - 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
    • setAD_PInstance_ID

      public void setAD_PInstance_ID(int AD_PInstance_ID)
      Set Process Instance.
      Specified by:
      setAD_PInstance_ID in interface I_T_Spool
      Parameters:
      AD_PInstance_ID - Instance of the process
    • getAD_PInstance_ID

      public int getAD_PInstance_ID()
      Get Process Instance.
      Specified by:
      getAD_PInstance_ID in interface I_T_Spool
      Returns:
      Instance of the process
    • setMsgText

      public void setMsgText(String MsgText)
      Set Message Text.
      Specified by:
      setMsgText in interface I_T_Spool
      Parameters:
      MsgText - Textual Informational, Menu or Error Message
    • getMsgText

      public String getMsgText()
      Get Message Text.
      Specified by:
      getMsgText in interface I_T_Spool
      Returns:
      Textual Informational, Menu or Error Message
    • setSeqNo

      public void setSeqNo(int SeqNo)
      Set Sequence.
      Specified by:
      setSeqNo in interface I_T_Spool
      Parameters:
      SeqNo - Method of ordering records; lowest number comes first
    • getSeqNo

      public int getSeqNo()
      Get Sequence.
      Specified by:
      getSeqNo in interface I_T_Spool
      Returns:
      Method of ordering records; lowest number comes first
    • getKeyNamePair

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