Class ProductOfferingPriceRef

java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v1.dto.ProductOfferingPriceRef

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfresources.swagger.TelcoCodegen", date="2022-10-21T20:34:36.417Z") public class ProductOfferingPriceRef extends Object
ProductPriceOffering reference. An amount, usually of money, that is asked for or allowed when a ProductOffering is bought, rented, or leased.
  • Constructor Details

    • ProductOfferingPriceRef

      public ProductOfferingPriceRef()
  • Method Details

    • id

    • getId

      public String getId()
      Reference id of the ProductOfferingPrice.
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ProductOfferingPriceRef href(String href)
    • getHref

      public String getHref()
      Reference of the ProductOfferingPrice.
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public ProductOfferingPriceRef name(String name)
    • getName

      public String getName()
      Name of the ProductOfferingPrice.
      Returns:
      name
    • setName

      public void setName(String name)
    • atreferredType

      public ProductOfferingPriceRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      (Class) type of the referred ProductOfferingPrice
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • atschemaLocation

      public ProductOfferingPriceRef atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      Hyperlink reference to the schema describing this 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