Class AbstractField

java.lang.Object
com.atlassian.jira.issue.fields.AbstractField
All Implemented Interfaces:
Field, Comparable
Direct Known Subclasses:
AbstractOrderableField, NavigableFieldImpl

public class AbstractField extends Object implements Field
  • Field Details

  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Description copied from interface: Field
      The unique id of the field
      Specified by:
      getId in interface Field
    • getNameKey

      public String getNameKey()
      Description copied from interface: Field
      The i18n key that is used to lookup the field's name when it is displayed
      Specified by:
      getNameKey in interface Field
    • getName

      public String getName()
      Description copied from interface: Field
      Returns i18n'ed name of the field.
      Specified by:
      getName in interface Field
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getAuthenticationContext

      protected JiraAuthenticationContext getAuthenticationContext()
    • compareTo

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable