com.atlassian.jira.issue.customfields.option
Class LazyLoadedOption

java.lang.Object
  extended by com.atlassian.jira.issue.customfields.option.LazyLoadedOption
All Implemented Interfaces:
Option

public class LazyLoadedOption
extends Object
implements Option


Constructor Summary
LazyLoadedOption(org.ofbiz.core.entity.GenericValue optionGV, CollectionReorderer reorderer, OptionsManager optionsManager, FieldConfigManager fieldManager)
           
 
Method Summary
 int compareTo(Object obj)
           
 boolean equals(Object o)
           
 List getChildOptions()
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
           
 Long getOptionId()
           
 Option getParentOption()
           
 FieldConfig getRelatedCustomField()
           
 Long getSequence()
           
 String getValue()
           
 int hashCode()
           
 List retrieveAllChildren(List listToAddTo)
           
 void setSequence(Long sequence)
           
 void store()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LazyLoadedOption

public LazyLoadedOption(org.ofbiz.core.entity.GenericValue optionGV,
                        CollectionReorderer reorderer,
                        OptionsManager optionsManager,
                        FieldConfigManager fieldManager)
Method Detail

getRelatedCustomField

public FieldConfig getRelatedCustomField()
Specified by:
getRelatedCustomField in interface Option

getParentOption

public Option getParentOption()
Specified by:
getParentOption in interface Option

getChildOptions

public List getChildOptions()
Specified by:
getChildOptions in interface Option

retrieveAllChildren

public List retrieveAllChildren(List listToAddTo)
Specified by:
retrieveAllChildren in interface Option

getOptionId

public Long getOptionId()
Specified by:
getOptionId in interface Option

getSequence

public Long getSequence()
Specified by:
getSequence in interface Option

getValue

public String getValue()
Specified by:
getValue in interface Option

setSequence

public void setSequence(Long sequence)
Specified by:
setSequence in interface Option

store

public void store()
Specified by:
store in interface Option

getGenericValue

public org.ofbiz.core.entity.GenericValue getGenericValue()
Specified by:
getGenericValue in interface Option

compareTo

public int compareTo(Object obj)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2007 Atlassian. All Rights Reserved.