Class MCOFConfigRateioLinha

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

public class MCOFConfigRateioLinha extends X_COF_ConfigRateioLinha
Author:
muriloht
See Also:
  • Field Details

  • Constructor Details

    • MCOFConfigRateioLinha

      public MCOFConfigRateioLinha(Properties ctx, int COF_ConfigRateioLinha_ID, String trxName)
      Parameters:
      ctx -
      COF_ConfigRateioLinha_ID -
      trxName -
    • MCOFConfigRateioLinha

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

      public MCOFConfigRateioLinha(Properties ctx, int COF_ConfigRateioLinha_ID, String trxName, String... virtualColumns)
    • MCOFConfigRateioLinha

      public MCOFConfigRateioLinha(Properties ctx, String COF_ConfigRateioLinha_UU, String trxName, String... virtualColumns)
    • MCOFConfigRateioLinha

      public MCOFConfigRateioLinha(Properties ctx, String COF_ConfigRateioLinha_UU, String trxName)
  • Method Details

    • getParent

      public MCOFConfigRateio getParent()
      Returns:
      Returns the parent.
    • setParent

      public void setParent(MCOFConfigRateio parent)
      Parameters:
      parent - The parent to set.
    • beforeSave

      protected boolean beforeSave(boolean newRecord)
      Before Save
      Overrides:
      beforeSave in class PO
      Parameters:
      newRecord - new
      Returns:
      true
    • afterSave

      protected boolean afterSave(boolean newRecord, boolean success)
      After Save
      Overrides:
      afterSave in class PO
      Parameters:
      newRecord - new
      success - success
      Returns:
      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