org.granite.toplink
Class TopLinkValueHolder
java.lang.Object
org.granite.toplink.TopLinkValueHolder
- All Implemented Interfaces:
- oracle.toplink.essentials.indirection.ValueHolderInterface, oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterface
public class TopLinkValueHolder
- extends Object
- implements oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterface
- Author:
- William DRAI
| Fields inherited from interface oracle.toplink.essentials.indirection.ValueHolderInterface |
shouldToStringInstantiate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopLinkValueHolder
public TopLinkValueHolder()
setValue
public void setValue(Object value)
- Specified by:
setValue in interface oracle.toplink.essentials.indirection.ValueHolderInterface
getValue
public Object getValue()
- Specified by:
getValue in interface oracle.toplink.essentials.indirection.ValueHolderInterface
isInstantiated
public boolean isInstantiated()
- Specified by:
isInstantiated in interface oracle.toplink.essentials.indirection.ValueHolderInterface
isCoordinatedWithProperty
public boolean isCoordinatedWithProperty()
- Specified by:
isCoordinatedWithProperty in interface oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterface
isNewlyWeavedValueHolder
public boolean isNewlyWeavedValueHolder()
- Specified by:
isNewlyWeavedValueHolder in interface oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterface
setIsCoordinatedWithProperty
public void setIsCoordinatedWithProperty(boolean value)
- Specified by:
setIsCoordinatedWithProperty in interface oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterface
setIsNewlyWeavedValueHolder
public void setIsNewlyWeavedValueHolder(boolean value)
- Specified by:
setIsNewlyWeavedValueHolder in interface oracle.toplink.essentials.indirection.WeavedAttributeValueHolderInterface