Class MForecastLine

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

public class MForecastLine extends X_M_ForecastLine
Material Forecast Line Model.
Note: not fully develop and have been marked as inactive in Application Dictionary.
Version:
$Id: MForecastLine.java,v 1.11 2005/05/17 05:29:52 vpj-cd Exp $
Author:
Victor Perez www.e-evolution.com
See Also:
  • Constructor Details

    • MForecastLine

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

      public MForecastLine(Properties ctx, int M_ForecastLine_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      M_ForecastLine_ID - id
    • MForecastLine

      public MForecastLine(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
    • MForecastLine

      public MForecastLine(Properties ctx, int M_ForecastLine_ID, String trxName, String... virtualColumns)
      Parameters:
      ctx -
      M_ForecastLine_ID -
      trxName -
      virtualColumns -
  • 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
    • getParent

      public MForecast getParent()
      Get Parent
      Returns:
      parent