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

java.lang.Object
  extended by com.atlassian.jira.projectconfig.contextproviders.ProjectFieldsContextProvider.SimpleFieldLayoutItem
Enclosing class:
ProjectFieldsContextProvider

public static class ProjectFieldsContextProvider.SimpleFieldLayoutItem
extends Object


Constructor Summary
ProjectFieldsContextProvider.SimpleFieldLayoutItem(String id, String name, String descriptionHtml, boolean required, boolean managed, boolean locked, String rendererType, boolean isRenderable, int screenCount)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescriptionHtml()
           
 String getId()
           
 String getName()
           
 String getRendererType()
           
 int getScreenCount()
           
 int hashCode()
           
 boolean isLocked()
           
 boolean isManaged()
           
 boolean isRenderable()
           
 boolean isRequired()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectFieldsContextProvider.SimpleFieldLayoutItem

public ProjectFieldsContextProvider.SimpleFieldLayoutItem(String id,
                                                          String name,
                                                          String descriptionHtml,
                                                          boolean required,
                                                          boolean managed,
                                                          boolean locked,
                                                          String rendererType,
                                                          boolean isRenderable,
                                                          int screenCount)
Method Detail

getId

public String getId()

isRequired

public boolean isRequired()

isRenderable

public boolean isRenderable()

getRendererType

public String getRendererType()

getName

public String getName()

getDescriptionHtml

public String getDescriptionHtml()

getScreenCount

public int getScreenCount()

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

isLocked

public boolean isLocked()

isManaged

public boolean isManaged()


Copyright © 2002-2013 Atlassian. All Rights Reserved.