@Entity
public class CmsDAOHistoryResources
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
CmsDAOHistoryResources.CmsDAOHistoryResourcesPK
This class implements the primary key for a historical resource entry in the table "cms_history_resources".
|
构造器和说明 |
---|
CmsDAOHistoryResources()
The default constructor.
|
CmsDAOHistoryResources(int publishTag,
java.lang.String resourceId)
A public constructor for generating a new contents object with an unique id.
|
限定符和类型 | 方法和说明 |
---|---|
long |
getDateContent()
Returns the dateContent.
|
long |
getDateCreated()
Returns the dateCreated.
|
long |
getDateLastModified()
Returns the dateLastModified.
|
java.lang.String |
getProjectLastModified()
Returns the projectLastModified.
|
int |
getPublishTag()
Returns the publishTag.
|
int |
getResourceFlags()
Returns the resourceFlags.
|
java.lang.String |
getResourceId()
Returns the resourceId.
|
int |
getResourceSize()
Returns the resourceSize.
|
int |
getResourceState()
Returns the resourceState.
|
int |
getResourceType()
Returns the resourceType.
|
int |
getResourceVersion()
Returns the resourceVersion.
|
int |
getSiblingCount()
Returns the siblingCount.
|
java.lang.String |
getUserCreated()
Returns the userCreated.
|
java.lang.String |
getUserLastModified()
Returns the userLastModified.
|
void |
setDateContent(long dateContent)
Sets the dateContent.
|
void |
setDateCreated(long dateCreated)
Sets the dateCreated.
|
void |
setDateLastModified(long dateLastModified)
Sets the dateLastModified.
|
void |
setProjectLastModified(java.lang.String projectLastModified)
Sets the projectLastModified.
|
void |
setPublishTag(int publishTag)
Sets the publishTag.
|
void |
setResourceFlags(int resourceFlags)
Sets the resourceFlags.
|
void |
setResourceId(java.lang.String resourceId)
Sets the resourceId.
|
void |
setResourceSize(int resourceSize)
Sets the resourceSize.
|
void |
setResourceState(int resourceState)
Sets the resourceState.
|
void |
setResourceType(int resourceType)
Sets the resourceType.
|
void |
setResourceVersion(int resourceVersion)
Sets the resourceVersion.
|
void |
setSiblingCount(int siblingCount)
Sets the siblingCount.
|
void |
setUserCreated(java.lang.String userCreated)
Sets the userCreated.
|
void |
setUserLastModified(java.lang.String userLastModified)
Sets the userLastModified.
|
public CmsDAOHistoryResources()
public CmsDAOHistoryResources(int publishTag, java.lang.String resourceId)
publishTag
- the publish tagresourceId
- the resource idpublic long getDateContent()
public long getDateCreated()
public long getDateLastModified()
public java.lang.String getProjectLastModified()
public int getPublishTag()
public int getResourceFlags()
public java.lang.String getResourceId()
public int getResourceSize()
public int getResourceState()
public int getResourceType()
public int getResourceVersion()
public int getSiblingCount()
public java.lang.String getUserCreated()
public java.lang.String getUserLastModified()
public void setDateContent(long dateContent)
dateContent
- the dateContent to setpublic void setDateCreated(long dateCreated)
dateCreated
- the dateCreated to setpublic void setDateLastModified(long dateLastModified)
dateLastModified
- the dateLastModified to setpublic void setProjectLastModified(java.lang.String projectLastModified)
projectLastModified
- the projectLastModified to setpublic void setPublishTag(int publishTag)
publishTag
- the publishTag to setpublic void setResourceFlags(int resourceFlags)
resourceFlags
- the resourceFlags to setpublic void setResourceId(java.lang.String resourceId)
resourceId
- the resourceId to setpublic void setResourceSize(int resourceSize)
resourceSize
- the resourceSize to setpublic void setResourceState(int resourceState)
resourceState
- the resourceState to setpublic void setResourceType(int resourceType)
resourceType
- the resourceType to setpublic void setResourceVersion(int resourceVersion)
resourceVersion
- the resourceVersion to setpublic void setSiblingCount(int siblingCount)
siblingCount
- the siblingCount to setpublic void setUserCreated(java.lang.String userCreated)
userCreated
- the userCreated to setpublic void setUserLastModified(java.lang.String userLastModified)
userLastModified
- the userLastModified to set