Class ProjectFieldsContextProvider.SimpleFieldLayoutItem
java.lang.Object
com.atlassian.jira.projectconfig.contextproviders.ProjectFieldsContextProvider.SimpleFieldLayoutItem
- Enclosing class:
ProjectFieldsContextProvider
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleFieldLayoutItem(String id, String name, String descriptionHtml, boolean required, boolean managed, boolean locked, String rendererType, boolean isRenderable, int screenCount) -
Method Summary
-
Constructor Details
-
SimpleFieldLayoutItem
-
-
Method Details
-
getId
-
isRequired
public boolean isRequired() -
isRenderable
public boolean isRenderable() -
getRendererType
-
getName
-
getDescriptionHtml
-
getScreenCount
public int getScreenCount() -
equals
-
hashCode
public int hashCode() -
toString
-
isLocked
public boolean isLocked() -
isManaged
public boolean isManaged()
-