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

All Known Implementing Classes:
LazyLoadedOption

@PublicApi
public interface Option

should merge with the field.option.Option


Method Summary
 List<Option> getChildOptions()
           
 Boolean getDisabled()
          Get the disabled status.
 org.ofbiz.core.entity.GenericValue getGenericValue()
           
 Long getOptionId()
           
 Option getParentOption()
           
 FieldConfig getRelatedCustomField()
           
 Long getSequence()
           
 String getValue()
           
 List<Option> retrieveAllChildren(List<Option> listToAddTo)
           
 void setDisabled(Boolean disabled)
           
 void setSequence(Long sequence)
           
 void setValue(String value)
           
 void store()
           
 

Method Detail

getOptionId

Long getOptionId()

getSequence

Long getSequence()

getValue

String getValue()

getDisabled

Boolean getDisabled()
Get the disabled status. A disabled option will is not available to be assigned to this associated custom field, It remains valid historically and for searching with.


getGenericValue

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

getRelatedCustomField

FieldConfig getRelatedCustomField()

getParentOption

Option getParentOption()

getChildOptions

List<Option> getChildOptions()

setSequence

void setSequence(Long sequence)

setValue

void setValue(String value)

setDisabled

void setDisabled(Boolean disabled)

retrieveAllChildren

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

store

void store()


Copyright © 2002-2012 Atlassian. All Rights Reserved.