Class UserTargetRef

java.lang.Object
com.broadleafcommerce.pricing.client.domain.UserTargetRef
All Implemented Interfaces:
Serializable

public class UserTargetRef extends Object implements Serializable
Abstraction of a user that pricing entities can target. Examples include customers and accounts.
Author:
Nathan Moore (nathanmoore).
See Also:
  • Constructor Details

    • UserTargetRef

      public UserTargetRef()
  • Method Details

    • getTargetValue

      public String getTargetValue()
    • getTargetType

      public String getTargetType()
      This could be "customer", "account", etc.
    • setTargetValue

      public void setTargetValue(String targetValue)
    • setTargetType

      public void setTargetType(String targetType)
      This could be "customer", "account", etc.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object