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 Revisioned
public Long getRevision()
getRevision
in interface Revisioned
public void setRevision(Long revision)
setRevision
in interface Revisioned
public long getCacheTimestamp()
getCacheTimestamp
in interface CachedObject
Copyright © 2021 JBoss by Red Hat. All rights reserved.