Class TargetKeyDto
java.lang.Object
com.broadleafcommerce.pricing.domain.TargetKeyDto
Structure representing a map key to target a group of similar
PriceData targets.- Author:
- Broadleaf
-
Constructor Summary
ConstructorsConstructorDescriptionTargetKeyDto(com.broadleafcommerce.pricing.client.domain.BasePriceableTarget target) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetTargetId(String targetId) voidsetTargetType(String targetType) toString()
-
Constructor Details
-
TargetKeyDto
public TargetKeyDto(com.broadleafcommerce.pricing.client.domain.BasePriceableTarget target) -
TargetKeyDto
public TargetKeyDto()
-
-
Method Details
-
getTargetId
- See Also:
-
BasePriceableTarget.getTargetId()
-
getTargetType
- See Also:
-
BasePriceableTarget.getTargetType()
-
setTargetId
- See Also:
-
BasePriceableTarget.getTargetId()
-
setTargetType
- See Also:
-
BasePriceableTarget.getTargetType()
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-