Class TmaProductOrderRefWsDto
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.TmaProductOrderRefWsDto
- All Implemented Interfaces:
Serializable
The product order(s) related to this product inventory
- Since:
- 1810
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHref()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 managedIndicate the class (type) of productOrderinthashCode()orderItemAction(String orderItemAction) orderItemId(String orderItemId) referredType(String referredType) voidvoidvoidsetOrderItemAction(String orderItemAction) voidsetOrderItemId(String orderItemId) voidsetReferredType(String referredType) toString()
-
Constructor Details
-
TmaProductOrderRefWsDto
public TmaProductOrderRefWsDto()
-
-
Method Details
-
id
-
getId
Unique identifier of product order- Returns:
- id
-
setId
-
href
-
getHref
Hypertext Reference of the product order- Returns:
- href
-
setHref
-
referredType
-
getReferredType
Indicate the class (type) of productOrder- Returns:
- referredType
-
setReferredType
-
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
-