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 TypeMethodDescriptionintbooleanprotected JiraAuthenticationContextgetId()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 displayedinthashCode()
-
Field Details
-
authenticationContext
-
-
Constructor Details
-
AbstractField
-
-
Method Details
-
getId
Description copied from interface:FieldThe unique id of the field -
getNameKey
Description copied from interface:FieldThe i18n key that is used to lookup the field's name when it is displayed- Specified by:
getNameKeyin interfaceField
-
getName
Description copied from interface:FieldReturns i18n'ed name of the field. -
equals
-
hashCode
public int hashCode() -
getAuthenticationContext
-
compareTo
- Specified by:
compareToin interfaceComparable
-