Class MUserDefTab

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_UserDef_Tab, I_Persistent, Evaluatee, ImmutablePOSupport

public class MUserDefTab extends X_AD_UserDef_Tab implements ImmutablePOSupport
User overrides for tab model
Version:
$Id$
Author:
Dirk Niemeyer, action 42 GmbH
See Also:
  • Constructor Details

    • MUserDefTab

      public MUserDefTab(Properties ctx, String AD_UserDef_Tab_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      AD_UserDef_Tab_UU - UUID key
      trxName - Transaction
    • MUserDefTab

      public MUserDefTab(Properties ctx, int ID, String trxName)
      Standard constructor. You must implement this constructor for Adempiere Persistency
      Parameters:
      ctx - context
      ID - the primary key ID
      trxName - transaction
    • MUserDefTab

      public MUserDefTab(Properties ctx, ResultSet rs, String trxName)
      Optional Load Constructor. You would use this constructor to load several business objects. SELECT * FROM MyModelExample WHERE ...
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
    • MUserDefTab

      public MUserDefTab(MUserDefTab copy)
      Parameters:
      copy -
    • MUserDefTab

      public MUserDefTab(Properties ctx, MUserDefTab copy)
      Parameters:
      ctx -
      copy -
    • MUserDefTab

      public MUserDefTab(Properties ctx, MUserDefTab copy, String trxName)
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details

    • getMatch

      public static MUserDefTab getMatch(Properties ctx, int AD_Tab_ID, int AD_UserDefWin_ID)
      Get matching MUserDefTab related to current tab and user definition for window
      Parameters:
      ctx -
      AD_Tab_ID -
      AD_UserDefWin_ID -
      Returns:
    • get

      public static MUserDefTab get(Properties ctx, int AD_Tab_ID, int AD_Window_ID)
      Get matching MUserDefTab related to current tab and window
      Parameters:
      ctx -
      AD_Tab_ID -
      AD_Window_ID -
      Returns:
    • markImmutable

      public PO markImmutable()
      Description copied from interface: ImmutablePOSupport
      mark PO as immutable
      Specified by:
      markImmutable in interface ImmutablePOSupport
      Returns:
      PO