@Entity
public class CmsDAOProjectResources
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CmsDAOProjectResources.CmsDAOProjectResourcesPK
This class implements the primary key for a project resource entry in the table "cms_projectresources".
|
| 构造器和说明 |
|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
public CmsDAOProjectResources()
public CmsDAOProjectResources(java.lang.String projectId,
java.lang.String resourcePath)
projectId - the project idresourcePath - the resource pathpublic 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