com.mymed.model.data.storage
Class ExpColumnBean
java.lang.Object
com.mymed.model.data.storage.ExpColumnBean
public class ExpColumnBean
- extends java.lang.Object
Bean that stores an expiring column.
- Author:
- iacopo
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpColumnBean
public ExpColumnBean()
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()