com.mymed.model.data.storage
Class ExpColumnBean

java.lang.Object
  extended by com.mymed.model.data.storage.ExpColumnBean

public class ExpColumnBean
extends java.lang.Object

Bean that stores an expiring column.

Author:
iacopo

Constructor Summary
ExpColumnBean()
           
 
Method Summary
 long getTimestamp()
           
 int getTimeToLive()
           
 byte[] getValue()
           
 void setTimestamp(long timestamp)
           
 void setTimeToLive(int timeToLive)
           
 void setValue(byte[] value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpColumnBean

public ExpColumnBean()
Method Detail

setValue

public void setValue(byte[] value)

getValue

public byte[] getValue()

setTimestamp

public void setTimestamp(long timestamp)

getTimestamp

public long getTimestamp()

setTimeToLive

public void setTimeToLive(int timeToLive)

getTimeToLive

public int getTimeToLive()