Class MCOFMShipRegionCity

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

public class MCOFMShipRegionCity extends X_COF_M_ShipRegion_CIty
See Also:
  • Constructor Details

    • MCOFMShipRegionCity

      public MCOFMShipRegionCity(Properties ctx, int COF_M_ShipRegion_CIty_ID, String trxName)
    • MCOFMShipRegionCity

      public MCOFMShipRegionCity(Properties ctx, ResultSet rs, String trxName)
    • MCOFMShipRegionCity

      public MCOFMShipRegionCity(Properties ctx, int COF_M_ShipRegion_CIty_ID, String trxName, String... virtualColumns)
    • MCOFMShipRegionCity

      public MCOFMShipRegionCity(Properties ctx, String COF_M_ShipRegion_CIty_UU, String trxName, String... virtualColumns)
    • MCOFMShipRegionCity

      public MCOFMShipRegionCity(Properties ctx, String COF_M_ShipRegion_CIty_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
    • 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