|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOProjectResources.CmsDAOProjectResourcesPK
public static class CmsDAOProjectResources.CmsDAOProjectResourcesPK
This class implements the primary key for a project resource entry in the table "cms_projectresources".
| Field Summary | |
|---|---|
java.lang.String |
m_projectId
The project id. |
java.lang.String |
m_resourcePath
The resource path. |
| Constructor Summary | |
|---|---|
CmsDAOProjectResources.CmsDAOProjectResourcesPK()
The default constructor. |
|
CmsDAOProjectResources.CmsDAOProjectResourcesPK(java.lang.String str)
A public constructor to generate a primary key from a given String. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getProjectId()
Returns the projectId. |
java.lang.String |
getResourcePath()
Returns the resourcePath. |
int |
hashCode()
|
void |
setProjectId(java.lang.String projectId)
Sets the projectId. |
void |
setResourcePath(java.lang.String resourcePath)
Sets the resourcePath. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String m_projectId
public java.lang.String m_resourcePath
| Constructor Detail |
|---|
public CmsDAOProjectResources.CmsDAOProjectResourcesPK()
public CmsDAOProjectResources.CmsDAOProjectResourcesPK(java.lang.String str)
str - the String to generate the id from| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String getProjectId()
public java.lang.String getResourcePath()
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public void setProjectId(java.lang.String projectId)
projectId - the projectId to setpublic void setResourcePath(java.lang.String resourcePath)
resourcePath - the resourcePath to setpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||