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