|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOPublishHistory
@Entity public class CmsDAOPublishHistory
This data access object represents a publish history entry inside the table "cms_publish_history".
| Nested Class Summary | |
|---|---|
static class |
CmsDAOPublishHistory.CmsDAOPublishHistoryPK
This class implements the primary key for a publish history entry in the table "cms_publish_history". |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 id| Method Detail |
|---|
public 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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||