Class MCOFPneuMontagem

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

public class MCOFPneuMontagem extends X_COF_Pneu_Montagem
Model Class for Montagem (Pneu)
Version:
$Id: MCOFPneuMontagem.java, 13/11/2019 10:32:50 muriloht
Author:
Murilo H. Torquato (muriloht@devcoffee.com.br, http://www.devcoffee.com.br)
See Also:
  • Constructor Details

    • MCOFPneuMontagem

      public MCOFPneuMontagem(Properties ctx, int COF_Pneu_Montagem_ID, String trxName)
    • MCOFPneuMontagem

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

      public MCOFPneuMontagem(Properties ctx, int COF_Pneu_Montagem_ID, String trxName, String... virtualColumns)
    • MCOFPneuMontagem

      public MCOFPneuMontagem(Properties ctx, String COF_Pneu_Montagem_UU, String trxName, String... virtualColumns)
    • MCOFPneuMontagem

      public MCOFPneuMontagem(Properties ctx, String COF_Pneu_Montagem_UU, String trxName)
  • Method Details

    • beforeSave

      protected boolean beforeSave(boolean newRecord)
      Description copied from class: PO
      Called before Save for Pre-Save Operation
      Overrides:
      beforeSave in class PO
      Parameters:
      newRecord - new record
      Returns:
      true if record can be saved
    • 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
    • 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
    • getApontamentos

      public List<MCOFPneuApontamento> getApontamentos()