Class TmaPriceAlterationWsDto

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

@Validated public class TmaPriceAlterationWsDto extends Object implements Serializable
Is an amount, usually of money, that modifies the price charged for a Product
Since:
1810
See Also:
  • Constructor Details

    • TmaPriceAlterationWsDto

      public TmaPriceAlterationWsDto()
  • Method Details

    • id

    • getId

      public String getId()
      Link to the schema describing this REST resource.
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public TmaPriceAlterationWsDto name(String name)
    • getName

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

      public void setName(String name)
    • description

      public TmaPriceAlterationWsDto description(String description)
    • getDescription

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

      public void setDescription(String description)
    • priceType

      public TmaPriceAlterationWsDto priceType(String priceType)
    • getPriceType

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

      public void setPriceType(String priceType)
    • unitOfMeasure

      public TmaPriceAlterationWsDto unitOfMeasure(String unitOfMeasure)
    • getUnitOfMeasure

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

      public void setUnitOfMeasure(String unitOfMeasure)
    • recurringChargePeriod

      public TmaPriceAlterationWsDto recurringChargePeriod(String recurringChargePeriod)
    • getRecurringChargePeriod

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

      public void setRecurringChargePeriod(String recurringChargePeriod)
    • validFor

      public TmaPriceAlterationWsDto validFor(TmaTimePeriodWsDto validFor)
    • getValidFor

      @Valid public @Valid TmaTimePeriodWsDto getValidFor()
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TmaTimePeriodWsDto validFor)
    • priority

      public TmaPriceAlterationWsDto priority(Integer priority)
    • getPriority

      public Integer getPriority()
      Priority level for applying this alteration among all the defined alterations
      Returns:
      priority
    • setPriority

      public void setPriority(Integer priority)
    • type

      public TmaPriceAlterationWsDto type(String type)
    • getType

      public String getType()
      Indicated the class (type) of the price alteration.
      Returns:
      type
    • setType

      public void setType(String type)
    • schemaLocation

      public TmaPriceAlterationWsDto schemaLocation(String schemaLocation)
    • getSchemaLocation

      public String getSchemaLocation()
      A link to the schema describing the price alteration.
      Returns:
      schemaLocation
    • setSchemaLocation

      public void setSchemaLocation(String schemaLocation)
    • price

      public TmaPriceAlterationWsDto price(TmaPriceWsDto price)
    • getPrice

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

      public void setPrice(TmaPriceWsDto price)
    • 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