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 getChildOptions()
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
           
 Long getOptionId()
           
 Option getParentOption()
           
 FieldConfig getRelatedCustomField()
           
 Long getSequence()
           
 String getValue()
           
 List retrieveAllChildren(List 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 getChildOptions()

setSequence

void setSequence(Long sequence)

retrieveAllChildren

List retrieveAllChildren(List listToAddTo)

store

void store()


Copyright © 2002-2009 Atlassian. All Rights Reserved.