Class AbstractChildOption
java.lang.Object
com.atlassian.jira.issue.fields.option.AbstractOption
com.atlassian.jira.issue.fields.option.AbstractChildOption
- All Implemented Interfaces:
Option,Comparable
- Direct Known Subclasses:
ChildGroupOption,UserOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturn the name of this user.getId()voidsetParentOption(GroupOption groupOption) Methods inherited from class com.atlassian.jira.issue.fields.option.AbstractOption
compareTo, equals, getChildOptions, getCssClass, getImagePath, getImagePathHtml, hashCode
-
Constructor Details
-
AbstractChildOption
public AbstractChildOption()
-
-
Method Details
-
getId
-
getDescription
return the name of this user. if alternateName has been set, use that instead of the name set in the group -
getParentOption
-
setParentOption
-
getParentName
-