Class BillingTimeModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String CARTAWARE
      Generated constant - Attribute key of BillingTime.cartAware attribute defined at extension subscriptionservices.
      static java.lang.String CODE
      Generated constant - Attribute key of BillingTime.code attribute defined at extension subscriptionservices.
      static java.lang.String DESCRIPTION
      Generated constant - Attribute key of BillingTime.description attribute defined at extension subscriptionservices.
      static java.lang.String NAMEINCART
      Generated constant - Attribute key of BillingTime.nameInCart attribute defined at extension subscriptionservices.
      static java.lang.String NAMEINORDER
      Generated constant - Attribute key of BillingTime.nameInOrder attribute defined at extension subscriptionservices.
      static java.lang.String ORDER
      Generated constant - Attribute key of BillingTime.order attribute defined at extension subscriptionservices.
    • Constructor Summary

      Constructors 
      Constructor Description
      BillingTimeModel()
      Generated constructor - Default constructor for generic creation.
      BillingTimeModel​(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      BillingTimeModel​(java.lang.String _code)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      BillingTimeModel​(java.lang.String _code, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getCartAware()
      Generated method - Getter of the BillingTime.cartAware attribute defined at extension subscriptionservices.
      java.lang.String getCode()
      Generated method - Getter of the BillingTime.code attribute defined at extension subscriptionservices.
      java.lang.String getDescription()
      Generated method - Getter of the BillingTime.description attribute defined at extension subscriptionservices.
      java.lang.String getDescription​(java.util.Locale loc)
      Generated method - Getter of the BillingTime.description attribute defined at extension subscriptionservices.
      java.lang.String getNameInCart()
      Generated method - Getter of the BillingTime.nameInCart attribute defined at extension subscriptionservices.
      java.lang.String getNameInCart​(java.util.Locale loc)
      Generated method - Getter of the BillingTime.nameInCart attribute defined at extension subscriptionservices.
      java.lang.String getNameInOrder()
      Generated method - Getter of the BillingTime.nameInOrder attribute defined at extension subscriptionservices.
      java.lang.String getNameInOrder​(java.util.Locale loc)
      Generated method - Getter of the BillingTime.nameInOrder attribute defined at extension subscriptionservices.
      java.lang.Integer getOrder()
      Generated method - Getter of the BillingTime.order attribute defined at extension subscriptionservices.
      void setCartAware​(java.lang.Boolean value)
      Generated method - Setter of BillingTime.cartAware attribute defined at extension subscriptionservices.
      void setCode​(java.lang.String value)
      Generated method - Initial setter of BillingTime.code attribute defined at extension subscriptionservices.
      void setDescription​(java.lang.String value)
      Generated method - Setter of BillingTime.description attribute defined at extension subscriptionservices.
      void setDescription​(java.lang.String value, java.util.Locale loc)
      Generated method - Setter of BillingTime.description attribute defined at extension subscriptionservices.
      void setNameInCart​(java.lang.String value)
      Generated method - Setter of BillingTime.nameInCart attribute defined at extension subscriptionservices.
      void setNameInCart​(java.lang.String value, java.util.Locale loc)
      Generated method - Setter of BillingTime.nameInCart attribute defined at extension subscriptionservices.
      void setNameInOrder​(java.lang.String value)
      Generated method - Setter of BillingTime.nameInOrder attribute defined at extension subscriptionservices.
      void setNameInOrder​(java.lang.String value, java.util.Locale loc)
      Generated method - Setter of BillingTime.nameInOrder attribute defined at extension subscriptionservices.
      void setOrder​(java.lang.Integer value)
      Generated method - Setter of BillingTime.order attribute defined at extension subscriptionservices.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Generated constant - Attribute key of BillingTime.code attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
      • NAMEINCART

        public static final java.lang.String NAMEINCART
        Generated constant - Attribute key of BillingTime.nameInCart attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
      • NAMEINORDER

        public static final java.lang.String NAMEINORDER
        Generated constant - Attribute key of BillingTime.nameInOrder attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Generated constant - Attribute key of BillingTime.description attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
      • ORDER

        public static final java.lang.String ORDER
        Generated constant - Attribute key of BillingTime.order attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
      • CARTAWARE

        public static final java.lang.String CARTAWARE
        Generated constant - Attribute key of BillingTime.cartAware attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BillingTimeModel

        public BillingTimeModel()
        Generated constructor - Default constructor for generic creation.
      • BillingTimeModel

        public BillingTimeModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • BillingTimeModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public BillingTimeModel​(java.lang.String _code)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _code - initial attribute declared by type BillingTime at extension subscriptionservices
      • BillingTimeModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public BillingTimeModel​(java.lang.String _code,
                                ItemModel _owner)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _code - initial attribute declared by type BillingTime at extension subscriptionservices
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCartAware

        @Accessor(qualifier="cartAware",
                  type=GETTER)
        public java.lang.Boolean getCartAware()
        Generated method - Getter of the BillingTime.cartAware attribute defined at extension subscriptionservices.
        Returns:
        the cartAware - Cart Aware
      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the BillingTime.code attribute defined at extension subscriptionservices.
        Returns:
        the code - Code
      • getDescription

        @Accessor(qualifier="description",
                  type=GETTER)
        public java.lang.String getDescription()
        Generated method - Getter of the BillingTime.description attribute defined at extension subscriptionservices.
        Returns:
        the description - Description
      • getDescription

        @Accessor(qualifier="description",
                  type=GETTER)
        public java.lang.String getDescription​(java.util.Locale loc)
        Generated method - Getter of the BillingTime.description attribute defined at extension subscriptionservices.
        Parameters:
        loc - the value localization key
        Returns:
        the description - Description
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getNameInCart

        @Accessor(qualifier="nameInCart",
                  type=GETTER)
        public java.lang.String getNameInCart()
        Generated method - Getter of the BillingTime.nameInCart attribute defined at extension subscriptionservices.
        Returns:
        the nameInCart - Name of frequency in cart
      • getNameInCart

        @Accessor(qualifier="nameInCart",
                  type=GETTER)
        public java.lang.String getNameInCart​(java.util.Locale loc)
        Generated method - Getter of the BillingTime.nameInCart attribute defined at extension subscriptionservices.
        Parameters:
        loc - the value localization key
        Returns:
        the nameInCart - Name of frequency in cart
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getNameInOrder

        @Accessor(qualifier="nameInOrder",
                  type=GETTER)
        public java.lang.String getNameInOrder()
        Generated method - Getter of the BillingTime.nameInOrder attribute defined at extension subscriptionservices.
        Returns:
        the nameInOrder - Name of frequency in order
      • getNameInOrder

        @Accessor(qualifier="nameInOrder",
                  type=GETTER)
        public java.lang.String getNameInOrder​(java.util.Locale loc)
        Generated method - Getter of the BillingTime.nameInOrder attribute defined at extension subscriptionservices.
        Parameters:
        loc - the value localization key
        Returns:
        the nameInOrder - Name of frequency in order
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getOrder

        @Accessor(qualifier="order",
                  type=GETTER)
        public java.lang.Integer getOrder()
        Generated method - Getter of the BillingTime.order attribute defined at extension subscriptionservices.
        Returns:
        the order - Sequence
      • setCartAware

        @Accessor(qualifier="cartAware",
                  type=SETTER)
        public void setCartAware​(java.lang.Boolean value)
        Generated method - Setter of BillingTime.cartAware attribute defined at extension subscriptionservices.
        Parameters:
        value - the cartAware - Cart Aware
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Initial setter of BillingTime.code attribute defined at extension subscriptionservices. Can only be used at creation of model - before first save.
        Parameters:
        value - the code - Code
      • setDescription

        @Accessor(qualifier="description",
                  type=SETTER)
        public void setDescription​(java.lang.String value)
        Generated method - Setter of BillingTime.description attribute defined at extension subscriptionservices.
        Parameters:
        value - the description - Description
      • setDescription

        @Accessor(qualifier="description",
                  type=SETTER)
        public void setDescription​(java.lang.String value,
                                   java.util.Locale loc)
        Generated method - Setter of BillingTime.description attribute defined at extension subscriptionservices.
        Parameters:
        value - the description - Description
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setNameInCart

        @Accessor(qualifier="nameInCart",
                  type=SETTER)
        public void setNameInCart​(java.lang.String value)
        Generated method - Setter of BillingTime.nameInCart attribute defined at extension subscriptionservices.
        Parameters:
        value - the nameInCart - Name of frequency in cart
      • setNameInCart

        @Accessor(qualifier="nameInCart",
                  type=SETTER)
        public void setNameInCart​(java.lang.String value,
                                  java.util.Locale loc)
        Generated method - Setter of BillingTime.nameInCart attribute defined at extension subscriptionservices.
        Parameters:
        value - the nameInCart - Name of frequency in cart
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setNameInOrder

        @Accessor(qualifier="nameInOrder",
                  type=SETTER)
        public void setNameInOrder​(java.lang.String value)
        Generated method - Setter of BillingTime.nameInOrder attribute defined at extension subscriptionservices.
        Parameters:
        value - the nameInOrder - Name of frequency in order
      • setNameInOrder

        @Accessor(qualifier="nameInOrder",
                  type=SETTER)
        public void setNameInOrder​(java.lang.String value,
                                   java.util.Locale loc)
        Generated method - Setter of BillingTime.nameInOrder attribute defined at extension subscriptionservices.
        Parameters:
        value - the nameInOrder - Name of frequency in order
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setOrder

        @Accessor(qualifier="order",
                  type=SETTER)
        public void setOrder​(java.lang.Integer value)
        Generated method - Setter of BillingTime.order attribute defined at extension subscriptionservices.
        Parameters:
        value - the order - Sequence