Class MWebServicePara

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

public class MWebServicePara extends X_WS_WebService_Para
Web Services Parameters Model
Author:
Carlos Ruiz
See Also:
  • Constructor Details

    • MWebServicePara

      public MWebServicePara(Properties ctx, String WS_WebService_Para_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      WS_WebService_Para_UU - UUID key
      trxName - Transaction
    • MWebServicePara

      public MWebServicePara(Properties ctx, int WS_WebService_Para_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      WS_WebService_Para_ID -
      trxName - transaction
    • MWebServicePara

      public MWebServicePara(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
    • MWebServicePara

      public MWebServicePara(MWebServicePara copy)
      Parameters:
      copy -
    • MWebServicePara

      public MWebServicePara(Properties ctx, MWebServicePara copy)
      Parameters:
      ctx -
      copy -
    • MWebServicePara

      public MWebServicePara(Properties ctx, MWebServicePara copy, String trxName)
      Parameters:
      ctx -
      copy -
      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