org.opencms.db.jpa.persistence
Class CmsDAOHistoryProjects

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

@Entity
public class CmsDAOHistoryProjects
extends java.lang.Object

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

Since:
8.0.0

Constructor Summary
CmsDAOHistoryProjects()
          The default constructor.
CmsDAOHistoryProjects(int publishTag)
          This constructor creates a history project.
 
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.
 java.lang.String getProjectId()
          Returns the projectId.
 java.lang.String getProjectName()
          Returns the projectName.
 java.lang.String getProjectOu()
          Returns the projectOu.
 long getProjectPublishDate()
          Returns the projectPublishDate.
 java.lang.String getProjectPublishedBy()
          Returns the projectPublishedBy.
 int getProjectType()
          Returns the projectType.
 int getPublishTag()
          Returns the publishTag.
 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 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 setProjectPublishDate(long projectPublishDate)
          Sets the projectPublishDate.
 void setProjectPublishedBy(java.lang.String projectPublishedBy)
          Sets the projectPublishedBy.
 void setProjectType(int projectType)
          Sets the projectType.
 void setPublishTag(int publishTag)
          Sets the publishTag.
 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

CmsDAOHistoryProjects

public CmsDAOHistoryProjects()
The default constructor.


CmsDAOHistoryProjects

public CmsDAOHistoryProjects(int publishTag)
This constructor creates a history project.

Parameters:
publishTag - the publish tag
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

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

getProjectPublishDate

public long getProjectPublishDate()
Returns the projectPublishDate.

Returns:
the projectPublishDate

getProjectPublishedBy

public java.lang.String getProjectPublishedBy()
Returns the projectPublishedBy.

Returns:
the projectPublishedBy

getProjectType

public int getProjectType()
Returns the projectType.

Returns:
the projectType

getPublishTag

public int getPublishTag()
Returns the publishTag.

Returns:
the publishTag

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

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

setProjectPublishDate

public void setProjectPublishDate(long projectPublishDate)
Sets the projectPublishDate.

Parameters:
projectPublishDate - the projectPublishDate to set

setProjectPublishedBy

public void setProjectPublishedBy(java.lang.String projectPublishedBy)
Sets the projectPublishedBy.

Parameters:
projectPublishedBy - the projectPublishedBy to set

setProjectType

public void setProjectType(int projectType)
Sets the projectType.

Parameters:
projectType - the projectType to set

setPublishTag

public void setPublishTag(int publishTag)
Sets the publishTag.

Parameters:
publishTag - the publishTag to set

setUserId

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

Parameters:
userId - the userId to set