Class PriceableTargetRef
java.lang.Object
com.broadleafcommerce.dataexchange.domain.pricing.PriceableTargetRef
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetCustomProperties(Map<String, Object> customProperties) Any custom properties from extensions that should just be passed through.voidsetCustomProperty(String key, Object value) voidsetTargetId(String targetId) voidsetTargetType(String targetType) voidsetVendorRef(String vendorRef) toString()
-
Constructor Details
-
PriceableTargetRef
public PriceableTargetRef()
-
-
Method Details
-
setCustomProperty
-
getCustomProperties
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getTargetId
-
getTargetType
-
getVendorRef
-
setTargetId
-
setTargetType
-
setVendorRef
-
setCustomProperties
Any custom properties from extensions that should just be passed through. -
toString
-