org.apache.lenya.cms.rc
Class CheckOutEntry

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

public class CheckOutEntry
extends RCMLEntry

A Checkout entry


Constructor Summary
CheckOutEntry(java.lang.String sessionId, java.lang.String identity, long time)
          Creates a new CheckOutEntry object.
 
Method Summary
 
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

CheckOutEntry

public CheckOutEntry(java.lang.String sessionId,
                     java.lang.String identity,
                     long time)
Creates a new CheckOutEntry object.

Parameters:
sessionId - The session ID.
identity - The identity
time - The time


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