Class CartItemMappingProperties.FieldMapping
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties.FieldMapping
-
- Enclosing class:
- CartItemMappingProperties
public static class CartItemMappingProperties.FieldMapping extends Object
-
-
Constructor Summary
Constructors Constructor Description FieldMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getAttributeName()
String
getValuePath()
int
hashCode()
void
setAttributeName(String attributeName)
void
setValuePath(String valuePath)
String
toString()
-