@Entity
public class CmsDAOHistoryStructure
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
CmsDAOHistoryStructure.CmsDAOHistoryStructurePK
This class implements the primary key for a historical structure entry in the table "cms_history_structure".
|
构造器和说明 |
---|
CmsDAOHistoryStructure()
The default constructor.
|
CmsDAOHistoryStructure(int publishTag,
java.lang.String structureId,
int version)
A public constructor for generating a new historical structure object with an unique id.
|
限定符和类型 | 方法和说明 |
---|---|
long |
getDateExpired()
Returns the dateExpired.
|
long |
getDateReleased()
Returns the dateReleased.
|
java.lang.String |
getParentId()
Returns the parentId.
|
int |
getPublishTag()
Returns the publishTag.
|
java.lang.String |
getResourceId()
Returns the resourceId.
|
java.lang.String |
getResourcePath()
Returns the resourcePath.
|
java.lang.String |
getStructureId()
Returns the structureId.
|
int |
getStructureState()
Returns the structureState.
|
int |
getStructureVersion()
Returns the structureVersion.
|
int |
getVersion()
Returns the version.
|
void |
setDateExpired(long dateExpired)
Sets the dateExpired.
|
void |
setDateReleased(long dateReleased)
Sets the dateReleased.
|
void |
setParentId(java.lang.String parentId)
Sets the parentId.
|
void |
setPublishTag(int publishTag)
Sets the publishTag.
|
void |
setResourceId(java.lang.String resourceId)
Sets the resourceId.
|
void |
setResourcePath(java.lang.String resourcePath)
Sets the resourcePath.
|
void |
setStructureId(java.lang.String structureId)
Sets the structureId.
|
void |
setStructureState(int structureState)
Sets the structureState.
|
void |
setStructureVersion(int structureVersion)
Sets the structureVersion.
|
void |
setVersion(int version)
Sets the version.
|
public CmsDAOHistoryStructure()
public CmsDAOHistoryStructure(int publishTag, java.lang.String structureId, int version)
publishTag
- the publish tagstructureId
- the structure idversion
- the versionpublic long getDateExpired()
public long getDateReleased()
public java.lang.String getParentId()
public int getPublishTag()
public java.lang.String getResourceId()
public java.lang.String getResourcePath()
public java.lang.String getStructureId()
public int getStructureState()
public int getStructureVersion()
public int getVersion()
public void setDateExpired(long dateExpired)
dateExpired
- the dateExpired to setpublic void setDateReleased(long dateReleased)
dateReleased
- the dateReleased to setpublic void setParentId(java.lang.String parentId)
parentId
- the parentId to setpublic void setPublishTag(int publishTag)
publishTag
- the publishTag to setpublic void setResourceId(java.lang.String resourceId)
resourceId
- the resourceId to setpublic void setResourcePath(java.lang.String resourcePath)
resourcePath
- the resourcePath to setpublic void setStructureId(java.lang.String structureId)
structureId
- the structureId to setpublic void setStructureState(int structureState)
structureState
- the structureState to setpublic void setStructureVersion(int structureVersion)
structureVersion
- the structureVersion to setpublic void setVersion(int version)
version
- the version to set