Class GeneratedSubscription

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the Subscription.id attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the Subscription.name attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

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

        public static final java.lang.String PRODUCTCODE
        Qualifier of the Subscription.productCode attribute
        See Also:
        Constant Field Values
      • ORDERNUMBER

        public static final java.lang.String ORDERNUMBER
        Qualifier of the Subscription.orderNumber attribute
        See Also:
        Constant Field Values
      • ORDERENTRYNUMBER

        public static final java.lang.String ORDERENTRYNUMBER
        Qualifier of the Subscription.orderEntryNumber attribute
        See Also:
        Constant Field Values
      • BILLINGSYSTEMID

        public static final java.lang.String BILLINGSYSTEMID
        Qualifier of the Subscription.billingsystemId attribute
        See Also:
        Constant Field Values
      • STARTDATE

        public static final java.lang.String STARTDATE
        Qualifier of the Subscription.startDate attribute
        See Also:
        Constant Field Values
      • ENDDATE

        public static final java.lang.String ENDDATE
        Qualifier of the Subscription.endDate attribute
        See Also:
        Constant Field Values
      • RENEWALTYPE

        public static final java.lang.String RENEWALTYPE
        Qualifier of the Subscription.renewalType attribute
        See Also:
        Constant Field Values
      • SUBSCRIPTIONSTATUS

        public static final java.lang.String SUBSCRIPTIONSTATUS
        Qualifier of the Subscription.subscriptionStatus attribute
        See Also:
        Constant Field Values
      • CANCELLABLE

        public static final java.lang.String CANCELLABLE
        Qualifier of the Subscription.cancellable attribute
        See Also:
        Constant Field Values
      • BILLINGFREQUENCY

        public static final java.lang.String BILLINGFREQUENCY
        Qualifier of the Subscription.billingFrequency attribute
        See Also:
        Constant Field Values
      • CONTRACTDURATION

        public static final java.lang.String CONTRACTDURATION
        Qualifier of the Subscription.contractDuration attribute
        See Also:
        Constant Field Values
      • CONTRACTFREQUENCY

        public static final java.lang.String CONTRACTFREQUENCY
        Qualifier of the Subscription.contractFrequency attribute
        See Also:
        Constant Field Values
      • PLACEDON

        public static final java.lang.String PLACEDON
        Qualifier of the Subscription.placedOn attribute
        See Also:
        Constant Field Values
      • CANCELLEDDATE

        public static final java.lang.String CANCELLEDDATE
        Qualifier of the Subscription.cancelledDate attribute
        See Also:
        Constant Field Values
      • CUSTOMERID

        public static final java.lang.String CUSTOMERID
        Qualifier of the Subscription.customerId 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

      • GeneratedSubscription

        public GeneratedSubscription()
    • Method Detail

      • getBillingFrequency

        public java.lang.String getBillingFrequency​(SessionContext ctx)
        Generated method - Getter of the Subscription.billingFrequency attribute.
        Returns:
        the billingFrequency - Billing Frequency
      • getBillingFrequency

        public java.lang.String getBillingFrequency()
        Generated method - Getter of the Subscription.billingFrequency attribute.
        Returns:
        the billingFrequency - Billing Frequency
      • setBillingFrequency

        public void setBillingFrequency​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the Subscription.billingFrequency attribute.
        Parameters:
        value - the billingFrequency - Billing Frequency
      • setBillingFrequency

        public void setBillingFrequency​(java.lang.String value)
        Generated method - Setter of the Subscription.billingFrequency attribute.
        Parameters:
        value - the billingFrequency - Billing Frequency
      • getBillingsystemId

        public java.lang.String getBillingsystemId​(SessionContext ctx)
        Generated method - Getter of the Subscription.billingsystemId attribute.
        Returns:
        the billingsystemId - Billingsystem Identifier
      • getBillingsystemId

        public java.lang.String getBillingsystemId()
        Generated method - Getter of the Subscription.billingsystemId attribute.
        Returns:
        the billingsystemId - Billingsystem Identifier
      • setBillingsystemId

        public void setBillingsystemId​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the Subscription.billingsystemId attribute.
        Parameters:
        value - the billingsystemId - Billingsystem Identifier
      • setBillingsystemId

        public void setBillingsystemId​(java.lang.String value)
        Generated method - Setter of the Subscription.billingsystemId attribute.
        Parameters:
        value - the billingsystemId - Billingsystem Identifier
      • isCancellable

        public java.lang.Boolean isCancellable​(SessionContext ctx)
        Generated method - Getter of the Subscription.cancellable attribute.
        Returns:
        the cancellable - Cancellable
      • isCancellable

        public java.lang.Boolean isCancellable()
        Generated method - Getter of the Subscription.cancellable attribute.
        Returns:
        the cancellable - Cancellable
      • isCancellableAsPrimitive

        public boolean isCancellableAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Subscription.cancellable attribute.
        Returns:
        the cancellable - Cancellable
      • isCancellableAsPrimitive

        public boolean isCancellableAsPrimitive()
        Generated method - Getter of the Subscription.cancellable attribute.
        Returns:
        the cancellable - Cancellable
      • setCancellable

        public void setCancellable​(SessionContext ctx,
                                   java.lang.Boolean value)
        Generated method - Setter of the Subscription.cancellable attribute.
        Parameters:
        value - the cancellable - Cancellable
      • setCancellable

        public void setCancellable​(java.lang.Boolean value)
        Generated method - Setter of the Subscription.cancellable attribute.
        Parameters:
        value - the cancellable - Cancellable
      • setCancellable

        public void setCancellable​(SessionContext ctx,
                                   boolean value)
        Generated method - Setter of the Subscription.cancellable attribute.
        Parameters:
        value - the cancellable - Cancellable
      • setCancellable

        public void setCancellable​(boolean value)
        Generated method - Setter of the Subscription.cancellable attribute.
        Parameters:
        value - the cancellable - Cancellable
      • getCancelledDate

        public java.util.Date getCancelledDate​(SessionContext ctx)
        Generated method - Getter of the Subscription.cancelledDate attribute.
        Returns:
        the cancelledDate - Cancellation Date
      • getCancelledDate

        public java.util.Date getCancelledDate()
        Generated method - Getter of the Subscription.cancelledDate attribute.
        Returns:
        the cancelledDate - Cancellation Date
      • setCancelledDate

        public void setCancelledDate​(SessionContext ctx,
                                     java.util.Date value)
        Generated method - Setter of the Subscription.cancelledDate attribute.
        Parameters:
        value - the cancelledDate - Cancellation Date
      • setCancelledDate

        public void setCancelledDate​(java.util.Date value)
        Generated method - Setter of the Subscription.cancelledDate attribute.
        Parameters:
        value - the cancelledDate - Cancellation Date
      • getContractDuration

        public java.lang.Integer getContractDuration​(SessionContext ctx)
        Generated method - Getter of the Subscription.contractDuration attribute.
        Returns:
        the contractDuration - Contract Duration
      • getContractDuration

        public java.lang.Integer getContractDuration()
        Generated method - Getter of the Subscription.contractDuration attribute.
        Returns:
        the contractDuration - Contract Duration
      • getContractDurationAsPrimitive

        public int getContractDurationAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Subscription.contractDuration attribute.
        Returns:
        the contractDuration - Contract Duration
      • getContractDurationAsPrimitive

        public int getContractDurationAsPrimitive()
        Generated method - Getter of the Subscription.contractDuration attribute.
        Returns:
        the contractDuration - Contract Duration
      • setContractDuration

        public void setContractDuration​(SessionContext ctx,
                                        java.lang.Integer value)
        Generated method - Setter of the Subscription.contractDuration attribute.
        Parameters:
        value - the contractDuration - Contract Duration
      • setContractDuration

        public void setContractDuration​(java.lang.Integer value)
        Generated method - Setter of the Subscription.contractDuration attribute.
        Parameters:
        value - the contractDuration - Contract Duration
      • setContractDuration

        public void setContractDuration​(SessionContext ctx,
                                        int value)
        Generated method - Setter of the Subscription.contractDuration attribute.
        Parameters:
        value - the contractDuration - Contract Duration
      • setContractDuration

        public void setContractDuration​(int value)
        Generated method - Setter of the Subscription.contractDuration attribute.
        Parameters:
        value - the contractDuration - Contract Duration
      • getContractFrequency

        public java.lang.String getContractFrequency​(SessionContext ctx)
        Generated method - Getter of the Subscription.contractFrequency attribute.
        Returns:
        the contractFrequency - Contract Frequency
      • getContractFrequency

        public java.lang.String getContractFrequency()
        Generated method - Getter of the Subscription.contractFrequency attribute.
        Returns:
        the contractFrequency - Contract Frequency
      • setContractFrequency

        public void setContractFrequency​(SessionContext ctx,
                                         java.lang.String value)
        Generated method - Setter of the Subscription.contractFrequency attribute.
        Parameters:
        value - the contractFrequency - Contract Frequency
      • setContractFrequency

        public void setContractFrequency​(java.lang.String value)
        Generated method - Setter of the Subscription.contractFrequency attribute.
        Parameters:
        value - the contractFrequency - Contract Frequency
      • getCustomerId

        public java.lang.String getCustomerId​(SessionContext ctx)
        Generated method - Getter of the Subscription.customerId attribute.
        Returns:
        the customerId - Customer Id
      • getCustomerId

        public java.lang.String getCustomerId()
        Generated method - Getter of the Subscription.customerId attribute.
        Returns:
        the customerId - Customer Id
      • setCustomerId

        public void setCustomerId​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the Subscription.customerId attribute.
        Parameters:
        value - the customerId - Customer Id
      • setCustomerId

        public void setCustomerId​(java.lang.String value)
        Generated method - Setter of the Subscription.customerId attribute.
        Parameters:
        value - the customerId - Customer Id
      • getDescription

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

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

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

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

        public java.util.Date getEndDate​(SessionContext ctx)
        Generated method - Getter of the Subscription.endDate attribute.
        Returns:
        the endDate - Enddate
      • getEndDate

        public java.util.Date getEndDate()
        Generated method - Getter of the Subscription.endDate attribute.
        Returns:
        the endDate - Enddate
      • setEndDate

        public void setEndDate​(SessionContext ctx,
                               java.util.Date value)
        Generated method - Setter of the Subscription.endDate attribute.
        Parameters:
        value - the endDate - Enddate
      • setEndDate

        public void setEndDate​(java.util.Date value)
        Generated method - Setter of the Subscription.endDate attribute.
        Parameters:
        value - the endDate - Enddate
      • getId

        public java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the Subscription.id attribute.
        Returns:
        the id - Identifier
      • getId

        public java.lang.String getId()
        Generated method - Getter of the Subscription.id attribute.
        Returns:
        the id - Identifier
      • setId

        protected void setId​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the Subscription.id attribute.
        Parameters:
        value - the id - Identifier
      • setId

        protected void setId​(java.lang.String value)
        Generated method - Setter of the Subscription.id attribute.
        Parameters:
        value - the id - Identifier
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the Subscription.name attribute.
        Returns:
        the name - Name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the Subscription.name attribute.
        Returns:
        the name - Name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the Subscription.name attribute.
        Parameters:
        value - the name - Name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the Subscription.name attribute.
        Parameters:
        value - the name - Name
      • getOrderEntryNumber

        public java.lang.Integer getOrderEntryNumber​(SessionContext ctx)
        Generated method - Getter of the Subscription.orderEntryNumber attribute.
        Returns:
        the orderEntryNumber - Order Entry Identifier
      • getOrderEntryNumber

        public java.lang.Integer getOrderEntryNumber()
        Generated method - Getter of the Subscription.orderEntryNumber attribute.
        Returns:
        the orderEntryNumber - Order Entry Identifier
      • getOrderEntryNumberAsPrimitive

        public int getOrderEntryNumberAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Subscription.orderEntryNumber attribute.
        Returns:
        the orderEntryNumber - Order Entry Identifier
      • getOrderEntryNumberAsPrimitive

        public int getOrderEntryNumberAsPrimitive()
        Generated method - Getter of the Subscription.orderEntryNumber attribute.
        Returns:
        the orderEntryNumber - Order Entry Identifier
      • setOrderEntryNumber

        public void setOrderEntryNumber​(SessionContext ctx,
                                        java.lang.Integer value)
        Generated method - Setter of the Subscription.orderEntryNumber attribute.
        Parameters:
        value - the orderEntryNumber - Order Entry Identifier
      • setOrderEntryNumber

        public void setOrderEntryNumber​(java.lang.Integer value)
        Generated method - Setter of the Subscription.orderEntryNumber attribute.
        Parameters:
        value - the orderEntryNumber - Order Entry Identifier
      • setOrderEntryNumber

        public void setOrderEntryNumber​(SessionContext ctx,
                                        int value)
        Generated method - Setter of the Subscription.orderEntryNumber attribute.
        Parameters:
        value - the orderEntryNumber - Order Entry Identifier
      • setOrderEntryNumber

        public void setOrderEntryNumber​(int value)
        Generated method - Setter of the Subscription.orderEntryNumber attribute.
        Parameters:
        value - the orderEntryNumber - Order Entry Identifier
      • getOrderNumber

        public java.lang.String getOrderNumber​(SessionContext ctx)
        Generated method - Getter of the Subscription.orderNumber attribute.
        Returns:
        the orderNumber - Order Identifier
      • getOrderNumber

        public java.lang.String getOrderNumber()
        Generated method - Getter of the Subscription.orderNumber attribute.
        Returns:
        the orderNumber - Order Identifier
      • setOrderNumber

        public void setOrderNumber​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the Subscription.orderNumber attribute.
        Parameters:
        value - the orderNumber - Order Identifier
      • setOrderNumber

        public void setOrderNumber​(java.lang.String value)
        Generated method - Setter of the Subscription.orderNumber attribute.
        Parameters:
        value - the orderNumber - Order Identifier
      • getPlacedOn

        public java.util.Date getPlacedOn​(SessionContext ctx)
        Generated method - Getter of the Subscription.placedOn attribute.
        Returns:
        the placedOn - Placed on
      • getPlacedOn

        public java.util.Date getPlacedOn()
        Generated method - Getter of the Subscription.placedOn attribute.
        Returns:
        the placedOn - Placed on
      • setPlacedOn

        public void setPlacedOn​(SessionContext ctx,
                                java.util.Date value)
        Generated method - Setter of the Subscription.placedOn attribute.
        Parameters:
        value - the placedOn - Placed on
      • setPlacedOn

        public void setPlacedOn​(java.util.Date value)
        Generated method - Setter of the Subscription.placedOn attribute.
        Parameters:
        value - the placedOn - Placed on
      • getProductCode

        public java.lang.String getProductCode​(SessionContext ctx)
        Generated method - Getter of the Subscription.productCode attribute.
        Returns:
        the productCode - Product Code
      • getProductCode

        public java.lang.String getProductCode()
        Generated method - Getter of the Subscription.productCode attribute.
        Returns:
        the productCode - Product Code
      • setProductCode

        public void setProductCode​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the Subscription.productCode attribute.
        Parameters:
        value - the productCode - Product Code
      • setProductCode

        public void setProductCode​(java.lang.String value)
        Generated method - Setter of the Subscription.productCode attribute.
        Parameters:
        value - the productCode - Product Code
      • getRenewalType

        public java.lang.String getRenewalType​(SessionContext ctx)
        Generated method - Getter of the Subscription.renewalType attribute.
        Returns:
        the renewalType - Renewal Type
      • getRenewalType

        public java.lang.String getRenewalType()
        Generated method - Getter of the Subscription.renewalType attribute.
        Returns:
        the renewalType - Renewal Type
      • setRenewalType

        public void setRenewalType​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the Subscription.renewalType attribute.
        Parameters:
        value - the renewalType - Renewal Type
      • setRenewalType

        public void setRenewalType​(java.lang.String value)
        Generated method - Setter of the Subscription.renewalType attribute.
        Parameters:
        value - the renewalType - Renewal Type
      • getStartDate

        public java.util.Date getStartDate​(SessionContext ctx)
        Generated method - Getter of the Subscription.startDate attribute.
        Returns:
        the startDate - Startdate
      • getStartDate

        public java.util.Date getStartDate()
        Generated method - Getter of the Subscription.startDate attribute.
        Returns:
        the startDate - Startdate
      • setStartDate

        public void setStartDate​(SessionContext ctx,
                                 java.util.Date value)
        Generated method - Setter of the Subscription.startDate attribute.
        Parameters:
        value - the startDate - Startdate
      • setStartDate

        public void setStartDate​(java.util.Date value)
        Generated method - Setter of the Subscription.startDate attribute.
        Parameters:
        value - the startDate - Startdate
      • getSubscriptionStatus

        public java.lang.String getSubscriptionStatus​(SessionContext ctx)
        Generated method - Getter of the Subscription.subscriptionStatus attribute.
        Returns:
        the subscriptionStatus - Status
      • getSubscriptionStatus

        public java.lang.String getSubscriptionStatus()
        Generated method - Getter of the Subscription.subscriptionStatus attribute.
        Returns:
        the subscriptionStatus - Status
      • setSubscriptionStatus

        public void setSubscriptionStatus​(SessionContext ctx,
                                          java.lang.String value)
        Generated method - Setter of the Subscription.subscriptionStatus attribute.
        Parameters:
        value - the subscriptionStatus - Status
      • setSubscriptionStatus

        public void setSubscriptionStatus​(java.lang.String value)
        Generated method - Setter of the Subscription.subscriptionStatus attribute.
        Parameters:
        value - the subscriptionStatus - Status