org.opencms.db.userpublishlist
Class CmsUserPublishListEntry

java.lang.Object
  extended by org.opencms.db.userpublishlist.CmsUserPublishListEntry

public class CmsUserPublishListEntry
extends java.lang.Object

User publish list entry.


Constructor Summary
CmsUserPublishListEntry(CmsUUID userId, CmsUUID structureId, long dateChanged)
          Creates a new user publish list entry.
 
Method Summary
 long getDateChanged()
          Gets the modification date of the user publish list entry.
 CmsUUID getStructureId()
          Gets the structure id of the resource in the publish list.
 CmsUUID getUserId()
          Gets the id of the user to whom the publish list entry belongs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsUserPublishListEntry

public CmsUserPublishListEntry(CmsUUID userId,
                               CmsUUID structureId,
                               long dateChanged)
Creates a new user publish list entry.

Parameters:
userId - the user id of the owner of the entry
structureId - the structure id of the publish list entry resource
dateChanged - the date at which the publish list entry was updated
Method Detail

getDateChanged

public long getDateChanged()
Gets the modification date of the user publish list entry.

Returns:
the date changed

getStructureId

public CmsUUID getStructureId()
Gets the structure id of the resource in the publish list.

Returns:
the structure id of the resource in the publish list

getUserId

public CmsUUID getUserId()
Gets the id of the user to whom the publish list entry belongs.

Returns:
the user id of the publish list entry