Class ProductOrderRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductOrderRef
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class ProductOrderRef
extends Object
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
-