Class MCOFCCollectionGuide

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

public class MCOFCCollectionGuide extends X_COF_C_CollectionGuide
Model Class COF_C_CollectionGuide
Version:
$Id: MCOFCCollectionGuide.java, 10/03/2016 16:21:35 gschneider
Author:
Gabriel S Schneider (gabriel.schneider@devcoffee.com.br>, http://www.devcoffee.com.br)
See Also:
  • Constructor Details

    • MCOFCCollectionGuide

      public MCOFCCollectionGuide(Properties ctx, int COF_C_CollectionGuide_ID, String trxName)
      Parameters:
      ctx -
      COF_C_CollectionGuide_ID -
      trxName -
    • MCOFCCollectionGuide

      public MCOFCCollectionGuide(Properties ctx, int COF_C_CollectionGuide_ID, String trxName, String... virtualColumns)
    • MCOFCCollectionGuide

      public MCOFCCollectionGuide(Properties ctx, String COF_C_CollectionGuide_UU, String trxName, String... virtualColumns)
    • MCOFCCollectionGuide

      public MCOFCCollectionGuide(Properties ctx, String COF_C_CollectionGuide_UU, String trxName)
    • MCOFCCollectionGuide

      public MCOFCCollectionGuide(Properties ctx, ResultSet rs, String trxName)
      Parameters:
      ctx -
      rs -
      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
    • applyCollections

      public void applyCollections()