Schnittstelle IOptionalSaveStampHolder
- Alle bekannten Unterschnittstellen:
IEntity
,IFluentMutableOptionalSaveStampHolder<FMSSH>
,IMutableOptionalSaveStampHolder
- Alle bekannten Implementierungsklassen:
AbstractableField
,AbstractableObject
,AbstractReferenceContent
,AbstractValueContent
,BaseEntity
,ConcreteReferenceContent
,ConcreteValueContent
,Content
,Entity
,GeneralEntity
,ReferenceContent
,ValueContent
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 currentIOptionalSaveStampHolder
does not have a save stamp.
-
hasSaveStamp
boolean hasSaveStamp()- Gibt zurück:
- true if the current
IOptionalSaveStampHolder
has a save stamp.
-