@Entity
public class CmsDAOHistoryProjects
extends java.lang.Object
构造器和说明 |
---|
CmsDAOHistoryProjects()
The default constructor.
|
CmsDAOHistoryProjects(int publishTag)
This constructor creates a history project.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
public CmsDAOHistoryProjects()
public CmsDAOHistoryProjects(int publishTag)
publishTag
- the publish tagpublic long getDateCreated()
public java.lang.String getGroupId()
public java.lang.String getManagerGroupId()
public java.lang.String getProjectDescription()
public java.lang.String getProjectId()
public java.lang.String getProjectName()
public java.lang.String getProjectOu()
public long getProjectPublishDate()
public java.lang.String getProjectPublishedBy()
public int getProjectType()
public int getPublishTag()
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 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 setProjectPublishDate(long projectPublishDate)
projectPublishDate
- the projectPublishDate to setpublic void setProjectPublishedBy(java.lang.String projectPublishedBy)
projectPublishedBy
- the projectPublishedBy to setpublic void setProjectType(int projectType)
projectType
- the projectType to setpublic void setPublishTag(int publishTag)
publishTag
- the publishTag to setpublic void setUserId(java.lang.String userId)
userId
- the userId to set