com.atlassian.jira.issue.fields
Class PriorityField

java.lang.Object
  extended bycom.atlassian.jira.issue.fields.AbstractField
      extended bycom.atlassian.jira.issue.fields.NavigableFieldImpl
          extended bycom.atlassian.jira.issue.fields.NavigableOrderableFieldImpl
              extended bycom.atlassian.jira.issue.fields.NavigableHideableFieldImpl
                  extended bycom.atlassian.jira.issue.fields.PriorityField
All Implemented Interfaces:
Field, HideableField, NavigableField, OrderableField, RequirableField

public class PriorityField
extends NavigableHideableFieldImpl


Field Summary
 
Fields inherited from interface com.atlassian.jira.issue.fields.NavigableField
ORDER_ASCENDING, ORDER_DESCENDING
 
Constructor Summary
PriorityField(java.lang.String id, java.lang.String name, java.lang.String columnHeader)
           
 
Methods inherited from class com.atlassian.jira.issue.fields.NavigableFieldImpl
getColumnHeadingKey, getComparator, getDefaultSortOrder, isSortable
 
Methods inherited from class com.atlassian.jira.issue.fields.AbstractField
equals, getId, getNameKey, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.issue.fields.Field
getId, getNameKey
 

Constructor Detail

PriorityField

public PriorityField(java.lang.String id,
                     java.lang.String name,
                     java.lang.String columnHeader)