Class GeneratedSubscription

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
Subscription

public abstract class GeneratedSubscription extends GenericItem
Generated class for type Subscription.
See Also:
  • Field Details

    • ID

      public static final String ID
      Qualifier of the Subscription.id attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the Subscription.name attribute
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Qualifier of the Subscription.description attribute
      See Also:
    • PRODUCTCODE

      public static final String PRODUCTCODE
      Qualifier of the Subscription.productCode attribute
      See Also:
    • ORDERNUMBER

      public static final String ORDERNUMBER
      Qualifier of the Subscription.orderNumber attribute
      See Also:
    • ORDERENTRYNUMBER

      public static final String ORDERENTRYNUMBER
      Qualifier of the Subscription.orderEntryNumber attribute
      See Also:
    • BILLINGSYSTEMID

      public static final String BILLINGSYSTEMID
      Qualifier of the Subscription.billingsystemId attribute
      See Also:
    • STARTDATE

      public static final String STARTDATE
      Qualifier of the Subscription.startDate attribute
      See Also:
    • ENDDATE

      public static final String ENDDATE
      Qualifier of the Subscription.endDate attribute
      See Also:
    • RENEWALTYPE

      public static final String RENEWALTYPE
      Qualifier of the Subscription.renewalType attribute
      See Also:
    • SUBSCRIPTIONSTATUS

      public static final String SUBSCRIPTIONSTATUS
      Qualifier of the Subscription.subscriptionStatus attribute
      See Also:
    • CANCELLABLE

      public static final String CANCELLABLE
      Qualifier of the Subscription.cancellable attribute
      See Also:
    • BILLINGFREQUENCY

      public static final String BILLINGFREQUENCY
      Qualifier of the Subscription.billingFrequency attribute
      See Also:
    • CONTRACTDURATION

      public static final String CONTRACTDURATION
      Qualifier of the Subscription.contractDuration attribute
      See Also:
    • CONTRACTFREQUENCY

      public static final String CONTRACTFREQUENCY
      Qualifier of the Subscription.contractFrequency attribute
      See Also:
    • PLACEDON

      public static final String PLACEDON
      Qualifier of the Subscription.placedOn attribute
      See Also:
    • CANCELLEDDATE

      public static final String CANCELLEDDATE
      Qualifier of the Subscription.cancelledDate attribute
      See Also:
    • CUSTOMERID

      public static final String CUSTOMERID
      Qualifier of the Subscription.customerId attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedSubscription

      public GeneratedSubscription()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getBillingFrequency

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

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

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

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

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

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

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

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

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

      public 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, 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
    • 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 Date getCancelledDate(SessionContext ctx)
      Generated method - Getter of the Subscription.cancelledDate attribute.
      Returns:
      the cancelledDate - Cancellation Date
    • getCancelledDate

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

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

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

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

      public 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, Integer value)
      Generated method - Setter of the Subscription.contractDuration attribute.
      Parameters:
      value - the contractDuration - Contract Duration
    • setContractDuration

      public void setContractDuration(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 String getContractFrequency(SessionContext ctx)
      Generated method - Getter of the Subscription.contractFrequency attribute.
      Returns:
      the contractFrequency - Contract Frequency
    • getContractFrequency

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public 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, Integer value)
      Generated method - Setter of the Subscription.orderEntryNumber attribute.
      Parameters:
      value - the orderEntryNumber - Order Entry Identifier
    • setOrderEntryNumber

      public void setOrderEntryNumber(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 String getOrderNumber(SessionContext ctx)
      Generated method - Getter of the Subscription.orderNumber attribute.
      Returns:
      the orderNumber - Order Identifier
    • getOrderNumber

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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