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

java.lang.Object
  extended bycom.atlassian.jira.issue.fields.option.AbstractOption
      extended bycom.atlassian.jira.issue.fields.option.ComponentOption
All Implemented Interfaces:
Comparable, Option

public class ComponentOption
extends AbstractOption
implements Option


Field Summary
static org.apache.commons.collections.Transformer TRANSFORMER
           
 
Constructor Summary
ComponentOption(org.ofbiz.core.entity.GenericValue component)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 
Methods inherited from class com.atlassian.jira.issue.fields.option.AbstractOption
compareTo, equals, getChildOptions, getCssClass, getImagePath, 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
getChildOptions, getCssClass, getImagePath
 

Field Detail

TRANSFORMER

public static final org.apache.commons.collections.Transformer TRANSFORMER
Constructor Detail

ComponentOption

public ComponentOption(org.ofbiz.core.entity.GenericValue component)
Method Detail

getId

public String getId()
Specified by:
getId in interface Option

getName

public String getName()
Specified by:
getName in interface Option

getDescription

public String getDescription()
Specified by:
getDescription in interface Option


Copyright © 2002-2006 Atlassian. All Rights Reserved.