CampaignRecord¶
-
public class
CampaignRecord¶ Domain representation of a message campaign.
Methods¶
getCampaignType¶
-
public CampaignType
getCampaignType()¶
getMessages¶
-
public List<CampaignMessageRecord>
getMessages()¶
setCampaignType¶
-
public void
setCampaignType(CampaignType type)¶
setMessages¶
-
public void
setMessages(List<CampaignMessageRecord> messages)¶
toCampaign¶
updateFrom¶
-
public void
updateFrom(CampaignRecord other)¶ Updates this campaign record with the values taken from the other campaign record. All of the fields of this class will be replaced, except of
id.Parameters: - other – a campaign record to update the values from