| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.CmsVisitEntry
public class CmsVisitEntry
A bean which represents a user having visited a page.
| Constructor Summary | |
|---|---|
| CmsVisitEntry(CmsDbContext dbc,
              CmsUUID structureId)Public constructor, will use the current time for time stamp. | |
| CmsVisitEntry(CmsUUID userId,
              long date,
              CmsUUID structureId)Public constructor. | |
| Method Summary | |
|---|---|
|  long | getDate()Returns the date. | 
|  CmsUUID | getStructureId()Returns the structure id. | 
|  CmsUUID | getUserId()Returns the user id. | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public CmsVisitEntry(CmsDbContext dbc,
                     CmsUUID structureId)
dbc - the current database context with the current userstructureId - the structure id
public CmsVisitEntry(CmsUUID userId,
                     long date,
                     CmsUUID structureId)
userId - the user iddate - the date in millisecondsstructureId - the structure id| Method Detail | 
|---|
public long getDate()
public CmsUUID getStructureId()
public CmsUUID getUserId()
public String toString()
toString in class ObjectObject.toString()| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||