org.opencms.db.jpa.persistence
Class CmsDAOUserPublishListEntry

java.lang.Object
  extended by org.opencms.db.jpa.persistence.CmsDAOUserPublishListEntry

@Entity
public class CmsDAOUserPublishListEntry
extends java.lang.Object

Entity class for JPA access to user publish list entries.


Nested Class Summary
static class CmsDAOUserPublishListEntry.PK
          The primary key class for user publish list entries.
 
Field Summary
protected  long m_dateChanged
          The dateChanged field.
protected  java.lang.String m_structureId
          The structure id field.
protected  java.lang.String m_userId
          The user id field.
 
Constructor Summary
CmsDAOUserPublishListEntry()
          Empty default constructor.
CmsDAOUserPublishListEntry(CmsUUID userId, CmsUUID structureId, long dateChanged)
          Creates a new entry.
 
Method Summary
 long getDateChanged()
          Gets the modification date.
 java.lang.String getStructureId()
          Gets the structure id of the resource.
 java.lang.String getUserId()
          Gets the user id of the publish list entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_dateChanged

protected long m_dateChanged
The dateChanged field.


m_structureId

protected java.lang.String m_structureId
The structure id field.


m_userId

protected java.lang.String m_userId
The user id field.

Constructor Detail

CmsDAOUserPublishListEntry

public CmsDAOUserPublishListEntry()
Empty default constructor.


CmsDAOUserPublishListEntry

public CmsDAOUserPublishListEntry(CmsUUID userId,
                                  CmsUUID structureId,
                                  long dateChanged)
Creates a new entry.

Parameters:
userId - the user id
structureId - the structure id
dateChanged - the modification date
Method Detail

getDateChanged

public long getDateChanged()
Gets the modification date.

Returns:
the modification date

getStructureId

public java.lang.String getStructureId()
Gets the structure id of the resource.

Returns:
the structure id

getUserId

public java.lang.String getUserId()
Gets the user id of the publish list entry.

Returns:
the user id