org.opencms.db.jpa.persistence
Class CmsDAOProjects

java.lang.Object
  extended by org.opencms.db.jpa.persistence.CmsDAOProjects

@Entity
public class CmsDAOProjects
extends java.lang.Object

This data access object represents a project entry inside the table "cms_projects".

Since:
8.0.0

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

CmsDAOProjects

public CmsDAOProjects()
The default constructor.


CmsDAOProjects

public CmsDAOProjects(java.lang.String projectId)
A public constructor for generating a new project object with an unique id.

Parameters:
projectId - the id
Method Detail

getDateCreated

public long getDateCreated()
Returns the dateCreated.

Returns:
the dateCreated

getGroupId

public java.lang.String getGroupId()
Returns the groupId.

Returns:
the groupId

getManagerGroupId

public java.lang.String getManagerGroupId()
Returns the managerGroupId.

Returns:
the managerGroupId

getProjectDescription

public java.lang.String getProjectDescription()
Returns the projectDescription.

Returns:
the projectDescription

getProjectFlags

public int getProjectFlags()
Returns the projectFlags.

Returns:
the projectFlags

getProjectId

public java.lang.String getProjectId()
Returns the projectId.

Returns:
the projectId

getProjectName

public java.lang.String getProjectName()
Returns the projectName.

Returns:
the projectName

getProjectOu

public java.lang.String getProjectOu()
Returns the projectOu.

Returns:
the projectOu

getProjectType

public int getProjectType()
Returns the projectType.

Returns:
the projectType

getUserId

public java.lang.String getUserId()
Returns the userId.

Returns:
the userId

setDateCreated

public void setDateCreated(long dateCreated)
Sets the dateCreated.

Parameters:
dateCreated - the dateCreated to set

setGroupId

public void setGroupId(java.lang.String groupId)
Sets the groupId.

Parameters:
groupId - the groupId to set

setManagerGroupId

public void setManagerGroupId(java.lang.String managerGroupId)
Sets the managerGroupId.

Parameters:
managerGroupId - the managerGroupId to set

setProjectDescription

public void setProjectDescription(java.lang.String projectDescription)
Sets the projectDescription.

Parameters:
projectDescription - the projectDescription to set

setProjectFlags

public void setProjectFlags(int projectFlags)
Sets the projectFlags.

Parameters:
projectFlags - the projectFlags to set

setProjectId

public void setProjectId(java.lang.String projectId)
Sets the projectId.

Parameters:
projectId - the projectId to set

setProjectName

public void setProjectName(java.lang.String projectName)
Sets the projectName.

Parameters:
projectName - the projectName to set

setProjectOu

public void setProjectOu(java.lang.String projectOu)
Sets the projectOu.

Parameters:
projectOu - the projectOu to set

setProjectType

public void setProjectType(int projectType)
Sets the projectType.

Parameters:
projectType - the projectType to set

setUserId

public void setUserId(java.lang.String userId)
Sets the userId.

Parameters:
userId - the userId to set