Class MWebServiceMethod

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

public class MWebServiceMethod extends X_WS_WebServiceMethod implements ImmutablePOSupport
Author:
hengsin
See Also:
  • Constructor Details

    • MWebServiceMethod

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

      public MWebServiceMethod(Properties ctx, int WS_WebServiceMethod_ID, String trxName)
      Parameters:
      ctx -
      WS_WebServiceMethod_ID -
      trxName -
    • MWebServiceMethod

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

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

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

      public MWebServiceMethod(Properties ctx, MWebServiceMethod copy, String trxName)
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details