Class UserVisitCampaignTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.campaign.common.transfer.UserVisitCampaignTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserVisitCampaignTransfer(UserVisitTransfer userVisit, Integer userVisitCampaignSequence, Long unformattedTime, String time, CampaignTransfer campaign, CampaignSourceTransfer campaignSource, CampaignMediumTransfer campaignMedium, CampaignTermTransfer campaignTerm, CampaignContentTransfer campaignContent) Creates a new instance of UserVisitCampaignTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the campaign.Returns the campaignContent.Returns the campaignMedium.Returns the campaignSource.Returns the campaignTerm.getTime()Returns the time.Returns the unformattedTime.Returns the userVisit.Returns the userVisitCampaignSequence.voidsetCampaign(CampaignTransfer campaign) Sets the campaign.voidsetCampaignContent(CampaignContentTransfer campaignContent) Sets the campaignContent.voidsetCampaignMedium(CampaignMediumTransfer campaignMedium) Sets the campaignMedium.voidsetCampaignSource(CampaignSourceTransfer campaignSource) Sets the campaignSource.voidsetCampaignTerm(CampaignTermTransfer campaignTerm) Sets the campaignTerm.voidSets the time.voidsetUnformattedTime(Long unformattedTime) Sets the unformattedTime.voidsetUserVisit(UserVisitTransfer userVisit) Sets the userVisit.voidsetUserVisitCampaignSequence(Integer userVisitCampaignSequence) Sets the userVisitCampaignSequence.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
UserVisitCampaignTransfer
public UserVisitCampaignTransfer(UserVisitTransfer userVisit, Integer userVisitCampaignSequence, Long unformattedTime, String time, CampaignTransfer campaign, CampaignSourceTransfer campaignSource, CampaignMediumTransfer campaignMedium, CampaignTermTransfer campaignTerm, CampaignContentTransfer campaignContent) Creates a new instance of UserVisitCampaignTransfer
-
-
Method Details
-
getUserVisit
Returns the userVisit.- Returns:
- the userVisit
-
setUserVisit
Sets the userVisit.- Parameters:
userVisit- the userVisit to set
-
getUserVisitCampaignSequence
Returns the userVisitCampaignSequence.- Returns:
- the userVisitCampaignSequence
-
setUserVisitCampaignSequence
Sets the userVisitCampaignSequence.- Parameters:
userVisitCampaignSequence- the userVisitCampaignSequence to set
-
getUnformattedTime
Returns the unformattedTime.- Returns:
- the unformattedTime
-
setUnformattedTime
Sets the unformattedTime.- Parameters:
unformattedTime- the unformattedTime to set
-
getTime
Returns the time.- Returns:
- the time
-
setTime
Sets the time.- Parameters:
time- the time to set
-
getCampaign
Returns the campaign.- Returns:
- the campaign
-
setCampaign
Sets the campaign.- Parameters:
campaign- the campaign to set
-
getCampaignSource
Returns the campaignSource.- Returns:
- the campaignSource
-
setCampaignSource
Sets the campaignSource.- Parameters:
campaignSource- the campaignSource to set
-
getCampaignMedium
Returns the campaignMedium.- Returns:
- the campaignMedium
-
setCampaignMedium
Sets the campaignMedium.- Parameters:
campaignMedium- the campaignMedium to set
-
getCampaignTerm
Returns the campaignTerm.- Returns:
- the campaignTerm
-
setCampaignTerm
Sets the campaignTerm.- Parameters:
campaignTerm- the campaignTerm to set
-
getCampaignContent
Returns the campaignContent.- Returns:
- the campaignContent
-
setCampaignContent
Sets the campaignContent.- Parameters:
campaignContent- the campaignContent to set
-