org.alfresco.web.bean
Class CategoriesProperties

java.lang.Object
  extended by org.alfresco.web.bean.CategoriesProperties

public class CategoriesProperties
extends java.lang.Object


Field Summary
protected  UIRichList categoriesRichList
          Component references
protected  org.alfresco.service.cmr.search.CategoryService categoryService
           
 
Constructor Summary
CategoriesProperties()
           
 
Method Summary
 Node getActionCategory()
           
 UIRichList getCategoriesRichList()
           
 Node getCategory()
           
 org.alfresco.service.cmr.repository.NodeRef getCategoryRef()
           
 org.alfresco.service.cmr.search.CategoryService getCategoryService()
           
 java.lang.String getDescription()
           
 java.util.List getLocation()
           
 java.util.Collection getMembers()
           
 java.lang.String getName()
           
 java.lang.String getViewMode()
           
 void setActionCategory(Node actionCategory)
           
 void setCategoriesRichList(UIRichList categoriesRichList)
           
 void setCategory(Node category)
           
 void setCategoryRef(org.alfresco.service.cmr.repository.NodeRef categoryRef)
           
 void setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService)
           
 void setDescription(java.lang.String description)
           
 void setLocation(java.util.List location)
           
 void setMembers(java.util.Collection members)
           
 void setName(java.lang.String name)
           
 void setViewMode(java.lang.String viewMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

categoryService

protected org.alfresco.service.cmr.search.CategoryService categoryService

categoriesRichList

protected UIRichList categoriesRichList
Component references

Constructor Detail

CategoriesProperties

public CategoriesProperties()
Method Detail

getCategoryService

public org.alfresco.service.cmr.search.CategoryService getCategoryService()

setCategoryService

public void setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService)

getCategoriesRichList

public UIRichList getCategoriesRichList()

setCategoriesRichList

public void setCategoriesRichList(UIRichList categoriesRichList)

getCategory

public Node getCategory()

setCategory

public void setCategory(Node category)

getCategoryRef

public org.alfresco.service.cmr.repository.NodeRef getCategoryRef()

setCategoryRef

public void setCategoryRef(org.alfresco.service.cmr.repository.NodeRef categoryRef)

getActionCategory

public Node getActionCategory()

setActionCategory

public void setActionCategory(Node actionCategory)

getMembers

public java.util.Collection getMembers()

setMembers

public void setMembers(java.util.Collection members)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getViewMode

public java.lang.String getViewMode()

setViewMode

public void setViewMode(java.lang.String viewMode)

getLocation

public java.util.List getLocation()

setLocation

public void setLocation(java.util.List location)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.