Interface OptionalSaveStampHolder
- All Known Subinterfaces:
FluentMutableOptionalSaveStampHolder<H>, IEntity, MutableOptionalSaveStampHolder
- All Known Implementing Classes:
AbstractEntity, Entity, GeneralEntity
public interface OptionalSaveStampHolder
A
OptionalSaveStampHolder can have a save stamp.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getSaveStamp
String getSaveStamp()- Returns:
- the save stamp of the current
OptionalSaveStampHolder - Throws:
RuntimeException- if the currentOptionalSaveStampHolderdoes not have a save stamp
-
hasSaveStamp
boolean hasSaveStamp()- Returns:
- true if the current
OptionalSaveStampHolderhas a save stamp, false otherwise
-