Class ProductOrderRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductOrderRef
The product order(s) related to this product inventory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatReferredType(String atReferredType) booleanIndicate the class (type) of productOrdergetHref()Hypertext Reference of the product ordergetId()Unique identifier of product orderAction of the order item for this product@NotNull StringIdentifier of the order item where the product was managedinthashCode()orderItemAction(String orderItemAction) orderItemId(String orderItemId) voidsetAtReferredType(String atReferredType) voidvoidvoidsetOrderItemAction(String orderItemAction) voidsetOrderItemId(String orderItemId) toString()
-
Constructor Details
-
ProductOrderRef
public ProductOrderRef()
-
-
Method Details
-
id
-
getId
Unique identifier of product order- Returns:
- id
-
setId
-
href
-
getHref
Hypertext Reference of the product order- Returns:
- href
-
setHref
-
atReferredType
-
getAtReferredType
Indicate the class (type) of productOrder- Returns:
- atReferredType
-
setAtReferredType
-
orderItemId
-
getOrderItemId
Identifier of the order item where the product was managed- Returns:
- orderItemId
-
setOrderItemId
-
orderItemAction
-
getOrderItemAction
Action of the order item for this product- Returns:
- orderItemAction
-
setOrderItemAction
-
equals
-
hashCode
public int hashCode() -
toString
-