com.atlassian.jira.issue.fields.option
Class AbstractChildOption

java.lang.Object
  extended by com.atlassian.jira.issue.fields.option.AbstractOption
      extended by com.atlassian.jira.issue.fields.option.AbstractChildOption
All Implemented Interfaces:
Option, Comparable
Direct Known Subclasses:
ChildGroupOption, UserOption

public abstract class AbstractChildOption
extends AbstractOption


Constructor Summary
AbstractChildOption()
           
 
Method Summary
 String getDescription()
          return the name of this user.
 String getId()
           
 String getParentName()
           
 GroupOption getParentOption()
           
 void setParentOption(GroupOption groupOption)
           
 
Methods inherited from class com.atlassian.jira.issue.fields.option.AbstractOption
compareTo, equals, getChildOptions, getCssClass, getImagePath, getImagePathHtml, 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.option.Option
getName
 

Constructor Detail

AbstractChildOption

public AbstractChildOption()
Method Detail

getId

public String getId()

getDescription

public String getDescription()
return the name of this user. if alternateName has been set, use that instead of the name set in the group


getParentOption

public GroupOption getParentOption()

setParentOption

public void setParentOption(GroupOption groupOption)

getParentName

public String getParentName()


Copyright © 2002-2012 Atlassian. All Rights Reserved.