Class CampaignSourceTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.campaign.common.transfer.CampaignSourceTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCampaignSourceTransfer
(String campaignSourceName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, String description, WorkflowEntityStatusTransfer campaignSourceStatus) Creates a new instance of CampaignSourceTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the campaignSourceName.Returns the campaignSourceStatus.Returns the description.Returns the isDefault.Returns the sortOrder.getValue()
Returns the value.Returns the valueSha1Hash.void
setCampaignSourceName
(String campaignSourceName) Sets the campaignSourceName.void
setCampaignSourceStatus
(WorkflowEntityStatusTransfer campaignSourceStatus) Sets the campaignSourceStatus.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.void
Sets the value.void
setValueSha1Hash
(String valueSha1Hash) Sets the valueSha1Hash.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
-
CampaignSourceTransfer
public CampaignSourceTransfer(String campaignSourceName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, String description, WorkflowEntityStatusTransfer campaignSourceStatus) Creates a new instance of CampaignSourceTransfer
-
-
Method Details
-
getCampaignSourceName
Returns the campaignSourceName.- Returns:
- the campaignSourceName
-
setCampaignSourceName
Sets the campaignSourceName.- Parameters:
campaignSourceName
- the campaignSourceName to set
-
getValueSha1Hash
Returns the valueSha1Hash.- Returns:
- the valueSha1Hash
-
setValueSha1Hash
Sets the valueSha1Hash.- Parameters:
valueSha1Hash
- the valueSha1Hash to set
-
getValue
Returns the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value
- the value to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
getCampaignSourceStatus
Returns the campaignSourceStatus.- Returns:
- the campaignSourceStatus
-
setCampaignSourceStatus
Sets the campaignSourceStatus.- Parameters:
campaignSourceStatus
- the campaignSourceStatus to set
-