Class X_WS_WebServiceMethod

java.lang.Object
org.compiere.model.PO
org.idempiere.webservices.model.X_WS_WebServiceMethod
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, Evaluatee, I_WS_WebServiceMethod
Direct Known Subclasses:
MWebServiceMethod

public class X_WS_WebServiceMethod extends PO implements I_WS_WebServiceMethod, I_Persistent
Generated Model for WS_WebServiceMethod
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_WS_WebServiceMethod

      public X_WS_WebServiceMethod(Properties ctx, int WS_WebServiceMethod_ID, String trxName)
      Standard Constructor
    • X_WS_WebServiceMethod

      public X_WS_WebServiceMethod(Properties ctx, int WS_WebServiceMethod_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_WS_WebServiceMethod

      public X_WS_WebServiceMethod(Properties ctx, String WS_WebServiceMethod_UU, String trxName)
      Standard Constructor
    • X_WS_WebServiceMethod

      public X_WS_WebServiceMethod(Properties ctx, String WS_WebServiceMethod_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_WS_WebServiceMethod

      public X_WS_WebServiceMethod(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details