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

java.lang.Object
  extended by com.atlassian.jira.issue.fields.option.AssigneeOption
All Implemented Interfaces:
Option

public class AssigneeOption
extends java.lang.Object
implements Option


Constructor Summary
AssigneeOption(java.lang.String optionName, java.lang.String displayName, boolean optionEnabled)
           
 
Method Summary
 java.util.List getChildOptions()
          Returns a list of dependent child options.
 java.lang.String getCssClass()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.lang.String getId()
           
 java.lang.String getImagePath()
           
 java.lang.String getImagePathHtml()
          Returns the HTML-encoded image path for this Option.
 java.lang.String getName()
           
 java.lang.String getOptionName()
           
 boolean isOptionEnabled()
           
 void setDisplayName(java.lang.String displayName)
           
 void setOptionEnabled(boolean optionEnabled)
           
 void setOptionName(java.lang.String optionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssigneeOption

public AssigneeOption(java.lang.String optionName,
                      java.lang.String displayName,
                      boolean optionEnabled)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface Option

getName

public java.lang.String getName()
Specified by:
getName in interface Option

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Option

getImagePath

public java.lang.String getImagePath()
Specified by:
getImagePath in interface Option

getImagePathHtml

public java.lang.String getImagePathHtml()
Description copied from interface: Option
Returns the HTML-encoded image path for this Option.

Specified by:
getImagePathHtml in interface Option
Returns:
an HTML-encoded image path
See Also:
Option.getImagePath()

getCssClass

public java.lang.String getCssClass()
Specified by:
getCssClass in interface Option

getChildOptions

public java.util.List getChildOptions()
Description copied from interface: Option
Returns a list of dependent child options. Returns Collections.EMPTY_LIST if no children

Specified by:
getChildOptions in interface Option
Returns:
List of Option objects. Collections.EMPTY_LIST if no children

getOptionName

public java.lang.String getOptionName()

setOptionName

public void setOptionName(java.lang.String optionName)

getDisplayName

public java.lang.String getDisplayName()

setDisplayName

public void setDisplayName(java.lang.String displayName)

isOptionEnabled

public boolean isOptionEnabled()

setOptionEnabled

public void setOptionEnabled(boolean optionEnabled)


Copyright © 2002-2010 Atlassian. All Rights Reserved.