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 boolean
canEqual(Object other)
boolean
equals(Object o)
JpaPriceList
getPriceList()
String
getTargetType()
String
getTargetValue()
int
hashCode()
void
setPriceList(JpaPriceList priceList)
void
setTargetType(String targetType)
void
setTargetValue(String targetValue)
String
toString()
-
-
-
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)
-
-