Class SubscriptionKindTransfer

java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.subscription.common.transfer.SubscriptionKindTransfer
All Implemented Interfaces:
Serializable

See Also:
  • Constructor Details

  • Method Details

    • getSubscriptionKindName

      Returns the subscriptionKindName.
      Returns:
      the subscriptionKindName
    • setSubscriptionKindName

      public void setSubscriptionKindName(String subscriptionKindName)
      Sets the subscriptionKindName.
      Parameters:
      subscriptionKindName - the subscriptionKindName to set
    • getIsDefault

      Returns the isDefault.
      Returns:
      the isDefault
    • setIsDefault

      public void setIsDefault(Boolean isDefault)
      Sets the isDefault.
      Parameters:
      isDefault - the isDefault to set
    • getSortOrder

      Returns the sortOrder.
      Returns:
      the sortOrder
    • setSortOrder

      public void setSortOrder(Integer sortOrder)
      Sets the sortOrder.
      Parameters:
      sortOrder - the sortOrder to set
    • getDescription

      Returns the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the description to set