com.atlassian.jira.issue.customfields.option
Interface Option
- All Known Implementing Classes:
- LazyLoadedOption
- public interface Option
getOptionId
public java.lang.Long getOptionId()
getSequence
public java.lang.Long getSequence()
getValue
public java.lang.String getValue()
getGenericValue
public org.ofbiz.core.entity.GenericValue getGenericValue()
getRelatedCustomField
public CustomField getRelatedCustomField()
getParentOption
public Option getParentOption()
getChildOptions
public java.util.List getChildOptions()
setSequence
public void setSequence(java.lang.Long sequence)
retrieveAllChildren
public java.util.List retrieveAllChildren(java.util.List listToAddTo)
store
public void store()
Copyright © 2002-2005 Atlassian. All Rights Reserved.