Class X_C_Subscription_Delivery

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_Subscription_Delivery
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_Subscription_Delivery, I_Persistent, Evaluatee

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

    • X_C_Subscription_Delivery

      public X_C_Subscription_Delivery(Properties ctx, int C_Subscription_Delivery_ID, String trxName)
      Standard Constructor
    • X_C_Subscription_Delivery

      public X_C_Subscription_Delivery(Properties ctx, int C_Subscription_Delivery_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_Subscription_Delivery

      public X_C_Subscription_Delivery(Properties ctx, String C_Subscription_Delivery_UU, String trxName)
      Standard Constructor
    • X_C_Subscription_Delivery

      public X_C_Subscription_Delivery(Properties ctx, String C_Subscription_Delivery_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_Subscription_Delivery

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