Class X_AD_UserDef_Tab

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_UserDef_Tab
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_UserDef_Tab, I_Persistent, Evaluatee
Direct Known Subclasses:
MUserDefTab

public class X_AD_UserDef_Tab extends PO implements I_AD_UserDef_Tab, I_Persistent
Generated Model for AD_UserDef_Tab
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • X_AD_UserDef_Tab

      public X_AD_UserDef_Tab(Properties ctx, int AD_UserDef_Tab_ID, String trxName)
      Standard Constructor
    • X_AD_UserDef_Tab

      public X_AD_UserDef_Tab(Properties ctx, int AD_UserDef_Tab_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_UserDef_Tab

      public X_AD_UserDef_Tab(Properties ctx, String AD_UserDef_Tab_UU, String trxName)
      Standard Constructor
    • X_AD_UserDef_Tab

      public X_AD_UserDef_Tab(Properties ctx, String AD_UserDef_Tab_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_UserDef_Tab

      public X_AD_UserDef_Tab(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:
      6 - System - Client
    • 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
    • getAD_Process

      public I_AD_Process getAD_Process() throws RuntimeException
      Specified by:
      getAD_Process in interface I_AD_UserDef_Tab
      Throws:
      RuntimeException
    • setAD_Process_ID

      public void setAD_Process_ID(int AD_Process_ID)
      Set Process.
      Specified by:
      setAD_Process_ID in interface I_AD_UserDef_Tab
      Parameters:
      AD_Process_ID - Process or Report
    • getAD_Process_ID

      public int getAD_Process_ID()
      Get Process.
      Specified by:
      getAD_Process_ID in interface I_AD_UserDef_Tab
      Returns:
      Process or Report
    • getAD_Tab

      public I_AD_Tab getAD_Tab() throws RuntimeException
      Specified by:
      getAD_Tab in interface I_AD_UserDef_Tab
      Throws:
      RuntimeException
    • setAD_Tab_ID

      public void setAD_Tab_ID(int AD_Tab_ID)
      Set Tab.
      Specified by:
      setAD_Tab_ID in interface I_AD_UserDef_Tab
      Parameters:
      AD_Tab_ID - Tab within a Window
    • getAD_Tab_ID

      public int getAD_Tab_ID()
      Get Tab.
      Specified by:
      getAD_Tab_ID in interface I_AD_UserDef_Tab
      Returns:
      Tab within a Window
    • getKeyNamePair

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

      public void setAD_UserDef_Tab_ID(int AD_UserDef_Tab_ID)
      Set User defined Tab.
      Specified by:
      setAD_UserDef_Tab_ID in interface I_AD_UserDef_Tab
      Parameters:
      AD_UserDef_Tab_ID - User defined Tab
    • getAD_UserDef_Tab_ID

      public int getAD_UserDef_Tab_ID()
      Get User defined Tab.
      Specified by:
      getAD_UserDef_Tab_ID in interface I_AD_UserDef_Tab
      Returns:
      User defined Tab
    • setAD_UserDef_Tab_UU

      public void setAD_UserDef_Tab_UU(String AD_UserDef_Tab_UU)
      Set AD_UserDef_Tab_UU.
      Specified by:
      setAD_UserDef_Tab_UU in interface I_AD_UserDef_Tab
      Parameters:
      AD_UserDef_Tab_UU - AD_UserDef_Tab_UU
    • getAD_UserDef_Tab_UU

      public String getAD_UserDef_Tab_UU()
      Get AD_UserDef_Tab_UU.
      Specified by:
      getAD_UserDef_Tab_UU in interface I_AD_UserDef_Tab
      Returns:
      AD_UserDef_Tab_UU
    • getAD_UserDef_Win

      public I_AD_UserDef_Win getAD_UserDef_Win() throws RuntimeException
      Specified by:
      getAD_UserDef_Win in interface I_AD_UserDef_Tab
      Throws:
      RuntimeException
    • setAD_UserDef_Win_ID

      public void setAD_UserDef_Win_ID(int AD_UserDef_Win_ID)
      Set User defined Window.
      Specified by:
      setAD_UserDef_Win_ID in interface I_AD_UserDef_Tab
      Parameters:
      AD_UserDef_Win_ID - User defined Window
    • getAD_UserDef_Win_ID

      public int getAD_UserDef_Win_ID()
      Get User defined Window.
      Specified by:
      getAD_UserDef_Win_ID in interface I_AD_UserDef_Tab
      Returns:
      User defined Window
    • setDeleteConfirmationLogic

      public void setDeleteConfirmationLogic(String DeleteConfirmationLogic)
      Set Delete Confirmation Logic.
      Specified by:
      setDeleteConfirmationLogic in interface I_AD_UserDef_Tab
      Parameters:
      DeleteConfirmationLogic - Delete Confirmation Logic
    • getDeleteConfirmationLogic

      public String getDeleteConfirmationLogic()
      Get Delete Confirmation Logic.
      Specified by:
      getDeleteConfirmationLogic in interface I_AD_UserDef_Tab
      Returns:
      Delete Confirmation Logic
    • setDescription

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

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

      public void setDisplayLogic(String DisplayLogic)
      Set Display Logic.
      Specified by:
      setDisplayLogic in interface I_AD_UserDef_Tab
      Parameters:
      DisplayLogic - If the Field is displayed, the result determines if the field is actually displayed
    • getDisplayLogic

      public String getDisplayLogic()
      Get Display Logic.
      Specified by:
      getDisplayLogic in interface I_AD_UserDef_Tab
      Returns:
      If the Field is displayed, the result determines if the field is actually displayed
    • setHelp

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

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

      public void setIsAllowAdvancedLookup(String IsAllowAdvancedLookup)
      Set Allow Advanced Lookup.
      Specified by:
      setIsAllowAdvancedLookup in interface I_AD_UserDef_Tab
      Parameters:
      IsAllowAdvancedLookup - Allow Advanced Lookup
    • getIsAllowAdvancedLookup

      public String getIsAllowAdvancedLookup()
      Get Allow Advanced Lookup.
      Specified by:
      getIsAllowAdvancedLookup in interface I_AD_UserDef_Tab
      Returns:
      Allow Advanced Lookup
    • setIsHighVolume

      public void setIsHighVolume(String IsHighVolume)
      Set High Volume.
      Specified by:
      setIsHighVolume in interface I_AD_UserDef_Tab
      Parameters:
      IsHighVolume - Use Search instead of Pick list
    • getIsHighVolume

      public String getIsHighVolume()
      Get High Volume.
      Specified by:
      getIsHighVolume in interface I_AD_UserDef_Tab
      Returns:
      Use Search instead of Pick list
    • setIsLookupOnlySelection

      public void setIsLookupOnlySelection(String IsLookupOnlySelection)
      Set Lookup Only Selection Columns.
      Specified by:
      setIsLookupOnlySelection in interface I_AD_UserDef_Tab
      Parameters:
      IsLookupOnlySelection - When defined to true Lookup panel will display only selection columns. Default to false.
    • getIsLookupOnlySelection

      public String getIsLookupOnlySelection()
      Get Lookup Only Selection Columns.
      Specified by:
      getIsLookupOnlySelection in interface I_AD_UserDef_Tab
      Returns:
      When defined to true Lookup panel will display only selection columns. Default to false.
    • setIsMultiRowOnly

      public void setIsMultiRowOnly(boolean IsMultiRowOnly)
      Set Multi Row Only.
      Specified by:
      setIsMultiRowOnly in interface I_AD_UserDef_Tab
      Parameters:
      IsMultiRowOnly - This applies to Multi-Row view only
    • isMultiRowOnly

      public boolean isMultiRowOnly()
      Get Multi Row Only.
      Specified by:
      isMultiRowOnly in interface I_AD_UserDef_Tab
      Returns:
      This applies to Multi-Row view only
    • setIsReadOnly

      public void setIsReadOnly(String IsReadOnly)
      Set Read Only.
      Specified by:
      setIsReadOnly in interface I_AD_UserDef_Tab
      Parameters:
      IsReadOnly - Field is read only
    • getIsReadOnly

      public String getIsReadOnly()
      Get Read Only.
      Specified by:
      getIsReadOnly in interface I_AD_UserDef_Tab
      Returns:
      Field is read only
    • setIsSingleRow

      public void setIsSingleRow(String IsSingleRow)
      Set Single Row Layout.
      Specified by:
      setIsSingleRow in interface I_AD_UserDef_Tab
      Parameters:
      IsSingleRow - Default for toggle between Single- and Multi-Row (Grid) Layout
    • getIsSingleRow

      public String getIsSingleRow()
      Get Single Row Layout.
      Specified by:
      getIsSingleRow in interface I_AD_UserDef_Tab
      Returns:
      Default for toggle between Single- and Multi-Row (Grid) Layout
    • setName

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

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

      public void setOrderByClause(String OrderByClause)
      Set Sql ORDER BY.
      Specified by:
      setOrderByClause in interface I_AD_UserDef_Tab
      Parameters:
      OrderByClause - Fully qualified ORDER BY clause
    • getOrderByClause

      public String getOrderByClause()
      Get Sql ORDER BY.
      Specified by:
      getOrderByClause in interface I_AD_UserDef_Tab
      Returns:
      Fully qualified ORDER BY clause
    • setReadOnlyLogic

      public void setReadOnlyLogic(String ReadOnlyLogic)
      Set Read Only Logic.
      Specified by:
      setReadOnlyLogic in interface I_AD_UserDef_Tab
      Parameters:
      ReadOnlyLogic - Logic to determine if field is read only (applies only when field is read-write)
    • getReadOnlyLogic

      public String getReadOnlyLogic()
      Get Read Only Logic.
      Specified by:
      getReadOnlyLogic in interface I_AD_UserDef_Tab
      Returns:
      Logic to determine if field is read only (applies only when field is read-write)
    • setSeqNo

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

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

      public void setWhereClause(String WhereClause)
      Set Sql WHERE.
      Specified by:
      setWhereClause in interface I_AD_UserDef_Tab
      Parameters:
      WhereClause - Fully qualified SQL WHERE clause
    • getWhereClause

      public String getWhereClause()
      Get Sql WHERE.
      Specified by:
      getWhereClause in interface I_AD_UserDef_Tab
      Returns:
      Fully qualified SQL WHERE clause