|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lenya.cms.rc.RCMLEntry org.apache.lenya.cms.rc.CheckInEntry
public class CheckInEntry
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 |
---|
public CheckInEntry(java.lang.String sessionId, java.lang.String identity, long time, int version, boolean backup)
sessionId
- The session ID.identity
- The identity to usetime
- The timeversion
- The version number.backup
- If this entry has a backup.Method Detail |
---|
public int getVersion()
public boolean hasBackup()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |