| |
|
| java.lang.Object org.tigris.scarab.om.ParentChildAttributeOption
ParentChildAttributeOption | public class ParentChildAttributeOption implements Retrievable,java.io.Serializable(Code) | | This class is used by Intake on the GlobalAttributeEdit page
to create combination of a ROptionOption and a AttributeOption
author: Jon S. Stevens version: $Id: ParentChildAttributeOption.java 10193 2006-06-30 12:49:42Z dabbous $ |
ParentChildAttributeOption | protected ParentChildAttributeOption()(Code) | | Must call getInstance()
|
doRemoveFromCache | public static void doRemoveFromCache(Integer parent, Integer child)(Code) | | Removes the object from the cache
|
getChildOption | public AttributeOption getChildOption() throws TorqueException(Code) | | The 'child' AttributeOption
|
getDeleted | public boolean getDeleted()(Code) | | |
getGlobalCacheService | final protected static GlobalCacheService getGlobalCacheService()(Code) | | Gets the GlobalCacheService implementation.
the GlobalCacheService implementation. |
getOptionId | public Integer getOptionId()(Code) | | The 'child' optionid
|
getPreferredOrder | public int getPreferredOrder()(Code) | | |
getQueryKey | public String getQueryKey()(Code) | | Implementation of the Retrievable interface because this object
is used with Intake
|
getWeight | public int getWeight()(Code) | | |
setAttributeId | public void setAttributeId(Integer attributeId)(Code) | | |
setDeleted | public void setDeleted(boolean deleted)(Code) | | |
setOptionId | public void setOptionId(Integer key)(Code) | | The 'child' optionid
|
setPreferredOrder | public void setPreferredOrder(int preferredOrder)(Code) | | |
setQueryKey | public void setQueryKey(String key) throws TorqueException(Code) | | Implementation of the Retrievable interface because this object
is used with Intake
|
setWeight | public void setWeight(int weight)(Code) | | |
|
|
|