java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.TmaProductPriceWsDto
All Implemented Interfaces:
Serializable

@Validated public class TmaProductPriceWsDto extends Object implements Serializable
An amount, usually of money, that represents the actual price paid by a Customer for a purchase, a rent or a lease of a Product. The price is valid for a defined period of time.
Since:
1810
See Also:
  • Constructor Details

    • TmaProductPriceWsDto

      public TmaProductPriceWsDto()
  • Method Details

    • id

      public TmaProductPriceWsDto id(String id)
    • getId

      public String getId()
      Unique identifier of a productOfferingPrice
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public TmaProductPriceWsDto name(String name)
    • getName

      public String getName()
      A short descriptive name such as \"Subscription price\"
      Returns:
      name
    • setName

      public void setName(String name)
    • description

      public TmaProductPriceWsDto description(String description)
    • getDescription

      public String getDescription()
      A narrative that explains in detail the semantics of this product price
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • priceType

      public TmaProductPriceWsDto priceType(String priceType)
    • getPriceType

      public String getPriceType()
      A category that describes the price, such as recurring, discount, allowance, penalty, and so forth
      Returns:
      priceType
    • setPriceType

      public void setPriceType(String priceType)
    • recurringChargePeriod

      public TmaProductPriceWsDto recurringChargePeriod(String recurringChargePeriod)
    • getRecurringChargePeriod

      public String getRecurringChargePeriod()
      Could be month, week...
      Returns:
      recurringChargePeriod
    • setRecurringChargePeriod

      public void setRecurringChargePeriod(String recurringChargePeriod)
    • unitOfMeasure

      public TmaProductPriceWsDto unitOfMeasure(String unitOfMeasure)
    • getUnitOfMeasure

      public String getUnitOfMeasure()
      Could be minutes, GB...
      Returns:
      unitOfMeasure
    • setUnitOfMeasure

      public void setUnitOfMeasure(String unitOfMeasure)
    • type

      public TmaProductPriceWsDto type(String type)
    • getType

      public String getType()
      Indicates the type of ProductPrice class
      Returns:
      type
    • setType

      public void setType(String type)
    • schemaLocation

      public TmaProductPriceWsDto schemaLocation(String schemaLocation)
    • getSchemaLocation

      public String getSchemaLocation()
      A link to the schema describing this REST resource
      Returns:
      schemaLocation
    • setSchemaLocation

      public void setSchemaLocation(String schemaLocation)
    • price

      public TmaProductPriceWsDto price(TmaPriceWsDto price)
    • getPrice

      @Valid public @Valid TmaPriceWsDto getPrice()
      Get price
      Returns:
      price
    • setPrice

      public void setPrice(TmaPriceWsDto price)
    • prodPriceAlteration

      public TmaProductPriceWsDto prodPriceAlteration(TmaPriceAlterationWsDto prodPriceAlteration)
    • getProdPriceAlteration

      @Valid public @Valid TmaPriceAlterationWsDto getProdPriceAlteration()
      Get prodPriceAlteration
      Returns:
      prodPriceAlteration
    • setProdPriceAlteration

      public void setProdPriceAlteration(TmaPriceAlterationWsDto prodPriceAlteration)
    • billingAccount

      public TmaProductPriceWsDto billingAccount(TmaBillingAccountRefWsDto billingAccount)
    • getBillingAccount

      @Valid public @Valid TmaBillingAccountRefWsDto getBillingAccount()
      Get billingAccount
      Returns:
      billingAccount
    • setBillingAccount

      public void setBillingAccount(TmaBillingAccountRefWsDto billingAccount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object