Class CampaignTermTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.campaign.common.transfer.CampaignTermTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCampaignTermTransfer
(String campaignTermName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, String description, WorkflowEntityStatusTransfer campaignTermStatus) Creates a new instance of CampaignTermTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the campaignTermName.Returns the campaignTermStatus.Returns the description.Returns the isDefault.Returns the sortOrder.getValue()
Returns the value.Returns the valueSha1Hash.void
setCampaignTermName
(String campaignTermName) Sets the campaignTermName.void
setCampaignTermStatus
(WorkflowEntityStatusTransfer campaignTermStatus) Sets the campaignTermStatus.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
-
CampaignTermTransfer
public CampaignTermTransfer(String campaignTermName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, String description, WorkflowEntityStatusTransfer campaignTermStatus) Creates a new instance of CampaignTermTransfer
-
-
Method Details
-
getCampaignTermName
Returns the campaignTermName.- Returns:
- the campaignTermName
-
setCampaignTermName
Sets the campaignTermName.- Parameters:
campaignTermName
- the campaignTermName 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
-
getCampaignTermStatus
Returns the campaignTermStatus.- Returns:
- the campaignTermStatus
-
setCampaignTermStatus
Sets the campaignTermStatus.- Parameters:
campaignTermStatus
- the campaignTermStatus to set
-