public abstract class AbstractIDEntry extends AbstractDatabaseEntry
XML_ATTR_LAST_UPDATE, XML_LAST_UPDATE| Constructor and Description |
|---|
AbstractIDEntry(AbstractDatabaseEntry a_entry,
long a_expireTime) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns a unique ID for a database entry.
|
long |
getLastUpdate()
Returns the time in milliseconds when this db entry was created from the origin instance.
|
long |
getVersionNumber()
Returns version number which is used to determine the more recent infoservice entry, if two
entries are compared (higher version number -> more recent entry).
|
deletePersistence, getCreationTime, getExpireTime, isNewerThan, isPersistanceDeletionAllowed, isUserDefined, resetCreationTime, setExpireTimepublic AbstractIDEntry(AbstractDatabaseEntry a_entry, long a_expireTime)
public long getLastUpdate()
AbstractDatabaseEntrygetLastUpdate in class AbstractDatabaseEntrypublic long getVersionNumber()
AbstractDatabaseEntrygetVersionNumber in class AbstractDatabaseEntrypublic java.lang.String getId()
AbstractDatabaseEntrygetId in class AbstractDatabaseEntryCopyright © 2023. All rights reserved.