-
Id
String Id
-
Expire
Long Expire
Special feature to let entities expire after the specified amount of time.
Define the time offset into the future where you wish that those entity
should expire automatic.
Define nothing (or set it to 'null' explicit) if you don't wish to use that
feature.
The time to be set here must be in [ms] ... or you use specialized helper methods
on this class to set/get those value.
-
ModifyStamp
Date ModifyStamp
Special feature to know when a DB entry was modified last time.
Its the time where the last write operation on that entry was done.
Our backup solution can rely on that and e.g. backup all new items after
a special date.
-
Removed
boolean Removed
Interims feature to know 'removed' items in DB ...
If and how we use that information isn't clear at the moment .-)