Class MatchingDependentsContext
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
-
public class MatchingDependentsContext extends Object
- Author:
- Chad Harchar (charchar)
-
-
Constructor Summary
Constructors Constructor Description MatchingDependentsContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<com.broadleafcommerce.cart.client.domain.CartItem>
getCartItemsMatched()
String
getItemChoiceKey()
int
getQuantityMatched()
int
hashCode()
void
setCartItemsMatched(List<com.broadleafcommerce.cart.client.domain.CartItem> cartItemsMatched)
void
setItemChoiceKey(String itemChoiceKey)
void
setQuantityMatched(int quantityMatched)
String
toString()
-
-
-
Method Detail
-
getCartItemsMatched
public List<com.broadleafcommerce.cart.client.domain.CartItem> getCartItemsMatched()
-
getItemChoiceKey
public String getItemChoiceKey()
-
getQuantityMatched
public int getQuantityMatched()
-
setCartItemsMatched
public void setCartItemsMatched(List<com.broadleafcommerce.cart.client.domain.CartItem> cartItemsMatched)
-
setItemChoiceKey
public void setItemChoiceKey(String itemChoiceKey)
-
setQuantityMatched
public void setQuantityMatched(int quantityMatched)
-
canEqual
protected boolean canEqual(Object other)
-
-