Class UserTargetRef
java.lang.Object
com.broadleafcommerce.pricing.client.domain.UserTargetRef
- All Implemented Interfaces:
Serializable
Abstraction of a user that pricing entities can target. Examples include customers and accounts.
- Author:
- Nathan Moore (nathanmoore).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
This could be "customer", "account", etc.int
hashCode()
void
setTargetType
(String targetType) This could be "customer", "account", etc.void
setTargetValue
(String targetValue) toString()
-
Constructor Details
-
UserTargetRef
public UserTargetRef()
-
-
Method Details
-
getTargetValue
-
getTargetType
This could be "customer", "account", etc. -
setTargetValue
-
setTargetType
This could be "customer", "account", etc. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-