Class CartItemRelationship
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.CartItemRelationship
Relationship among cart items mainly other than hierarchical relationships such as \"RelyOn\", \"DependentOn\", \"Shipping\" etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCartItemItem(CartItemRef cartItemItem) cartItem(List<CartItemRef> cartItem) boolean@Valid List<CartItemRef>Get cartItemgetId()Unique identifier of the referred cart itemgetType()Type of the cart item relationshipinthashCode()voidsetCartItem(List<CartItemRef> cartItem) voidvoidtoString()
-
Constructor Details
-
CartItemRelationship
public CartItemRelationship()
-
-
Method Details
-
id
-
getId
Unique identifier of the referred cart item- Returns:
- id
-
setId
-
type
-
getType
Type of the cart item relationship- Returns:
- type
-
setType
-
cartItem
-
addCartItemItem
-
getCartItem
Get cartItem- Returns:
- cartItem
-
setCartItem
-
equals
-
hashCode
public int hashCode() -
toString
-