Class ProjectFieldsContextProvider.SimpleFieldLayoutItem

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

public static class ProjectFieldsContextProvider.SimpleFieldLayoutItem extends Object
  • Constructor Details

    • SimpleFieldLayoutItem

      public SimpleFieldLayoutItem(String id, String name, String descriptionHtml, boolean required, boolean managed, boolean locked, String rendererType, boolean isRenderable, int screenCount)
  • Method Details

    • 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()