Class MCOFPPPlanoMestreLine

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

public class MCOFPPPlanoMestreLine extends X_COF_PP_PlanoMestreProdLine
Class short description

Class long description

Version:
$Id: MCOFPPPlanoMestreLine.java, 26 de jan de 2017 18:01:27 coelho
Author:
coelho (leonardo.coelho@devcoffee.com.br>, http://www.devcoffee.com.br)
See Also:
  • Constructor Details

    • MCOFPPPlanoMestreLine

      public MCOFPPPlanoMestreLine(Properties ctx, int COF_PP_PlanoMestreProdLine_ID, String trxName)
      Parameters:
      ctx -
      COF_PP_PlanoMestreProdLine_ID -
      trxName -
    • MCOFPPPlanoMestreLine

      public MCOFPPPlanoMestreLine(Properties ctx, ResultSet rs, String trxName)
      Parameters:
      ctx -
      rs -
      trxName -
    • MCOFPPPlanoMestreLine

      public MCOFPPPlanoMestreLine(Properties ctx, int COF_PP_PlanoMestreProdLine_ID, String trxName, String... virtualColumns)
    • MCOFPPPlanoMestreLine

      public MCOFPPPlanoMestreLine(Properties ctx, String COF_PP_PlanoMestreProdLine_UU, String trxName, String... virtualColumns)
    • MCOFPPPlanoMestreLine

      public MCOFPPPlanoMestreLine(Properties ctx, String COF_PP_PlanoMestreProdLine_UU, String trxName)
  • Method Details

    • afterDelete

      protected boolean afterDelete(boolean success)
      Description copied from class: PO
      Executed after Delete operation.
      Overrides:
      afterDelete in class PO
      Parameters:
      success - true if record deleted
      Returns:
      true if delete is a success
    • afterSave

      protected boolean afterSave(boolean newRecord, boolean success)
      Description copied from class: PO
      Called after Save for Post-Save Operation
      Overrides:
      afterSave in class PO
      Parameters:
      newRecord - new record
      success - true if save operation was success
      Returns:
      if save was a success