Class GeneratedCustomerCoupon

    • Field Detail

      • ASSIGNABLE

        public static final java.lang.String ASSIGNABLE
        Qualifier of the CustomerCoupon.assignable attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Qualifier of the CustomerCoupon.description attribute
        See Also:
        Constant Field Values
      • CUSTOMERS

        public static final java.lang.String CUSTOMERS
        Qualifier of the CustomerCoupon.customers attribute
        See Also:
        Constant Field Values
      • CUSTOMERCOUPON2CUSTOMER_SRC_ORDERED

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

        protected static java.lang.String CUSTOMERCOUPON2CUSTOMER_TGT_ORDERED
      • CUSTOMERCOUPON2CUSTOMER_MARKMODIFIED

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

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCustomerCoupon

        public GeneratedCustomerCoupon()
    • Method Detail

      • isAssignable

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

        public java.lang.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,
                                  java.lang.Boolean value)
        Generated method - Setter of the CustomerCoupon.assignable attribute.
        Parameters:
        value - the assignable
      • setAssignable

        public void setAssignable​(java.lang.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 java.util.Collection<Customer> getCustomers​(SessionContext ctx)
        Generated method - Getter of the CustomerCoupon.customers attribute.
        Returns:
        the customers - Customers
      • getCustomers

        public java.util.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,
                                 java.util.Collection<Customer> value)
        Generated method - Setter of the CustomerCoupon.customers attribute.
        Parameters:
        value - the customers - Customers
      • setCustomers

        public void setCustomers​(java.util.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 java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the CustomerCoupon.description attribute.
        Returns:
        the description
      • getDescription

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

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

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

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

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

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

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