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

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

public class LazyLoadedOption
extends java.lang.Object
implements Option


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

Constructor Detail

LazyLoadedOption

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

getRelatedCustomField

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

getParentOption

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

getChildOptions

public java.util.List getChildOptions()
Specified by:
getChildOptions in interface Option

retrieveAllChildren

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

getOptionId

public java.lang.Long getOptionId()
Specified by:
getOptionId in interface Option

getSequence

public java.lang.Long getSequence()
Specified by:
getSequence in interface Option

getValue

public java.lang.String getValue()
Specified by:
getValue in interface Option

setSequence

public void setSequence(java.lang.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

equals

public boolean equals(java.lang.Object o)

compareTo

public int compareTo(java.lang.Object obj)


Copyright © 2002-2005 Atlassian. All Rights Reserved.