public interface CommonCachedJPAEntity<K extends Serializable,V extends Serializable> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpireDateTime()
Gets the expire datetime
|
Date |
getStoredDateTime()
Gets the store datetime.
|
V |
getValue()
Gets the value.
|
void |
setExpireDateTime(Date expireDateTime)
Sets the value expire datetime.
|
void |
setStoredDateTime(Date storeDateTime)
Sets the store date time.
|
void |
setValue(V value)
Sets the value.
|
V getValue()
Date getStoredDateTime()
Date getExpireDateTime()
void setValue(V value)
value - the value, null is not allowed.void setStoredDateTime(Date storeDateTime)
storeDateTime - the store datetime, null is not allowed.void setExpireDateTime(Date expireDateTime)
expireDateTime - the expire datetime, null is not allowed.Copyright © 2016. All rights reserved.