com.ibm.commerce.pagelayout.facade.server.helpers.activity.pagelocation

Class PageLocationActivityCategory

  • java.lang.Object
    • com.ibm.commerce.pagelayout.facade.server.helpers.activity.pagelocation.PageLocationActivityCategory


  • public final class PageLocationActivityCategory
    extends java.lang.Object
    This class represents a value object for a category that is set in the Current Page Target of a Page Location Activity.
    • Constructor Detail

      • PageLocationActivityCategory

        public PageLocationActivityCategory()
        Default Constructor.
    • Method Detail

      • getCategoryId

        public final java.lang.String getCategoryId()
        Returns the Category Id.
        Returns:
        The Category Id.
      • setCategoryId

        public final void setCategoryId(java.lang.String categoryId)
        Sets the Category Id.
        Parameters:
        categoryId - The Category Id to set.
      • isPropagateToSubCategories

        public final boolean isPropagateToSubCategories()
        Checks whether the Propagate to Sub-Categories flag is on.
        Returns:
        true if Propagate to Sub-Categories flag is on, false otherwise.
      • setPropagateToSubCategories

        public final void setPropagateToSubCategories(boolean propagateToSubCategories)
        Sets the Propagate to Sub-Categories flag.
        Parameters:
        propagateToSubCategories - The Propagate to Sub-Categories flag to set.