com.atlassian.jira.issue.fields
Class CompositeComponentNavigableFieldImpl

java.lang.Object
  extended bycom.atlassian.jira.issue.fields.AbstractField
      extended bycom.atlassian.jira.issue.fields.NavigableFieldImpl
          extended bycom.atlassian.jira.issue.fields.CompositeComponentNavigableFieldImpl
All Implemented Interfaces:
CompositeComponentField, Field, NavigableField

public class CompositeComponentNavigableFieldImpl
extends NavigableFieldImpl
implements CompositeComponentField


Field Summary
 
Fields inherited from interface com.atlassian.jira.issue.fields.NavigableField
ORDER_ASCENDING, ORDER_DESCENDING
 
Constructor Summary
CompositeComponentNavigableFieldImpl(java.lang.String id, java.lang.String nameKey, java.lang.String columnHeadingKey, java.lang.String parentId)
           
 
Method Summary
 CompositeField getParent()
           
 
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.NavigableField
getColumnHeadingKey, getComparator, getDefaultSortOrder, isSortable
 
Methods inherited from interface com.atlassian.jira.issue.fields.Field
getId, getNameKey
 

Constructor Detail

CompositeComponentNavigableFieldImpl

public CompositeComponentNavigableFieldImpl(java.lang.String id,
                                            java.lang.String nameKey,
                                            java.lang.String columnHeadingKey,
                                            java.lang.String parentId)
Method Detail

getParent

public CompositeField getParent()
Specified by:
getParent in interface CompositeComponentField