Class GeneratedCustomerCoupon

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CustomerCoupon

public abstract class GeneratedCustomerCoupon extends AbstractCoupon
Generated class for type CustomerCoupon.
See Also:
  • Field Details

    • ASSIGNABLE

      public static final String ASSIGNABLE
      Qualifier of the CustomerCoupon.assignable attribute
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Qualifier of the CustomerCoupon.description attribute
      See Also:
    • CUSTOMERS

      public static final String CUSTOMERS
      Qualifier of the CustomerCoupon.customers attribute
      See Also:
    • CUSTOMERCOUPON2CUSTOMER_SRC_ORDERED

      protected static String CUSTOMERCOUPON2CUSTOMER_SRC_ORDERED
      Relation ordering override parameter constants for CustomerCoupon2Customer from ((customercouponservices))
    • CUSTOMERCOUPON2CUSTOMER_TGT_ORDERED

      protected static String CUSTOMERCOUPON2CUSTOMER_TGT_ORDERED
    • CUSTOMERCOUPON2CUSTOMER_MARKMODIFIED

      protected static String CUSTOMERCOUPON2CUSTOMER_MARKMODIFIED
      Relation disable markmodifed parameter constants for CustomerCoupon2Customer from ((customercouponservices))
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedCustomerCoupon

      public GeneratedCustomerCoupon()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractCoupon
    • isAssignable

      public Boolean isAssignable(SessionContext ctx)
      Generated method - Getter of the CustomerCoupon.assignable attribute.
      Returns:
      the assignable
    • isAssignable

      public Boolean isAssignable()
      Generated method - Getter of the CustomerCoupon.assignable attribute.
      Returns:
      the assignable
    • isAssignableAsPrimitive

      public boolean isAssignableAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CustomerCoupon.assignable attribute.
      Returns:
      the assignable
    • isAssignableAsPrimitive

      public boolean isAssignableAsPrimitive()
      Generated method - Getter of the CustomerCoupon.assignable attribute.
      Returns:
      the assignable
    • setAssignable

      public void setAssignable(SessionContext ctx, Boolean value)
      Generated method - Setter of the CustomerCoupon.assignable attribute.
      Parameters:
      value - the assignable
    • setAssignable

      public void setAssignable(Boolean value)
      Generated method - Setter of the CustomerCoupon.assignable attribute.
      Parameters:
      value - the assignable
    • setAssignable

      public void setAssignable(SessionContext ctx, boolean value)
      Generated method - Setter of the CustomerCoupon.assignable attribute.
      Parameters:
      value - the assignable
    • setAssignable

      public void setAssignable(boolean value)
      Generated method - Setter of the CustomerCoupon.assignable attribute.
      Parameters:
      value - the assignable
    • getCustomers

      public Collection<Customer> getCustomers(SessionContext ctx)
      Generated method - Getter of the CustomerCoupon.customers attribute.
      Returns:
      the customers - Customers
    • getCustomers

      public Collection<Customer> getCustomers()
      Generated method - Getter of the CustomerCoupon.customers attribute.
      Returns:
      the customers - Customers
    • getCustomersCount

      public long getCustomersCount(SessionContext ctx)
    • getCustomersCount

      public long getCustomersCount()
    • setCustomers

      public void setCustomers(SessionContext ctx, Collection<Customer> value)
      Generated method - Setter of the CustomerCoupon.customers attribute.
      Parameters:
      value - the customers - Customers
    • setCustomers

      public void setCustomers(Collection<Customer> value)
      Generated method - Setter of the CustomerCoupon.customers attribute.
      Parameters:
      value - the customers - Customers
    • addToCustomers

      public void addToCustomers(SessionContext ctx, Customer value)
      Generated method - Adds value to customers.
      Parameters:
      value - the item to add to customers - Customers
    • addToCustomers

      public void addToCustomers(Customer value)
      Generated method - Adds value to customers.
      Parameters:
      value - the item to add to customers - Customers
    • removeFromCustomers

      public void removeFromCustomers(SessionContext ctx, Customer value)
      Generated method - Removes value from customers.
      Parameters:
      value - the item to remove from customers - Customers
    • removeFromCustomers

      public void removeFromCustomers(Customer value)
      Generated method - Removes value from customers.
      Parameters:
      value - the item to remove from customers - Customers
    • getDescription

      public String getDescription(SessionContext ctx)
      Generated method - Getter of the CustomerCoupon.description attribute.
      Returns:
      the description
    • getDescription

      public String getDescription()
      Generated method - Getter of the CustomerCoupon.description attribute.
      Returns:
      the description
    • getAllDescription

      public Map<Language,String> getAllDescription(SessionContext ctx)
      Generated method - Getter of the CustomerCoupon.description attribute.
      Returns:
      the localized description
    • getAllDescription

      public Map<Language,String> getAllDescription()
      Generated method - Getter of the CustomerCoupon.description attribute.
      Returns:
      the localized description
    • setDescription

      public void setDescription(SessionContext ctx, String value)
      Generated method - Setter of the CustomerCoupon.description attribute.
      Parameters:
      value - the description
    • setDescription

      public void setDescription(String value)
      Generated method - Setter of the CustomerCoupon.description attribute.
      Parameters:
      value - the description
    • setAllDescription

      public void setAllDescription(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the CustomerCoupon.description attribute.
      Parameters:
      value - the description
    • setAllDescription

      public void setAllDescription(Map<Language,String> value)
      Generated method - Setter of the CustomerCoupon.description attribute.
      Parameters:
      value - the description
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item