StoreItem Interface
public interface StoreItem
Exposes an ETag for concurrency control.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract java.lang.String |
getETag()
Get e |
| abstract void |
setETag(String withETag)
Set e |
Method Details
getETag
public abstract String getETag()
Get eTag for concurrency.
Returns:
The eTag value.
setETag
public abstract void setETag(String withETag)
Set eTag for concurrency.
Parameters:
withETag
- The eTag value.