Class JpaPriceUserTarget
- java.lang.Object
-
- com.broadleafcommerce.pricing.provider.jpa.domain.JpaPriceUserTarget
-
- All Implemented Interfaces:
Serializable
@Entity public class JpaPriceUserTarget extends Object implements Serializable
Persistent counter-part toUserTarget.- Author:
- Nathan Moore (nathanmoore).
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaPriceUserTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)JpaPriceListgetPriceList()StringgetTargetType()StringgetTargetValue()inthashCode()voidsetPriceList(JpaPriceList priceList)voidsetTargetType(String targetType)voidsetTargetValue(String targetValue)StringtoString()
-
-
-
Method Detail
-
getPriceList
public JpaPriceList getPriceList()
-
getTargetValue
public String getTargetValue()
-
getTargetType
public String getTargetType()
-
setPriceList
public void setPriceList(JpaPriceList priceList)
-
setTargetValue
public void setTargetValue(String targetValue)
-
setTargetType
public void setTargetType(String targetType)
-
canEqual
protected boolean canEqual(Object other)
-
-