Class ProductOrderRef

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductOrderRef

public class ProductOrderRef extends Object
The product order(s) related to this product inventory
  • Constructor Details

    • ProductOrderRef

      public ProductOrderRef()
  • Method Details

    • id

      public ProductOrderRef id(String id)
    • getId

      public String getId()
      Unique identifier of product order
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ProductOrderRef href(String href)
    • getHref

      public String getHref()
      Hypertext Reference of the product order
      Returns:
      href
    • setHref

      public void setHref(String href)
    • atReferredType

      public ProductOrderRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      Indicate the class (type) of productOrder
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • orderItemId

      public ProductOrderRef orderItemId(String orderItemId)
    • getOrderItemId

      @NotNull public @NotNull String getOrderItemId()
      Identifier of the order item where the product was managed
      Returns:
      orderItemId
    • setOrderItemId

      public void setOrderItemId(String orderItemId)
    • orderItemAction

      public ProductOrderRef orderItemAction(String orderItemAction)
    • getOrderItemAction

      public String getOrderItemAction()
      Action of the order item for this product
      Returns:
      orderItemAction
    • setOrderItemAction

      public void setOrderItemAction(String orderItemAction)
    • 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