Class MCOFCCustody

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

public class MCOFCCustody extends X_COF_C_Custody
Custody Model Class
Version:
$Id: MCOFCCustody.java, 16/07/2015 16:38:53 gabriels
Author:
Gabriel S Schneider (gabriel.schneider@devcoffee.com.br, http://www.devcoffee.com.br)
See Also:
  • Constructor Details

    • MCOFCCustody

      public MCOFCCustody(Properties ctx, int COF_C_Custody_ID, String trxName)
      Parameters:
      ctx -
      COF_C_Custody_ID -
      trxName -
    • MCOFCCustody

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

      public MCOFCCustody(Properties ctx, int COF_C_Custody_ID, String trxName, String... virtualColumns)
    • MCOFCCustody

      public MCOFCCustody(Properties ctx, String COF_C_Custody_UU, String trxName, String... virtualColumns)
    • MCOFCCustody

      public MCOFCCustody(Properties ctx, String COF_C_Custody_UU, String trxName)
  • Method Details

    • getCustody

      public static MCOFCCustody getCustody(String whereClause, String trxName)
    • 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