Package org.projectbarbel.histo.model
Interface Bitemporal
-
- All Known Implementing Classes:
BitemporalVersion
,DefaultDocument
public interface Bitemporal
Interface applied to all objects managed byBarbelHisto
. InBarbelMode.BITEMPORAL
clients implement this interface on their business classes. There is nothing else required other then implementing this interface. This will require to add aBitemporalStamp
field to the business class.- Author:
- Niklas Schlimm
-
-
Method Summary
Modifier and Type Method Description BitemporalStamp
getBitemporalStamp()
void
setBitemporalStamp(BitemporalStamp stamp)
-
-
-
Method Detail
-
getBitemporalStamp
BitemporalStamp getBitemporalStamp()
-
setBitemporalStamp
void setBitemporalStamp(BitemporalStamp stamp)
-
-