类 CmsCategoryWorflowParameters

java.lang.Object
com.publiccms.views.pojo.model.CmsCategoryWorflowParameters
所有已实现的接口:
Serializable

public class CmsCategoryWorflowParameters extends Object implements Serializable
CmsCategoryWorflowParameters
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • categoryIdList

      private List<Integer> categoryIdList
  • 构造器详细资料

    • CmsCategoryWorflowParameters

      public CmsCategoryWorflowParameters()
  • 方法详细资料

    • getCategoryIdList

      public List<Integer> getCategoryIdList()
      返回:
      the categoryIdList
    • setCategoryIdList

      public void setCategoryIdList(List<Integer> categoryIdList)
      参数:
      categoryIdList - the categoryIdList to set