org.exoplatform.faq.service
Class CategoryTree

java.lang.Object
  extended by org.exoplatform.faq.service.CategoryTree

public class CategoryTree
extends Object


Constructor Summary
CategoryTree()
           
 
Method Summary
 Category getCategory()
           
 List<CategoryTree> getSubCategory()
           
 void setCategory(Category category)
           
 void setSubCategory(List<CategoryTree> subCategory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryTree

public CategoryTree()
Method Detail

getCategory

public Category getCategory()

setCategory

public void setCategory(Category category)

getSubCategory

public List<CategoryTree> getSubCategory()

setSubCategory

public void setSubCategory(List<CategoryTree> subCategory)


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.