com.ibm.commerce.tools.campaigns

Class CampaignEmsDataBean.InitiativeSchedule

  • java.lang.Object
    • com.ibm.commerce.tools.campaigns.CampaignEmsDataBean.InitiativeSchedule
  • Enclosing class:
    CampaignEmsDataBean


    public static final class CampaignEmsDataBean.InitiativeSchedule
    extends java.lang.Object
    This class contains information about the initiative or collateral scheduled to this e-Marketing Spot.
    • Constructor Summary

      Constructors 
      Constructor and Description
      InitiativeSchedule()
      Default constructor for this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 initiative schedule.
      java.lang.Integer getCollateralId()
      Gets the ID of the collateral.
      java.lang.String getCollateralName()
      Gets the name of the collateral.
      java.lang.Integer getCollateralStoreId()
      Gets the store ID of the collateral.
      java.sql.Timestamp getEndDate()
      Gets the end date of the initiative schedule.
      java.lang.String getEndDay()
      Gets the end day of the initiative schedule.
      java.lang.String getEndMonth()
      Gets the end month of the initiative schedule.
      java.lang.String getEndTime()
      Gets the end time of the initiative schedule.
      java.lang.String getEndYear()
      Gets the end year of the initiative schedule.
      java.lang.Integer getId()
      Gets the ID of the initiative schedule.
      java.lang.Integer getInitiativeId()
      Gets the ID of the campaign initiative.
      java.lang.String getInitiativeName()
      Gets the name of the campaign initiative.
      java.lang.String getInitiativeStatus()
      Gets the status of the campaign initiative.
      java.lang.Integer getInitiativeStoreId()
      Gets the store ID of the campaign initiative.
      java.lang.Integer getPriority()
      Gets the priority of the initiative schedule.
      java.sql.Timestamp getStartDate()
      Gets the start date of the initiative schedule.
      java.lang.String getStartDay()
      Gets the start day of the initiative schedule.
      java.lang.String getStartMonth()
      Gets the start month of the initiative schedule.
      java.lang.String getStartTime()
      Gets the start time of the initiative schedule.
      java.lang.String getStartYear()
      Gets the start year of the initiative schedule.
      java.lang.Integer getStoreId()
      Gets the ID of the store which this initiative schedule belongs to.
      void setActionFlag(java.lang.String actionFlag)
      Sets the flag that is used to indicate the action to be performed to this initiative schedule.
      void setCollateralId(java.lang.Integer collateralId)
      Sets the ID of the collateral.
      void setCollateralName(java.lang.String collateralName)
      Sets the name of the collateral.
      void setCollateralStoreId(java.lang.Integer collateralStoreId)
      Sets the store ID of the collateral.
      void setEndDate(java.sql.Timestamp endDate)
      Sets the end date of the initiative schedule.
      void setEndDay(java.lang.String endDay)
      Sets the end day of the initiative schedule.
      void setEndMonth(java.lang.String endMonth)
      Sets the end month of the initiative schedule.
      void setEndTime(java.lang.String endTime)
      Sets the end time of the initiative schedule.
      void setEndYear(java.lang.String endYear)
      Sets the end year of the initiative schedule.
      void setId(java.lang.Integer id)
      Sets the ID of the initiative schedule.
      void setInitiativeId(java.lang.Integer initiativeId)
      Sets the ID of the campaign initiative.
      void setInitiativeName(java.lang.String initiativeName)
      Sets the name of the campaign initiative.
      void setInitiativeStatus(java.lang.String initiativeStatus)
      Sets the status of the campaign initiative.
      void setInitiativeStoreId(java.lang.Integer initiativeStoreId)
      Sets the store ID of the campaign initiative.
      void setPriority(java.lang.Integer priority)
      Sets the priority of the initiative schedule.
      void setStartDate(java.sql.Timestamp startDate)
      Sets the start date of the initiative schedule.
      void setStartDay(java.lang.String startDay)
      Sets the start day of the initiative schedule.
      void setStartMonth(java.lang.String startMonth)
      Sets the start month of the initiative schedule.
      void setStartTime(java.lang.String startTime)
      Sets the start time of the initiative schedule.
      void setStartYear(java.lang.String startYear)
      Sets the start year of the initiative schedule.
      void setStoreId(java.lang.Integer storeId)
      Sets the ID of the store which this initiative schedule belongs to.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InitiativeSchedule

        public InitiativeSchedule()
        Default constructor for this class.
    • Method Detail

      • getActionFlag

        public java.lang.String getActionFlag()
        Gets the flag that is used to indicate the action to be performed to this initiative schedule.
        Returns:
        The flag that is used to indicate the action to be performed to this initiative schedule.
      • getCollateralId

        public java.lang.Integer getCollateralId()
        Gets the ID of the collateral.
        Returns:
        The ID of the collateral.
      • getCollateralName

        public java.lang.String getCollateralName()
        Gets the name of the collateral.
        Returns:
        The name of the collateral.
      • getCollateralStoreId

        public java.lang.Integer getCollateralStoreId()
        Gets the store ID of the collateral.
        Returns:
        The store ID of the collateral.
      • getEndDate

        public java.sql.Timestamp getEndDate()
        Gets the end date of the initiative schedule.
        Returns:
        The end date of the initiative schedule.
      • getEndDay

        public java.lang.String getEndDay()
        Gets the end day of the initiative schedule.
        Returns:
        The end day of the initiative schedule.
      • getEndMonth

        public java.lang.String getEndMonth()
        Gets the end month of the initiative schedule.
        Returns:
        The end month of the initiative schedule.
      • getEndTime

        public java.lang.String getEndTime()
        Gets the end time of the initiative schedule.
        Returns:
        The end time of the initiative schedule.
      • getEndYear

        public java.lang.String getEndYear()
        Gets the end year of the initiative schedule.
        Returns:
        The end year of the initiative schedule.
      • getId

        public java.lang.Integer getId()
        Gets the ID of the initiative schedule.
        Returns:
        The ID of the initiative schedule.
      • getInitiativeId

        public java.lang.Integer getInitiativeId()
        Gets the ID of the campaign initiative.
        Returns:
        The ID of the campaign initiative.
      • getInitiativeName

        public java.lang.String getInitiativeName()
        Gets the name of the campaign initiative.
        Returns:
        The name of the campaign initiative.
      • getInitiativeStatus

        public java.lang.String getInitiativeStatus()
        Gets the status of the campaign initiative.
        Returns:
        The status of the campaign initiative.
      • getInitiativeStoreId

        public java.lang.Integer getInitiativeStoreId()
        Gets the store ID of the campaign initiative.
        Returns:
        The store ID of the campaign initiative.
      • getPriority

        public java.lang.Integer getPriority()
        Gets the priority of the initiative schedule.
        Returns:
        The priority of the initiative schedule.
      • getStartDate

        public java.sql.Timestamp getStartDate()
        Gets the start date of the initiative schedule.
        Returns:
        The start date of the initiative schedule.
      • getStartDay

        public java.lang.String getStartDay()
        Gets the start day of the initiative schedule.
        Returns:
        The start day of the initiative schedule.
      • getStartMonth

        public java.lang.String getStartMonth()
        Gets the start month of the initiative schedule.
        Returns:
        The start month of the initiative schedule.
      • getStartTime

        public java.lang.String getStartTime()
        Gets the start time of the initiative schedule.
        Returns:
        The start time of the initiative schedule.
      • getStartYear

        public java.lang.String getStartYear()
        Gets the start year of the initiative schedule.
        Returns:
        The start year of the initiative schedule.
      • getStoreId

        public java.lang.Integer getStoreId()
        Gets the ID of the store which this initiative schedule belongs to.
        Returns:
        The ID of the store which this initiative schedule belongs to.
      • setActionFlag

        public void setActionFlag(java.lang.String actionFlag)
        Sets the flag that is used to indicate the action to be performed to this initiative schedule.
        Parameters:
        actionFlag - The flag that is used to indicate the action to be performed to this initiative schedule.
      • setCollateralId

        public void setCollateralId(java.lang.Integer collateralId)
        Sets the ID of the collateral.
        Parameters:
        collateralId - The ID of the collateral.
      • setCollateralName

        public void setCollateralName(java.lang.String collateralName)
        Sets the name of the collateral.
        Parameters:
        collateralName - The name of the collateral.
      • setCollateralStoreId

        public void setCollateralStoreId(java.lang.Integer collateralStoreId)
        Sets the store ID of the collateral.
        Parameters:
        collateralStoreId - The store ID of the collateral.
      • setEndDate

        public void setEndDate(java.sql.Timestamp endDate)
        Sets the end date of the initiative schedule.
        Parameters:
        endDate - The end date of the initiative schedule.
      • setEndDay

        public void setEndDay(java.lang.String endDay)
        Sets the end day of the initiative schedule.
        Parameters:
        endDay - The end day of the initiative schedule.
      • setEndMonth

        public void setEndMonth(java.lang.String endMonth)
        Sets the end month of the initiative schedule.
        Parameters:
        endMonth - The end month of the initiative schedule.
      • setEndTime

        public void setEndTime(java.lang.String endTime)
        Sets the end time of the initiative schedule.
        Parameters:
        endTime - The end time of the initiative schedule.
      • setEndYear

        public void setEndYear(java.lang.String endYear)
        Sets the end year of the initiative schedule.
        Parameters:
        endYear - The end year of the initiative schedule.
      • setId

        public void setId(java.lang.Integer id)
        Sets the ID of the initiative schedule.
        Parameters:
        id - The ID of the initiative schedule.
      • setInitiativeId

        public void setInitiativeId(java.lang.Integer initiativeId)
        Sets the ID of the campaign initiative.
        Parameters:
        initiativeId - The ID of the campaign initiative.
      • setInitiativeName

        public void setInitiativeName(java.lang.String initiativeName)
        Sets the name of the campaign initiative.
        Parameters:
        initiativeName - The name of the campaign initiative.
      • setInitiativeStatus

        public void setInitiativeStatus(java.lang.String initiativeStatus)
        Sets the status of the campaign initiative.
        Parameters:
        initiativeStatus - The status of the campaign initiative.
      • setInitiativeStoreId

        public void setInitiativeStoreId(java.lang.Integer initiativeStoreId)
        Sets the store ID of the campaign initiative.
        Parameters:
        initiativeStoreId - The store ID of the campaign initiative.
      • setPriority

        public void setPriority(java.lang.Integer priority)
        Sets the priority of the initiative schedule.
        Parameters:
        priority - The priority of the initiative schedule.
      • setStartDate

        public void setStartDate(java.sql.Timestamp startDate)
        Sets the start date of the initiative schedule.
        Parameters:
        startDate - The start date of the initiative schedule.
      • setStartDay

        public void setStartDay(java.lang.String startDay)
        Sets the start day of the initiative schedule.
        Parameters:
        startDay - The start day of the initiative schedule.
      • setStartMonth

        public void setStartMonth(java.lang.String startMonth)
        Sets the start month of the initiative schedule.
        Parameters:
        startMonth - The start month of the initiative schedule.
      • setStartTime

        public void setStartTime(java.lang.String startTime)
        Sets the start time of the initiative schedule.
        Parameters:
        startTime - The start time of the initiative schedule.
      • setStartYear

        public void setStartYear(java.lang.String startYear)
        Sets the start year of the initiative schedule.
        Parameters:
        startYear - The start year of the initiative schedule.
      • setStoreId

        public void setStoreId(java.lang.Integer storeId)
        Sets the ID of the store which this initiative schedule belongs to.
        Parameters:
        storeId - The ID of the store which this initiative schedule belongs to.