|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOProjectResources
@Entity public class CmsDAOProjectResources
This data access object represents a project resource entry inside the table "cms_projectresources".
| Nested Class Summary | |
|---|---|
static class |
CmsDAOProjectResources.CmsDAOProjectResourcesPK
This class implements the primary key for a project resource entry in the table "cms_projectresources". |
| Constructor Summary | |
|---|---|
CmsDAOProjectResources()
The default constructor. |
|
CmsDAOProjectResources(java.lang.String projectId,
java.lang.String resourcePath)
A public constructor for generating a new project resource object with an unique id. |
|
| Method Summary | |
|---|---|
java.lang.String |
getProjectId()
Returns the projectId. |
java.lang.String |
getResourcePath()
Returns the resourcePath. |
void |
setProjectId(java.lang.String projectId)
Sets the projectId. |
void |
setResourcePath(java.lang.String resourcePath)
Sets the resourcePath. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOProjectResources()
public CmsDAOProjectResources(java.lang.String projectId,
java.lang.String resourcePath)
projectId - the project idresourcePath - the resource path| Method Detail |
|---|
public java.lang.String getProjectId()
public java.lang.String getResourcePath()
public void setProjectId(java.lang.String projectId)
projectId - the projectId to setpublic void setResourcePath(java.lang.String resourcePath)
resourcePath - the resourcePath to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||