org.kuali.student.common.assembly.data
Class Data.TimestampValue

java.lang.Object
  extended by org.kuali.student.common.assembly.data.Data.TimestampValue
All Implemented Interfaces:
Serializable, Data.Value
Enclosing class:
Data

public static class Data.TimestampValue
extends Object
implements Data.Value

See Also:
Serialized Form

Field Summary
private  Timestamp value
           
 
Constructor Summary
protected Data.TimestampValue()
           
  Data.TimestampValue(Timestamp value)
           
 
Method Summary
<T> T
get()
           
 Class getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

private Timestamp value
Constructor Detail

Data.TimestampValue

protected Data.TimestampValue()

Data.TimestampValue

public Data.TimestampValue(Timestamp value)
Method Detail

get

public <T> T get()
Specified by:
get in interface Data.Value

getType

public Class getType()
Specified by:
getType in interface Data.Value

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.