Class RelatedProductOrderItem

java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.RelatedProductOrderItem

@Validated @Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen", date="2022-10-21T20:35:04.698Z") public class RelatedProductOrderItem extends Object
RelatedProductOrderItem (ProductOrder item) .The product order item which triggered product creation/change/termination.
  • Constructor Details

    • RelatedProductOrderItem

      public RelatedProductOrderItem()
  • Method Details

    • orderItemAction

      public RelatedProductOrderItem orderItemAction(String orderItemAction)
    • getOrderItemAction

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

      public void setOrderItemAction(String orderItemAction)
    • orderItemId

      public RelatedProductOrderItem 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)
    • productOrderHref

      public RelatedProductOrderItem productOrderHref(String productOrderHref)
    • getProductOrderHref

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

      public void setProductOrderHref(String productOrderHref)
    • productOrderId

      public RelatedProductOrderItem productOrderId(String productOrderId)
    • getProductOrderId

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

      public void setProductOrderId(String productOrderId)
    • role

      public RelatedProductOrderItem role(String role)
    • getRole

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

      public void setRole(String role)
    • atbaseType

      public RelatedProductOrderItem atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public RelatedProductOrderItem atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public RelatedProductOrderItem attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • atreferredType

      public RelatedProductOrderItem 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)
    • 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