Class ProductOrderRef

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

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