public static final class CampaignDataBean.CampaignInitiative
extends java.lang.Object
Constructor and Description |
---|
CampaignInitiative()
Default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionFlag()
Gets the flag that is used to indicate the action to be performed to this campaign initiative.
|
java.lang.String |
getContentType()
Gets the content type of the campaign initiative.
|
java.lang.String |
getDescription()
Gets the description of the campaign initiative.
|
java.lang.Integer |
getId()
Gets the ID of the campaign initiative.
|
java.lang.String |
getName()
Gets the name of the campaign initiative.
|
java.lang.String |
getStatus()
Gets the status of the campaign initiative.
|
java.lang.Integer |
getStoreId()
Gets the store ID of the campaign initiative.
|
void |
setActionFlag(java.lang.String actionFlag)
Sets the flag that is used to indicate the action to be performed to this campaign initiative.
|
void |
setContentType(java.lang.String contentType)
Sets the content type of the campaign initiative.
|
void |
setDescription(java.lang.String description)
Sets the description of the campaign initiative.
|
void |
setId(java.lang.Integer id)
Sets the ID of the campaign initiative.
|
void |
setName(java.lang.String name)
Sets the name of the campaign initiative.
|
void |
setStatus(java.lang.String status)
Sets the status of the campaign initiative.
|
void |
setStoreId(java.lang.Integer storeId)
Sets the store ID of the campaign initiative.
|
public CampaignInitiative()
public java.lang.String getActionFlag()
public java.lang.String getContentType()
public java.lang.String getDescription()
public java.lang.Integer getId()
public java.lang.String getName()
public java.lang.String getStatus()
public java.lang.Integer getStoreId()
public void setActionFlag(java.lang.String actionFlag)
actionFlag
- The flag that is used to indicate the action to be performed to this campaign initiative.public void setContentType(java.lang.String contentType)
contentType
- The content type of the campaign initiative.public void setDescription(java.lang.String description)
description
- The description of the campaign initiative.public void setId(java.lang.Integer id)
id
- The ID of the campaign initiative.public void setName(java.lang.String name)
name
- The name of the campaign initiative.public void setStatus(java.lang.String status)
status
- The status of the campaign initiative.public void setStoreId(java.lang.Integer storeId)
storeId
- The store ID of the campaign initiative.