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 to UserTarget.
Author:
Nathan Moore (nathanmoore).
See Also:
  • Constructor Details

    • JpaPriceUserTarget

      public JpaPriceUserTarget()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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)
    • 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