org.infolayer.model
Class Entry

java.lang.Object
  extended byorg.infolayer.model.Entry

public class Entry
extends java.lang.Object


Field Summary
 long time
           
 java.lang.String userName
           
 java.lang.Object value
           
 
Constructor Summary
Entry(java.lang.Object value)
           
 
Method Summary
 void touch()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.Object value

time

public long time

userName

public java.lang.String userName
Constructor Detail

Entry

public Entry(java.lang.Object value)
Method Detail

touch

public void touch()