org.exoplatform.wcm.webui.clv
Class CategoryBean

java.lang.Object
  extended by org.exoplatform.wcm.webui.clv.CategoryBean

public class CategoryBean
extends Object


Constructor Summary
CategoryBean(String name, String path, String title, String url, boolean isSelected, int depth, long total)
           
 
Method Summary
 List<CategoryBean> getChilds()
           
 int getDepth()
           
 String getName()
           
 String getPath()
           
 String getTitle()
           
 long getTotal()
           
 String getUrl()
           
 boolean hasChilds()
           
 boolean isSelected()
           
 void setChilds(List<CategoryBean> childs)
           
 void setDepth(int depth)
           
 void setName(String name)
           
 void setPath(String path)
           
 void setSelected(boolean isSelected)
           
 void setTitle(String title)
           
 void setTotal(long total)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryBean

public CategoryBean(String name,
                    String path,
                    String title,
                    String url,
                    boolean isSelected,
                    int depth,
                    long total)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

isSelected

public boolean isSelected()

setSelected

public void setSelected(boolean isSelected)

getDepth

public int getDepth()

setDepth

public void setDepth(int depth)

getName

public String getName()

setName

public void setName(String name)

getPath

public String getPath()

setPath

public void setPath(String path)

getTotal

public long getTotal()

setTotal

public void setTotal(long total)

getChilds

public List<CategoryBean> getChilds()

setChilds

public void setChilds(List<CategoryBean> childs)

hasChilds

public boolean hasChilds()


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