Class RecurringChargeEntryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class RecurringChargeEntryModel
    extends ChargeEntryModel
    Generated model class for type RecurringChargeEntry first defined at extension subscriptionservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _SUBSCRIPTIONPRICEPLAN2RECURRINGCHARGEENTRYRELATION
        Generated relation code constant for relation SubscriptionPricePlan2RecurringChargeEntryRelation defining source attribute subscriptionPricePlanRecurring in extension subscriptionservices.
        See Also:
        Constant Field Values
      • CYCLESTART

        public static final java.lang.String CYCLESTART
        Generated constant - Attribute key of RecurringChargeEntry.cycleStart attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
      • CYCLEEND

        public static final java.lang.String CYCLEEND
        Generated constant - Attribute key of RecurringChargeEntry.cycleEnd attribute defined at extension subscriptionservices.
        See Also:
        Constant Field Values
      • SUBSCRIPTIONPRICEPLANRECURRING

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

      • RecurringChargeEntryModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public RecurringChargeEntryModel​(java.lang.Integer _cycleStart,
                                         java.lang.Double _price)
        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:
        _cycleStart - initial attribute declared by type RecurringChargeEntry at extension subscriptionservices
        _price - initial attribute declared by type ChargeEntry at extension subscriptionservices
      • RecurringChargeEntryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public RecurringChargeEntryModel​(CatalogVersionModel _catalogVersion,
                                         java.lang.Integer _cycleStart,
                                         java.lang.String _id,
                                         ItemModel _owner,
                                         java.lang.Double _price)
        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:
        _catalogVersion - initial attribute declared by type ChargeEntry at extension subscriptionservices
        _cycleStart - initial attribute declared by type RecurringChargeEntry at extension subscriptionservices
        _id - initial attribute declared by type ChargeEntry at extension subscriptionservices
        _owner - initial attribute declared by type Item at extension core
        _price - initial attribute declared by type ChargeEntry at extension subscriptionservices
    • Method Detail

      • getCycleEnd

        @Accessor(qualifier="cycleEnd",
                  type=GETTER)
        public java.lang.Integer getCycleEnd()
        Generated method - Getter of the RecurringChargeEntry.cycleEnd attribute defined at extension subscriptionservices.
        Returns:
        the cycleEnd - CycleEnd
      • getCycleStart

        @Accessor(qualifier="cycleStart",
                  type=GETTER)
        public java.lang.Integer getCycleStart()
        Generated method - Getter of the RecurringChargeEntry.cycleStart attribute defined at extension subscriptionservices.
        Returns:
        the cycleStart - CycleStart
      • getSubscriptionPricePlanRecurring

        @Accessor(qualifier="subscriptionPricePlanRecurring",
                  type=GETTER)
        public SubscriptionPricePlanModel getSubscriptionPricePlanRecurring()
        Generated method - Getter of the RecurringChargeEntry.subscriptionPricePlanRecurring attribute defined at extension subscriptionservices.
        Returns:
        the subscriptionPricePlanRecurring
      • setCycleEnd

        @Accessor(qualifier="cycleEnd",
                  type=SETTER)
        public void setCycleEnd​(java.lang.Integer value)
        Generated method - Setter of RecurringChargeEntry.cycleEnd attribute defined at extension subscriptionservices.
        Parameters:
        value - the cycleEnd - CycleEnd
      • setCycleStart

        @Accessor(qualifier="cycleStart",
                  type=SETTER)
        public void setCycleStart​(java.lang.Integer value)
        Generated method - Setter of RecurringChargeEntry.cycleStart attribute defined at extension subscriptionservices.
        Parameters:
        value - the cycleStart - CycleStart
      • setSubscriptionPricePlanRecurring

        @Accessor(qualifier="subscriptionPricePlanRecurring",
                  type=SETTER)
        public void setSubscriptionPricePlanRecurring​(SubscriptionPricePlanModel value)
        Generated method - Setter of RecurringChargeEntry.subscriptionPricePlanRecurring attribute defined at extension subscriptionservices.
        Parameters:
        value - the subscriptionPricePlanRecurring