public class

AbstractField

extends Object
implements Field
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.AbstractField
Known Direct Subclasses
Known Indirect Subclasses

Summary

Fields
protected final JiraAuthenticationContext authenticationContext
Public Constructors
AbstractField(String id, String nameKey, JiraAuthenticationContext authenticationContext)
Public Methods
int compareTo(Object o)
boolean equals(Object o)
String getId()
The unique id of the field
String getName()
Returns i18n'ed name of the field.
String getNameKey()
The i18n key that is used to lookup the field's name when it is displayed
int hashCode()
Protected Methods
JiraAuthenticationContext getAuthenticationContext()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.fields.Field
From interface java.lang.Comparable

Fields

protected final JiraAuthenticationContext authenticationContext

Public Constructors

public AbstractField (String id, String nameKey, JiraAuthenticationContext authenticationContext)

Public Methods

public int compareTo (Object o)

public boolean equals (Object o)

public String getId ()

The unique id of the field

public String getName ()

Returns i18n'ed name of the field.

public String getNameKey ()

The i18n key that is used to lookup the field's name when it is displayed

public int hashCode ()

Protected Methods

protected JiraAuthenticationContext getAuthenticationContext ()