org.granite.toplink
Class TopLinkValueHolder

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface oracle.toplink.essentials.indirection.ValueHolderInterface
shouldToStringInstantiate
 
Constructor Summary
TopLinkValueHolder()
           
 
Method Summary
 Object getValue()
           
 boolean isCoordinatedWithProperty()
           
 boolean isInstantiated()
           
 boolean isNewlyWeavedValueHolder()
           
 void setIsCoordinatedWithProperty(boolean value)
           
 void setIsNewlyWeavedValueHolder(boolean value)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopLinkValueHolder

public TopLinkValueHolder()
Method Detail

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