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 boolean
boolean
int
hashCode()
void
setCustomProperties
(Map<String, Object> customProperties) Any custom properties from extensions that should just be passed through.void
setCustomProperty
(String key, Object value) void
setTargetId
(String targetId) void
setTargetType
(String targetType) void
setVendorRef
(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
-