public class NonExistentItem extends Object implements Revisioned
Constructor and Description |
---|
NonExistentItem(String id) |
NonExistentItem(String id,
Long revision) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
Long |
getRevision() |
void |
setRevision(Long revision) |
public NonExistentItem(String id)
public String getId()
getId
in interface Revisioned
public Long getRevision()
getRevision
in interface Revisioned
public void setRevision(Long revision)
setRevision
in interface Revisioned
Copyright © 2021 JBoss by Red Hat. All rights reserved.