java.lang.Object
de.hybris.platform.coreaccommodationwebservicescommons.dto.accommodation.ReservedService
All Implemented Interfaces:
Serializable

public class ReservedService extends Object implements Serializable
See Also:
  • Constructor Details

    • ReservedService

      public ReservedService()
  • Method Details

    • setBasePrice

      public void setBasePrice(Price basePrice)
    • getBasePrice

      public Price getBasePrice()
    • setCode

      public void setCode(String code)
    • getCode

      public String getCode()
    • setEntryId

      public void setEntryId(Integer entryId)
    • getEntryId

      public Integer getEntryId()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setPrice

      public void setPrice(Price price)
    • getPrice

      public Price getPrice()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getQuantity

      public Integer getQuantity()
    • setRatePlanCode

      public void setRatePlanCode(String ratePlanCode)
    • getRatePlanCode

      public String getRatePlanCode()
    • setTotalDiscount

      public void setTotalDiscount(Price totalDiscount)
    • getTotalDiscount

      public Price getTotalDiscount()
    • setTotalTax

      public void setTotalTax(Price totalTax)
    • getTotalTax

      public Price getTotalTax()