com.ibm.commerce.marketing.facade.datatypes

Interface CampaignType

    • Method Detail

      • getCampaignIdentifier

        CampaignIdentifierType getCampaignIdentifier()
        Returns the value of the 'Campaign Identifier' containment reference. The unique identifier of the campaign.
        Returns:
        the value of the 'Campaign Identifier' containment reference.
        See Also:
        setCampaignIdentifier(CampaignIdentifierType), MarketingPackage.getCampaignType_CampaignIdentifier()
      • getActivityIdentifier

        java.util.List getActivityIdentifier()
        Returns the value of the 'Activity Identifier' containment reference list. The list contents are of type ActivityIdentifierType. The marketing activities associated with the campaign.
        Returns:
        the value of the 'Activity Identifier' containment reference list.
        See Also:
        MarketingPackage.getCampaignType_ActivityIdentifier()
      • getState

        java.lang.Object getState()
        Returns the value of the 'State' attribute. The state of the campaign.
        Returns:
        the value of the 'State' attribute.
        See Also:
        setState(Object), MarketingPackage.getCampaignType_State()
      • setState

        void setState(java.lang.Object value)
        Sets the value of the 'State' attribute.
        Parameters:
        value - the new value of the 'State' attribute.
        See Also:
        getState()
      • getFormat

        java.lang.String getFormat()
        Returns the value of the 'Format' attribute. The format type of the campaign.
        Returns:
        the value of the 'Format' attribute.
        See Also:
        setFormat(String), MarketingPackage.getCampaignType_Format()
      • setFormat

        void setFormat(java.lang.String value)
        Sets the value of the 'Format' attribute.
        Parameters:
        value - the new value of the 'Format' attribute.
        See Also:
        getFormat()
      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute. The description of the campaign.
        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), MarketingPackage.getCampaignType_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getSeason

        java.lang.String getSeason()
        Returns the value of the 'Season' attribute. The season of the campaign.
        Returns:
        the value of the 'Season' attribute.
        See Also:
        setSeason(String), MarketingPackage.getCampaignType_Season()
      • setSeason

        void setSeason(java.lang.String value)
        Sets the value of the 'Season' attribute.
        Parameters:
        value - the new value of the 'Season' attribute.
        See Also:
        getSeason()
      • getStartDate

        java.lang.Object getStartDate()
        Returns the value of the 'Start Date' attribute. The start date of the campaign.
        Returns:
        the value of the 'Start Date' attribute.
        See Also:
        isSetStartDate(), unsetStartDate(), setStartDate(Object), MarketingPackage.getCampaignType_StartDate()
      • getEndDate

        java.lang.Object getEndDate()
        Returns the value of the 'End Date' attribute. The end date of the campaign.
        Returns:
        the value of the 'End Date' attribute.
        See Also:
        isSetEndDate(), unsetEndDate(), setEndDate(Object), MarketingPackage.getCampaignType_EndDate()
      • getCreated

        java.lang.Object getCreated()
        Returns the value of the 'Created' attribute. The time when the campaign was created.
        Returns:
        the value of the 'Created' attribute.
        See Also:
        setCreated(Object), MarketingPackage.getCampaignType_Created()
      • setCreated

        void setCreated(java.lang.Object value)
        Sets the value of the 'Created' attribute.
        Parameters:
        value - the new value of the 'Created' attribute.
        See Also:
        getCreated()
      • getLastUpdate

        java.lang.Object getLastUpdate()
        Returns the value of the 'Last Update' attribute. The time when the campaign was last updated.
        Returns:
        the value of the 'Last Update' attribute.
        See Also:
        setLastUpdate(Object), MarketingPackage.getCampaignType_LastUpdate()
      • setLastUpdate

        void setLastUpdate(java.lang.Object value)
        Sets the value of the 'Last Update' attribute.
        Parameters:
        value - the new value of the 'Last Update' attribute.
        See Also:
        getLastUpdate()
      • getLastUpdatedBy

        java.lang.String getLastUpdatedBy()
        Returns the value of the 'Last Updated By' attribute. The identifier of the user who last updated the campaign.
        Returns:
        the value of the 'Last Updated By' attribute.
        See Also:
        setLastUpdatedBy(String), MarketingPackage.getCampaignType_LastUpdatedBy()
      • setLastUpdatedBy

        void setLastUpdatedBy(java.lang.String value)
        Sets the value of the 'Last Updated By' attribute.
        Parameters:
        value - the new value of the 'Last Updated By' attribute.
        See Also:
        getLastUpdatedBy()
      • getOwner

        java.lang.String getOwner()
        Returns the value of the 'Owner' attribute. The business owner of the campaign.
        Returns:
        the value of the 'Owner' attribute.
        See Also:
        setOwner(String), MarketingPackage.getCampaignType_Owner()
      • setOwner

        void setOwner(java.lang.String value)
        Sets the value of the 'Owner' attribute.
        Parameters:
        value - the new value of the 'Owner' attribute.
        See Also:
        getOwner()
      • getObjective

        java.lang.String getObjective()
        Returns the value of the 'Objective' attribute. The business objective of the campaign.
        Returns:
        the value of the 'Objective' attribute.
        See Also:
        setObjective(String), MarketingPackage.getCampaignType_Objective()
      • setObjective

        void setObjective(java.lang.String value)
        Sets the value of the 'Objective' attribute.
        Parameters:
        value - the new value of the 'Objective' attribute.
        See Also:
        getObjective()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User Data.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MarketingPackage.getCampaignType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()