Schnittstelle IOptionalSaveStampHolder
- Alle bekannten Unterschnittstellen:
IEntity,IFluentMutableOptionalSaveStampHolder<H>,IMutableOptionalSaveStampHolder
- Alle bekannten Implementierungsklassen:
AbstractEntity,Entity,GeneralEntity
public interface IOptionalSaveStampHolder
A
IOptionalSaveStampHolder can have a save stamp.- Version:
- 2024-02-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getSaveStamp
String getSaveStamp()- Gibt zurück:
- the save stamp of the current
IOptionalSaveStampHolder. - Löst aus:
RuntimeException- if the currentIOptionalSaveStampHolderdoes not have a save stamp.
-
hasSaveStamp
boolean hasSaveStamp()- Gibt zurück:
- true if the current
IOptionalSaveStampHolderhas a save stamp.
-