anon.infoservice
Class InfoServiceIDEntry

java.lang.Object
  extended by anon.infoservice.AbstractDatabaseEntry
      extended by anon.infoservice.AbstractIDEntry
          extended by anon.infoservice.InfoServiceIDEntry

public class InfoServiceIDEntry
extends AbstractIDEntry

Used to identify old InfoService db entries.

Author:
Rolf Wendolsky

Field Summary
private static long EXPIRE_TIME
           
 
Fields inherited from class anon.infoservice.AbstractDatabaseEntry
XML_ATTR_LAST_UPDATE, XML_LAST_UPDATE
 
Constructor Summary
InfoServiceIDEntry(InfoServiceDBEntry a_entry)
           
 
Method Summary
 
Methods inherited from class anon.infoservice.AbstractIDEntry
getId, getLastUpdate, getVersionNumber
 
Methods inherited from class anon.infoservice.AbstractDatabaseEntry
deletePersistence, getCreationTime, getExpireTime, isNewerThan, isPersistanceDeletionAllowed, isUserDefined, resetCreationTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPIRE_TIME

private static final long EXPIRE_TIME
See Also:
Constant Field Values
Constructor Detail

InfoServiceIDEntry

public InfoServiceIDEntry(InfoServiceDBEntry a_entry)