Interface Versioned
Deprecated.
since 11.0 (no longer used).
An interface that marks the ability to handle versions
- Since:
- 5.1
- Author:
- Manik Surtani
-
Method Summary
Modifier and TypeMethodDescriptiondefault EntryVersionDeprecated.default voidsetVersion(EntryVersion version) Deprecated.Sets the version on this entry.
-
Method Details
-
getVersion
Deprecated.- Returns:
- the version of the entry. May be null if versioning is not supported, and must never be null if versioning is supported.
-
setVersion
Deprecated.Sets the version on this entry.- Parameters:
version- version to set
-