com.atlassian.jira.issue.customfields.option
Class LazyLoadedOption
java.lang.Object
com.atlassian.jira.issue.customfields.option.LazyLoadedOption
- All Implemented Interfaces:
- Option
- public class LazyLoadedOption
- extends java.lang.Object
- implements Option
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyLoadedOption
public LazyLoadedOption(org.ofbiz.core.entity.GenericValue optionGV,
CollectionReorderer reorderer,
OptionsManager optionsManager,
CustomFieldManager customFieldManager)
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.