public class AbstractRevisioned extends Object implements Revisioned, Serializable, CachedObject
| Constructor and Description |
|---|
AbstractRevisioned(Long revision,
String id) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCacheTimestamp()
When was this cached
|
String |
getId() |
Long |
getRevision() |
void |
setRevision(Long revision) |
public String getId()
getId in interface Revisionedpublic Long getRevision()
getRevision in interface Revisionedpublic void setRevision(Long revision)
setRevision in interface Revisionedpublic long getCacheTimestamp()
getCacheTimestamp in interface CachedObjectCopyright © 2021 JBoss by Red Hat. All rights reserved.