net.sf.hibernate.engine
Class TypedValue

java.lang.Object
  extended bynet.sf.hibernate.engine.TypedValue

public final class TypedValue
extends Object

An ordered pair of a value and its Hibernate type.

Author:
Gavin King
See Also:
Type

Constructor Summary
TypedValue(Type t, Object o)
           
 
Method Summary
 Type getType()
           
 Object getValue()
           
 void setType(Type type)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedValue

public TypedValue(Type t,
                  Object o)
Method Detail

setValue

public void setValue(Object value)

getValue

public Object getValue()

setType

public void setType(Type type)

getType

public Type getType()