Class PriceableTargetRef

java.lang.Object
com.broadleafcommerce.dataexchange.domain.pricing.PriceableTargetRef
All Implemented Interfaces:
Serializable

public class PriceableTargetRef extends Object implements Serializable
See Also:
  • Constructor Details

    • PriceableTargetRef

      public PriceableTargetRef()
  • Method Details

    • setCustomProperty

      public void setCustomProperty(String key, Object value)
    • getCustomProperties

      public Map<String,Object> getCustomProperties()
    • 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
    • getTargetId

      public String getTargetId()
    • getTargetType

      public String getTargetType()
    • getVendorRef

      public String getVendorRef()
    • setTargetId

      public void setTargetId(String targetId)
    • setTargetType

      public void setTargetType(String targetType)
    • setVendorRef

      public void setVendorRef(String vendorRef)
    • setCustomProperties

      public void setCustomProperties(Map<String,Object> customProperties)
      Any custom properties from extensions that should just be passed through.
    • toString

      public String toString()
      Overrides:
      toString in class Object