|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOProjects
@Entity public class CmsDAOProjects
This data access object represents a project entry inside the table "cms_projects".
| Constructor Summary | |
|---|---|
CmsDAOProjects()
The default constructor. |
|
CmsDAOProjects(java.lang.String projectId)
A public constructor for generating a new project object with an unique id. |
|
| Method Summary | |
|---|---|
long |
getDateCreated()
Returns the dateCreated. |
java.lang.String |
getGroupId()
Returns the groupId. |
java.lang.String |
getManagerGroupId()
Returns the managerGroupId. |
java.lang.String |
getProjectDescription()
Returns the projectDescription. |
int |
getProjectFlags()
Returns the projectFlags. |
java.lang.String |
getProjectId()
Returns the projectId. |
java.lang.String |
getProjectName()
Returns the projectName. |
java.lang.String |
getProjectOu()
Returns the projectOu. |
int |
getProjectType()
Returns the projectType. |
java.lang.String |
getUserId()
Returns the userId. |
void |
setDateCreated(long dateCreated)
Sets the dateCreated. |
void |
setGroupId(java.lang.String groupId)
Sets the groupId. |
void |
setManagerGroupId(java.lang.String managerGroupId)
Sets the managerGroupId. |
void |
setProjectDescription(java.lang.String projectDescription)
Sets the projectDescription. |
void |
setProjectFlags(int projectFlags)
Sets the projectFlags. |
void |
setProjectId(java.lang.String projectId)
Sets the projectId. |
void |
setProjectName(java.lang.String projectName)
Sets the projectName. |
void |
setProjectOu(java.lang.String projectOu)
Sets the projectOu. |
void |
setProjectType(int projectType)
Sets the projectType. |
void |
setUserId(java.lang.String userId)
Sets the userId. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOProjects()
public CmsDAOProjects(java.lang.String projectId)
projectId - the id| Method Detail |
|---|
public long getDateCreated()
public java.lang.String getGroupId()
public java.lang.String getManagerGroupId()
public java.lang.String getProjectDescription()
public int getProjectFlags()
public java.lang.String getProjectId()
public java.lang.String getProjectName()
public java.lang.String getProjectOu()
public int getProjectType()
public java.lang.String getUserId()
public void setDateCreated(long dateCreated)
dateCreated - the dateCreated to setpublic void setGroupId(java.lang.String groupId)
groupId - the groupId to setpublic void setManagerGroupId(java.lang.String managerGroupId)
managerGroupId - the managerGroupId to setpublic void setProjectDescription(java.lang.String projectDescription)
projectDescription - the projectDescription to setpublic void setProjectFlags(int projectFlags)
projectFlags - the projectFlags to setpublic void setProjectId(java.lang.String projectId)
projectId - the projectId to setpublic void setProjectName(java.lang.String projectName)
projectName - the projectName to setpublic void setProjectOu(java.lang.String projectOu)
projectOu - the projectOu to setpublic void setProjectType(int projectType)
projectType - the projectType to setpublic void setUserId(java.lang.String userId)
userId - the userId to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||