org.apache.lenya.cms.rc
Class CheckInEntry

java.lang.Object
  extended by org.apache.lenya.cms.rc.RCMLEntry
      extended by org.apache.lenya.cms.rc.CheckInEntry

public class CheckInEntry
extends RCMLEntry

A checkin entry


Constructor Summary
CheckInEntry(java.lang.String sessionId, java.lang.String identity, long time, int version, boolean backup)
          Creates a new CheckInEntry object.
 
Method Summary
 int getVersion()
           
 boolean hasBackup()
           
 
Methods inherited from class org.apache.lenya.cms.rc.RCMLEntry
getIdentity, getSessionId, getTime, getType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckInEntry

public CheckInEntry(java.lang.String sessionId,
                    java.lang.String identity,
                    long time,
                    int version,
                    boolean backup)
Creates a new CheckInEntry object.

Parameters:
sessionId - The session ID.
identity - The identity to use
time - The time
version - The version number.
backup - If this entry has a backup.
Method Detail

getVersion

public int getVersion()
Returns:
The version number.

hasBackup

public boolean hasBackup()


Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.