org.apache.lenya.cms.rc
Class RCMLEntry

java.lang.Object
  extended by org.apache.lenya.cms.rc.RCMLEntry
Direct Known Subclasses:
CheckInEntry, CheckOutEntry

public class RCMLEntry
extends java.lang.Object


Constructor Summary
RCMLEntry(java.lang.String identity, long time)
          Creates a new RCMLEntry object.
 
Method Summary
 java.lang.String getIdentity()
          Get the identity.
 long getTime()
          Get the time.
 short getType()
          Get the type.
protected  void setType(short s)
          Set the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RCMLEntry

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

Parameters:
identity - DOCUMENT ME!
time - DOCUMENT ME!
Method Detail

getIdentity

public java.lang.String getIdentity()
Get the identity.

Returns:
the identity

getTime

public long getTime()
Get the time.

Returns:
the time

getType

public short getType()
Get the type.

Returns:
the type

setType

protected void setType(short s)
Set the type.

Parameters:
s - the type


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