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()
Field
getNameKey
in interface Field
public String getName()
Field
protected JiraAuthenticationContext getAuthenticationContext()
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2002-2024 Atlassian. All Rights Reserved.