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 eTag for concurrency.

abstract void setETag(String withETag)

Set eTag for concurrency.

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.

Applies to