Class RelatedProductOrderItem

java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.dto.RelatedProductOrderItem

@Deprecated(since="2208") public class RelatedProductOrderItem extends Object
Deprecated.
RelatedProductOrderItem (ProductOrder item) .The product order item which triggered product creation/change/termination.
  • Constructor Details

    • RelatedProductOrderItem

      public RelatedProductOrderItem()
      Deprecated.
  • Method Details

    • orderItemAction

      public RelatedProductOrderItem orderItemAction(String orderItemAction)
      Deprecated.
    • getOrderItemAction

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

      public void setOrderItemAction(String orderItemAction)
      Deprecated.
    • orderItemId

      public RelatedProductOrderItem orderItemId(String orderItemId)
      Deprecated.
    • getOrderItemId

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

      public void setOrderItemId(String orderItemId)
      Deprecated.
    • productOrderHref

      public RelatedProductOrderItem productOrderHref(String productOrderHref)
      Deprecated.
    • getProductOrderHref

      public String getProductOrderHref()
      Deprecated.
      Reference of the related entity.
      Returns:
      productOrderHref
    • setProductOrderHref

      public void setProductOrderHref(String productOrderHref)
      Deprecated.
    • productOrderId

      public RelatedProductOrderItem productOrderId(String productOrderId)
      Deprecated.
    • getProductOrderId

      @NotNull public @NotNull String getProductOrderId()
      Deprecated.
      Unique identifier of a related entity.
      Returns:
      productOrderId
    • setProductOrderId

      public void setProductOrderId(String productOrderId)
      Deprecated.
    • role

      public RelatedProductOrderItem role(String role)
      Deprecated.
    • getRole

      public String getRole()
      Deprecated.
      role of the product order item for this product
      Returns:
      role
    • setRole

      public void setRole(String role)
      Deprecated.
    • atBaseType

      public RelatedProductOrderItem atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public RelatedProductOrderItem atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public RelatedProductOrderItem atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • atReferredType

      public RelatedProductOrderItem atReferredType(String atReferredType)
      Deprecated.
    • getAtReferredType

      public String getAtReferredType()
      Deprecated.
      The actual type of the target instance when needed for disambiguation.
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object