Class GeneratedBillingTime

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the BillingTime.code attribute
        See Also:
        Constant Field Values
      • NAMEINCART

        public static final java.lang.String NAMEINCART
        Qualifier of the BillingTime.nameInCart attribute
        See Also:
        Constant Field Values
      • NAMEINORDER

        public static final java.lang.String NAMEINORDER
        Qualifier of the BillingTime.nameInOrder attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

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

        public static final java.lang.String ORDER
        Qualifier of the BillingTime.order attribute
        See Also:
        Constant Field Values
      • CARTAWARE

        public static final java.lang.String CARTAWARE
        Qualifier of the BillingTime.cartAware attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedBillingTime

        public GeneratedBillingTime()
    • Method Detail

      • isCartAware

        public java.lang.Boolean isCartAware​(SessionContext ctx)
        Generated method - Getter of the BillingTime.cartAware attribute.
        Returns:
        the cartAware - Cart Aware
      • isCartAware

        public java.lang.Boolean isCartAware()
        Generated method - Getter of the BillingTime.cartAware attribute.
        Returns:
        the cartAware - Cart Aware
      • isCartAwareAsPrimitive

        public boolean isCartAwareAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BillingTime.cartAware attribute.
        Returns:
        the cartAware - Cart Aware
      • isCartAwareAsPrimitive

        public boolean isCartAwareAsPrimitive()
        Generated method - Getter of the BillingTime.cartAware attribute.
        Returns:
        the cartAware - Cart Aware
      • setCartAware

        public void setCartAware​(SessionContext ctx,
                                 java.lang.Boolean value)
        Generated method - Setter of the BillingTime.cartAware attribute.
        Parameters:
        value - the cartAware - Cart Aware
      • setCartAware

        public void setCartAware​(java.lang.Boolean value)
        Generated method - Setter of the BillingTime.cartAware attribute.
        Parameters:
        value - the cartAware - Cart Aware
      • setCartAware

        public void setCartAware​(SessionContext ctx,
                                 boolean value)
        Generated method - Setter of the BillingTime.cartAware attribute.
        Parameters:
        value - the cartAware - Cart Aware
      • setCartAware

        public void setCartAware​(boolean value)
        Generated method - Setter of the BillingTime.cartAware attribute.
        Parameters:
        value - the cartAware - Cart Aware
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the BillingTime.code attribute.
        Returns:
        the code - Code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the BillingTime.code attribute.
        Returns:
        the code - Code
      • setCode

        protected void setCode​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the BillingTime.code attribute.
        Parameters:
        value - the code - Code
      • setCode

        protected void setCode​(java.lang.String value)
        Generated method - Setter of the BillingTime.code attribute.
        Parameters:
        value - the code - Code
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the BillingTime.description attribute.
        Returns:
        the description - Description
      • getDescription

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

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

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

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

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

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

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

        public java.lang.String getNameInCart​(SessionContext ctx)
        Generated method - Getter of the BillingTime.nameInCart attribute.
        Returns:
        the nameInCart - Name of frequency in cart
      • getNameInCart

        public java.lang.String getNameInCart()
        Generated method - Getter of the BillingTime.nameInCart attribute.
        Returns:
        the nameInCart - Name of frequency in cart
      • getAllNameInCart

        public java.util.Map<Language,​java.lang.String> getAllNameInCart​(SessionContext ctx)
        Generated method - Getter of the BillingTime.nameInCart attribute.
        Returns:
        the localized nameInCart - Name of frequency in cart
      • getAllNameInCart

        public java.util.Map<Language,​java.lang.String> getAllNameInCart()
        Generated method - Getter of the BillingTime.nameInCart attribute.
        Returns:
        the localized nameInCart - Name of frequency in cart
      • setNameInCart

        public void setNameInCart​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the BillingTime.nameInCart attribute.
        Parameters:
        value - the nameInCart - Name of frequency in cart
      • setNameInCart

        public void setNameInCart​(java.lang.String value)
        Generated method - Setter of the BillingTime.nameInCart attribute.
        Parameters:
        value - the nameInCart - Name of frequency in cart
      • setAllNameInCart

        public void setAllNameInCart​(SessionContext ctx,
                                     java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the BillingTime.nameInCart attribute.
        Parameters:
        value - the nameInCart - Name of frequency in cart
      • setAllNameInCart

        public void setAllNameInCart​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the BillingTime.nameInCart attribute.
        Parameters:
        value - the nameInCart - Name of frequency in cart
      • getNameInOrder

        public java.lang.String getNameInOrder​(SessionContext ctx)
        Generated method - Getter of the BillingTime.nameInOrder attribute.
        Returns:
        the nameInOrder - Name of frequency in order
      • getNameInOrder

        public java.lang.String getNameInOrder()
        Generated method - Getter of the BillingTime.nameInOrder attribute.
        Returns:
        the nameInOrder - Name of frequency in order
      • getAllNameInOrder

        public java.util.Map<Language,​java.lang.String> getAllNameInOrder​(SessionContext ctx)
        Generated method - Getter of the BillingTime.nameInOrder attribute.
        Returns:
        the localized nameInOrder - Name of frequency in order
      • getAllNameInOrder

        public java.util.Map<Language,​java.lang.String> getAllNameInOrder()
        Generated method - Getter of the BillingTime.nameInOrder attribute.
        Returns:
        the localized nameInOrder - Name of frequency in order
      • setNameInOrder

        public void setNameInOrder​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the BillingTime.nameInOrder attribute.
        Parameters:
        value - the nameInOrder - Name of frequency in order
      • setNameInOrder

        public void setNameInOrder​(java.lang.String value)
        Generated method - Setter of the BillingTime.nameInOrder attribute.
        Parameters:
        value - the nameInOrder - Name of frequency in order
      • setAllNameInOrder

        public void setAllNameInOrder​(SessionContext ctx,
                                      java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the BillingTime.nameInOrder attribute.
        Parameters:
        value - the nameInOrder - Name of frequency in order
      • setAllNameInOrder

        public void setAllNameInOrder​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the BillingTime.nameInOrder attribute.
        Parameters:
        value - the nameInOrder - Name of frequency in order
      • getOrder

        public java.lang.Integer getOrder​(SessionContext ctx)
        Generated method - Getter of the BillingTime.order attribute.
        Returns:
        the order - Sequence
      • getOrder

        public java.lang.Integer getOrder()
        Generated method - Getter of the BillingTime.order attribute.
        Returns:
        the order - Sequence
      • getOrderAsPrimitive

        public int getOrderAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BillingTime.order attribute.
        Returns:
        the order - Sequence
      • getOrderAsPrimitive

        public int getOrderAsPrimitive()
        Generated method - Getter of the BillingTime.order attribute.
        Returns:
        the order - Sequence
      • setOrder

        public void setOrder​(SessionContext ctx,
                             java.lang.Integer value)
        Generated method - Setter of the BillingTime.order attribute.
        Parameters:
        value - the order - Sequence
      • setOrder

        public void setOrder​(java.lang.Integer value)
        Generated method - Setter of the BillingTime.order attribute.
        Parameters:
        value - the order - Sequence
      • setOrder

        public void setOrder​(SessionContext ctx,
                             int value)
        Generated method - Setter of the BillingTime.order attribute.
        Parameters:
        value - the order - Sequence
      • setOrder

        public void setOrder​(int value)
        Generated method - Setter of the BillingTime.order attribute.
        Parameters:
        value - the order - Sequence