Package com.atlassian.jira.issue.fields
Class AbstractField
java.lang.Object
com.atlassian.jira.issue.fields.AbstractField
- All Implemented Interfaces:
Field
,Comparable
- Direct Known Subclasses:
AbstractOrderableField
,NavigableFieldImpl
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractField
(String id, String nameKey, JiraAuthenticationContext authenticationContext) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
protected JiraAuthenticationContext
getId()
The unique id of the fieldgetName()
Returns i18n'ed name of the field.The i18n key that is used to lookup the field's name when it is displayedint
hashCode()
-
Field Details
-
authenticationContext
-
-
Constructor Details
-
AbstractField
-
-
Method Details
-
getId
Description copied from interface:Field
The unique id of the field -
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 interfaceField
-
getName
Description copied from interface:Field
Returns i18n'ed name of the field. -
equals
-
hashCode
public int hashCode() -
getAuthenticationContext
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-