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

public Long getOptionId()

getSequence

public Long getSequence()

getValue

public String getValue()

getGenericValue

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

getRelatedCustomField

public FieldConfig getRelatedCustomField()

getParentOption

public Option getParentOption()

getChildOptions

public List getChildOptions()

setSequence

public void setSequence(Long sequence)

retrieveAllChildren

public List retrieveAllChildren(List listToAddTo)

store

public void store()


Copyright © 2002-2007 Atlassian. All Rights Reserved.