com.atlassian.jira.issue.customfields.option
Interface Option

All Known Implementing Classes:
LazyLoadedOption

public interface Option

should merge with the field.option.Option


Method Summary
 List<Option> getChildOptions()
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
           
 Long getOptionId()
           
 Option getParentOption()
           
 FieldConfig getRelatedCustomField()
           
 Long getSequence()
           
 String getValue()
           
 List<Option> retrieveAllChildren(List<Option> listToAddTo)
           
 void setSequence(Long sequence)
           
 void store()
           
 

Method Detail

getOptionId

Long getOptionId()

getSequence

Long getSequence()

getValue

String getValue()

getGenericValue

org.ofbiz.core.entity.GenericValue getGenericValue()

getRelatedCustomField

FieldConfig getRelatedCustomField()

getParentOption

Option getParentOption()

getChildOptions

List<Option> getChildOptions()

setSequence

void setSequence(Long sequence)

retrieveAllChildren

List<Option> retrieveAllChildren(List<Option> listToAddTo)

store

void store()


Copyright © 2002-2010 Atlassian. All Rights Reserved.