Class MHouseKeeping

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

public class MHouseKeeping extends X_AD_HouseKeeping
House keeping model
See Also:
  • Constructor Details

    • MHouseKeeping

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

      public MHouseKeeping(Properties ctx, int AD_HouseKeeping_ID, String trxName)
      Parameters:
      ctx -
      AD_HouseKeeping_ID -
      trxName -
    • MHouseKeeping

      public MHouseKeeping(Properties ctx, ResultSet rs, String trxName)
      Parameters:
      ctx -
      rs -
      trxName -
  • Method Details

    • beforeSave

      protected boolean beforeSave(boolean newRecord)
      Description copied from class: PO
      Called before Save for Pre-Save Operation.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      beforeSave in class PO
      Parameters:
      newRecord - true if it is a new record
      Returns:
      true if record can be saved