Class CampaignRef
java.lang.Object
com.broadleafcommerce.order.common.domain.CampaignRef
- All Implemented Interfaces:
Serializable
A reference to a campaign and code.
- Author:
- Chad Harchar (charchar)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The user provided text code that refers to the campaign.A text identifier used to track a specific campaign.int
hashCode()
void
setCampaignCode
(String campaignCode) The user provided text code that refers to the campaign.void
setCampaignTrackingId
(String campaignTrackingId) A text identifier used to track a specific campaign.toString()
-
Constructor Details
-
CampaignRef
public CampaignRef()
-
-
Method Details
-
getCampaignTrackingId
A text identifier used to track a specific campaign.- Returns:
- campaignTrackingId A text identifier used to track a specific campaign.
-
getCampaignCode
The user provided text code that refers to the campaign.- Returns:
- The user provided text code that refers to the campaign.
-
setCampaignTrackingId
A text identifier used to track a specific campaign.- Parameters:
campaignTrackingId
- A text identifier used to track a specific campaign.
-
setCampaignCode
The user provided text code that refers to the campaign.- Parameters:
campaignCode
- The user provided text code that refers to the campaign.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-