@Entity
public class CmsDAOPublishHistory
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
CmsDAOPublishHistory.CmsDAOPublishHistoryPK
This class implements the primary key for a publish history entry in the table "cms_publish_history".
|
构造器和说明 |
---|
CmsDAOPublishHistory()
The default constructor.
|
CmsDAOPublishHistory(java.lang.String historyId,
int publishTag,
java.lang.String resourcePath,
java.lang.String structureId)
A public constructor for generating a new publish history object with an unique id.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getHistoryId()
Returns the historyId.
|
int |
getPublishTag()
Returns the publishTag.
|
java.lang.String |
getResourceId()
Returns the resourceId.
|
java.lang.String |
getResourcePath()
Returns the resourcePath.
|
int |
getResourceState()
Returns the resourceState.
|
int |
getResourceType()
Returns the resourceType.
|
int |
getSiblingCount()
Returns the siblingCount.
|
java.lang.String |
getStructureId()
Returns the structureId.
|
void |
setHistoryId(java.lang.String historyId)
Sets the historyId.
|
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 |
setResourceState(int resourceState)
Sets the resourceState.
|
void |
setResourceType(int resourceType)
Sets the resourceType.
|
void |
setSiblingCount(int siblingCount)
Sets the siblingCount.
|
void |
setStructureId(java.lang.String structureId)
Sets the structureId.
|
public CmsDAOPublishHistory()
public CmsDAOPublishHistory(java.lang.String historyId, int publishTag, java.lang.String resourcePath, java.lang.String structureId)
historyId
- the history idpublishTag
- the publish tagresourcePath
- the resource pathstructureId
- the structure idpublic java.lang.String getHistoryId()
public int getPublishTag()
public java.lang.String getResourceId()
public java.lang.String getResourcePath()
public int getResourceState()
public int getResourceType()
public int getSiblingCount()
public java.lang.String getStructureId()
public void setHistoryId(java.lang.String historyId)
historyId
- the historyId 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 setResourceState(int resourceState)
resourceState
- the resourceState to setpublic void setResourceType(int resourceType)
resourceType
- the resourceType to setpublic void setSiblingCount(int siblingCount)
siblingCount
- the siblingCount to setpublic void setStructureId(java.lang.String structureId)
structureId
- the structureId to set