|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOPublishJobs
@Entity public class CmsDAOPublishJobs
This data access object represents a publish job entry inside the table "cms_publish_jobs".
| Constructor Summary | |
|---|---|
CmsDAOPublishJobs()
The default constructor. |
|
CmsDAOPublishJobs(java.lang.String historyId)
A public constructor for generating a new publish job object with an unique id. |
|
| Method Summary | |
|---|---|
long |
getEnqueueTime()
Returns the enqueueTime. |
long |
getFinishTime()
Returns the finishTime. |
java.lang.String |
getHistoryId()
Returns the historyId. |
java.lang.String |
getProjectId()
Returns the projectId. |
java.lang.String |
getProjectName()
Returns the projectName. |
int |
getPublishFlags()
Returns the publishFlags. |
byte[] |
getPublishList()
Returns the publishList. |
java.lang.String |
getPublishLocale()
Returns the publishLocale. |
byte[] |
getPublishReport()
Returns the publishReport. |
int |
getResourceCount()
Returns the resourceCount. |
long |
getStartTime()
Returns the startTime. |
java.lang.String |
getUserId()
Returns the userId. |
void |
setEnqueueTime(long enqueueTime)
Sets the enqueueTime. |
void |
setFinishTime(long finishTime)
Sets the finishTime. |
void |
setHistoryId(java.lang.String historyId)
Sets the historyId. |
void |
setProjectId(java.lang.String projectId)
Sets the projectId. |
void |
setProjectName(java.lang.String projectName)
Sets the projectName. |
void |
setPublishFlags(int publishFlags)
Sets the publishFlags. |
void |
setPublishList(byte[] publishList)
Sets the publishList. |
void |
setPublishLocale(java.lang.String publishLocale)
Sets the publishLocale. |
void |
setPublishReport(byte[] publishReport)
Sets the publishReport. |
void |
setResourceCount(int resourceCount)
Sets the resourceCount. |
void |
setStartTime(long startTime)
Sets the startTime. |
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 |
|---|
public CmsDAOPublishJobs()
public CmsDAOPublishJobs(java.lang.String historyId)
historyId - the id| Method Detail |
|---|
public long getEnqueueTime()
public long getFinishTime()
public java.lang.String getHistoryId()
public java.lang.String getProjectId()
public java.lang.String getProjectName()
public int getPublishFlags()
public byte[] getPublishList()
public java.lang.String getPublishLocale()
public byte[] getPublishReport()
public int getResourceCount()
public long getStartTime()
public java.lang.String getUserId()
public void setEnqueueTime(long enqueueTime)
enqueueTime - the enqueueTime to setpublic void setFinishTime(long finishTime)
finishTime - the finishTime to setpublic void setHistoryId(java.lang.String historyId)
historyId - the historyId 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 setPublishFlags(int publishFlags)
publishFlags - the publishFlags to setpublic void setPublishList(byte[] publishList)
publishList - the publishList to setpublic void setPublishLocale(java.lang.String publishLocale)
publishLocale - the publishLocale to setpublic void setPublishReport(byte[] publishReport)
publishReport - the publishReport to setpublic void setResourceCount(int resourceCount)
resourceCount - the resourceCount to setpublic void setStartTime(long startTime)
startTime - the startTime to setpublic void setUserId(java.lang.String userId)
userId - the userId to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||