Class MCOFCreditAnalysis

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

public class MCOFCreditAnalysis extends X_COF_CreditAnalysis
Model for Credit Analysis
Version:
MCOFCreditAnalysis.java, 26/03/2016 16:20:14 buglio
Author:
Lucas Buglio (lucas.buglio@devcoffee.com.br, http://www.devcoffee.com.br)
See Also:
  • Constructor Details

    • MCOFCreditAnalysis

      public MCOFCreditAnalysis(Properties ctx, int COF_CreditAnalysis_ID, String trxName)
      Parameters:
      ctx -
      COF_CreditAnalysis_ID -
      trxName -
    • MCOFCreditAnalysis

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

      public MCOFCreditAnalysis(Properties ctx, int COF_CreditAnalysis_ID, String trxName, String... virtualColumns)
    • MCOFCreditAnalysis

      public MCOFCreditAnalysis(Properties ctx, String COF_CreditAnalysis_UU, String trxName, String... virtualColumns)
    • MCOFCreditAnalysis

      public MCOFCreditAnalysis(Properties ctx, String COF_CreditAnalysis_UU, String trxName)
  • Method Details

    • beforeDelete

      protected boolean beforeDelete()
      Description copied from class: PO
      Executed before Delete operation.
      Overrides:
      beforeDelete in class PO
      Returns:
      true if record can be deleted
    • 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