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
 java.util.List<Option> getChildOptions()
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
           
 java.lang.Long getOptionId()
           
 Option getParentOption()
           
 FieldConfig getRelatedCustomField()
           
 java.lang.Long getSequence()
           
 java.lang.String getValue()
           
 java.util.List<Option> retrieveAllChildren(java.util.List<Option> listToAddTo)
           
 void setSequence(java.lang.Long sequence)
           
 void store()
           
 

Method Detail

getOptionId

java.lang.Long getOptionId()

getSequence

java.lang.Long getSequence()

getValue

java.lang.String getValue()

getGenericValue

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

getRelatedCustomField

FieldConfig getRelatedCustomField()

getParentOption

Option getParentOption()

getChildOptions

java.util.List<Option> getChildOptions()

setSequence

void setSequence(java.lang.Long sequence)

retrieveAllChildren

java.util.List<Option> retrieveAllChildren(java.util.List<Option> listToAddTo)

store

void store()


Copyright © 2002-2011 Atlassian. All Rights Reserved.