Class ProductOrderRef

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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfresources.swagger.TelcoCodegen", date="2022-10-21T20:34:36.417Z") public class ProductOrderRef extends Object
ProductOrder reference. A Product Order is a type of order which can be used to place an order between a customer and a service provider or between a service provider and a partner and vice versa.
  • Constructor Details

    • ProductOrderRef

      public ProductOrderRef()
  • Method Details

    • id

      public ProductOrderRef id(String id)
    • getId

      public String getId()
      Unique identifier of a related entity.
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ProductOrderRef href(String href)
    • getHref

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

      public void setHref(String href)
    • name

      public ProductOrderRef name(String name)
    • getName

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

      public void setName(String name)
    • atreferredType

      public ProductOrderRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      The actual type of the target instance when needed for disambiguation.
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • atschemaLocation

      public ProductOrderRef 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