|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOUserPublishListEntry.PK
public static class CmsDAOUserPublishListEntry.PK
The primary key class for user publish list entries.
| Field Summary | |
|---|---|
protected java.lang.String |
m_structureId
The structure id. |
protected java.lang.String |
m_userId
The user id. |
| Constructor Summary | |
|---|---|
CmsDAOUserPublishListEntry.PK()
Empty default constructor. |
|
CmsDAOUserPublishListEntry.PK(CmsUUID userId,
CmsUUID structureId)
Creates a new instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String m_structureId
protected java.lang.String m_userId
| Constructor Detail |
|---|
public CmsDAOUserPublishListEntry.PK()
public CmsDAOUserPublishListEntry.PK(CmsUUID userId,
CmsUUID structureId)
userId - the user idstructureId - the structure id| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||