public class CmsUserPublishListEntry extends java.lang.Object
Constructor and Description |
---|
CmsUserPublishListEntry(CmsUUID userId,
CmsUUID structureId,
long dateChanged)
Creates a new user publish list entry.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public CmsUserPublishListEntry(CmsUUID userId, CmsUUID structureId, long dateChanged)
userId
- the user id of the owner of the entry (if this field is null, and this object is passed to a method which deletes user publsih list entries, this is interpreted as deleting user publish list entries for all users)structureId
- the structure id of the publish list entry resourcedateChanged
- the date at which the publish list entry was updatedpublic long getDateChanged()
public CmsUUID getStructureId()