com.atlassian.jira.projectconfig.contextproviders
Class ProjectFieldsContextProvider.SimpleFieldConfig

java.lang.Object
  extended by com.atlassian.jira.projectconfig.contextproviders.ProjectFieldsContextProvider.SimpleFieldConfig
All Implemented Interfaces:
NamedDefault
Enclosing class:
ProjectFieldsContextProvider

public static class ProjectFieldsContextProvider.SimpleFieldConfig
extends Object
implements NamedDefault


Constructor Summary
ProjectFieldsContextProvider.SimpleFieldConfig(FieldLayout fieldLayout, String url, boolean defaultFieldConfig, Collection<Project> sharedProjects, List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems, List<SimpleIssueType> issueTypes)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> getFieldLayoutItems()
           
 Long getId()
           
 Collection<SimpleIssueType> getIssueTypes()
           
 String getName()
           
 Collection<Project> getSharedProjects()
           
static ProjectFieldsContextProvider.SimpleFieldConfig getSystemDefaultSimpleFieldConfig(String url, boolean defaultFieldconfig, Collection<Project> sharedProjects, List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems, List<SimpleIssueType> issueTypes)
           
 String getUrl()
           
 int hashCode()
           
 boolean isDefault()
           
 boolean isDefaultFieldConfig()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectFieldsContextProvider.SimpleFieldConfig

public ProjectFieldsContextProvider.SimpleFieldConfig(FieldLayout fieldLayout,
                                                      String url,
                                                      boolean defaultFieldConfig,
                                                      Collection<Project> sharedProjects,
                                                      List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems,
                                                      List<SimpleIssueType> issueTypes)
Method Detail

getSystemDefaultSimpleFieldConfig

public static ProjectFieldsContextProvider.SimpleFieldConfig getSystemDefaultSimpleFieldConfig(String url,
                                                                                               boolean defaultFieldconfig,
                                                                                               Collection<Project> sharedProjects,
                                                                                               List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems,
                                                                                               List<SimpleIssueType> issueTypes)

getId

public Long getId()

getName

public String getName()
Specified by:
getName in interface NamedDefault

getDescription

public String getDescription()

isDefault

public boolean isDefault()
Specified by:
isDefault in interface NamedDefault

getUrl

public String getUrl()

isDefaultFieldConfig

public boolean isDefaultFieldConfig()

getSharedProjects

public Collection<Project> getSharedProjects()

getFieldLayoutItems

public List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> getFieldLayoutItems()

getIssueTypes

public Collection<SimpleIssueType> getIssueTypes()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.