Class ProductOfferingPriceRef

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.ProductOfferingPriceRef

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