| java.lang.Object org.apache.lenya.cms.rc.RCMLEntry
All known Subclasses: org.apache.lenya.cms.rc.CheckInEntry, org.apache.lenya.cms.rc.CheckOutEntry,
RCMLEntry | public class RCMLEntry (Code) | | A RCML entry
|
Constructor Summary | |
public | RCMLEntry(String sessionId, String _identity, long _time) Creates a new RCMLEntry object. |
RCMLEntry | public RCMLEntry(String sessionId, String _identity, long _time)(Code) | | Creates a new RCMLEntry object.
Parameters: sessionId - The session ID. Parameters: _identity - The identity of the person for this RCML Parameters: _time - The time of the checkin / checkout |
getIdentity | public String getIdentity()(Code) | | Get the identity of the creator (i.e. the user name)
FIXME: this should be changed to an o.a.l.ac.Identity object
the identity |
getTime | public long getTime()(Code) | | Get the creation time.
the time |
getType | public short getType()(Code) | | Get the type (checkin or checkout).
See Also: org.apache.lenya.cms.rc.RCML.ci See Also: org.apache.lenya.cms.rc.RCML.co the type |
setType | protected void setType(short s)(Code) | | Set the type (checkin or checkout).
See Also: org.apache.lenya.cms.rc.RCML.ci See Also: org.apache.lenya.cms.rc.RCML.co Parameters: s - the type |
|
|