com.atlassian.jira.web.action.browser
Class BrowseProjects.ProjectCategoryBean

java.lang.Object
  extended by com.atlassian.jira.web.action.browser.BrowseProjects.ProjectCategoryBean
Enclosing class:
BrowseProjects

public static class BrowseProjects.ProjectCategoryBean
extends Object

Simple bean that contains Project category information and its containing projects as GVS.


Constructor Summary
BrowseProjects.ProjectCategoryBean(org.ofbiz.core.entity.GenericValue category, Collection<org.ofbiz.core.entity.GenericValue> projects)
           
BrowseProjects.ProjectCategoryBean(String name, String description, String id, Collection<org.ofbiz.core.entity.GenericValue> projects)
           
BrowseProjects.ProjectCategoryBean(String name, String description, String id, Collection<org.ofbiz.core.entity.GenericValue> projects, boolean tabVisible, boolean inAll)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 Collection<org.ofbiz.core.entity.GenericValue> getProjects()
           
 boolean hasProject()
           
 boolean isAll()
           
 boolean isTabVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowseProjects.ProjectCategoryBean

public BrowseProjects.ProjectCategoryBean(org.ofbiz.core.entity.GenericValue category,
                                          Collection<org.ofbiz.core.entity.GenericValue> projects)

BrowseProjects.ProjectCategoryBean

public BrowseProjects.ProjectCategoryBean(String name,
                                          String description,
                                          String id,
                                          Collection<org.ofbiz.core.entity.GenericValue> projects)

BrowseProjects.ProjectCategoryBean

public BrowseProjects.ProjectCategoryBean(String name,
                                          String description,
                                          String id,
                                          Collection<org.ofbiz.core.entity.GenericValue> projects,
                                          boolean tabVisible,
                                          boolean inAll)
Method Detail

hasProject

public boolean hasProject()

getProjects

public Collection<org.ofbiz.core.entity.GenericValue> getProjects()

getName

public String getName()

getDescription

public String getDescription()

getId

public String getId()

isTabVisible

public boolean isTabVisible()

isAll

public boolean isAll()


Copyright © 2002-2012 Atlassian. All Rights Reserved.