|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.cms.rc.RCMLEntry
public class RCMLEntry
A RCML entry
| Constructor Summary | |
|---|---|
RCMLEntry(java.lang.String sessionId,
java.lang.String _identity,
long _time)
Creates a new RCMLEntry object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getIdentity()
Get the identity of the creator (i.e. the user name) FIXME: this should be changed to an o.a.l.ac.Identity object |
java.lang.String |
getSessionId()
|
long |
getTime()
Get the creation time. |
short |
getType()
Get the type (checkin or checkout). |
protected void |
setType(short s)
Set the type (checkin or checkout). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RCMLEntry(java.lang.String sessionId,
java.lang.String _identity,
long _time)
sessionId - The session ID._identity - The identity of the person for this RCML_time - The time of the checkin / checkout| Method Detail |
|---|
public java.lang.String getIdentity()
public long getTime()
public short getType()
org.apache.lenya.cms.rc.RCML.ci,
org.apache.lenya.cms.rc.RCML.coprotected void setType(short s)
s - the typeorg.apache.lenya.cms.rc.RCML.ci,
org.apache.lenya.cms.rc.RCML.copublic java.lang.String getSessionId()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||