Class CampaignTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.campaign.common.transfer.CampaignTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCampaignTransfer
(String campaignName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, String description, WorkflowEntityStatusTransfer campaignStatus) Creates a new instance of CampaignTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the campaignName.Returns the campaignStatus.Returns the description.Returns the isDefault.Returns the sortOrder.getValue()
Returns the value.Returns the valueSha1Hash.void
setCampaignName
(String campaignName) Sets the campaignName.void
setCampaignStatus
(WorkflowEntityStatusTransfer campaignStatus) Sets the campaignStatus.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
-
CampaignTransfer
public CampaignTransfer(String campaignName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, String description, WorkflowEntityStatusTransfer campaignStatus) Creates a new instance of CampaignTransfer
-
-
Method Details
-
getCampaignName
Returns the campaignName.- Returns:
- the campaignName
-
setCampaignName
Sets the campaignName.- Parameters:
campaignName
- the campaignName 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
-
getCampaignStatus
Returns the campaignStatus.- Returns:
- the campaignStatus
-
setCampaignStatus
Sets the campaignStatus.- Parameters:
campaignStatus
- the campaignStatus to set
-