java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Price

public class Price extends Object
Provides all amounts (tax included, duty free, tax rate), used currency and percentage applied for price and price alteration
  • Constructor Details

    • Price

      public Price()
  • Method Details

    • taxIncludedAmount

      public Price taxIncludedAmount(Money taxIncludedAmount)
    • getTaxIncludedAmount

      @Valid public @Valid Money getTaxIncludedAmount()
      Get taxIncludedAmount
      Returns:
      taxIncludedAmount
    • setTaxIncludedAmount

      public void setTaxIncludedAmount(Money taxIncludedAmount)
    • dutyFreeAmount

      public Price dutyFreeAmount(Money dutyFreeAmount)
    • getDutyFreeAmount

      @Valid public @Valid Money getDutyFreeAmount()
      Get dutyFreeAmount
      Returns:
      dutyFreeAmount
    • setDutyFreeAmount

      public void setDutyFreeAmount(Money dutyFreeAmount)
    • percentage

      public Price percentage(Float percentage)
    • getPercentage

      public Float getPercentage()
      Percentage applied
      Returns:
      percentage
    • setPercentage

      public void setPercentage(Float percentage)
    • taxRate

      public Price taxRate(Float taxRate)
    • getTaxRate

      public Float getTaxRate()
      Applied tax rate on amount
      Returns:
      taxRate
    • setTaxRate

      public void setTaxRate(Float taxRate)
    • atType

      public Price atType(String atType)
    • getAtType

      public String getAtType()
      Indicates the (class) type of the price
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • atSchemaLocation

      public Price atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Link to the schema describing this REST resource.
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • 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