|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.userpublishlist.CmsUserPublishListEntry
public class CmsUserPublishListEntry
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 |
|---|
public CmsUserPublishListEntry(CmsUUID userId,
CmsUUID structureId,
long dateChanged)
userId - the user id of the owner of the entrystructureId - the structure id of the publish list entry resourcedateChanged - the date at which the publish list entry was updated| Method Detail |
|---|
public long getDateChanged()
public CmsUUID getStructureId()
public CmsUUID getUserId()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||