public class AbstractField extends Object implements Field
| Modifier and Type | Field and Description |
|---|---|
protected JiraAuthenticationContext |
authenticationContext |
| Constructor and Description |
|---|
AbstractField(String id,
String nameKey,
JiraAuthenticationContext authenticationContext) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
protected JiraAuthenticationContext |
getAuthenticationContext() |
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 final JiraAuthenticationContext authenticationContext
public AbstractField(String id, String nameKey, JiraAuthenticationContext authenticationContext)
public String getNameKey()
FieldgetNameKey in interface Fieldpublic String getName()
Fieldprotected JiraAuthenticationContext getAuthenticationContext()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2002-2015 Atlassian. All Rights Reserved.