@Entity public class CmsDAOOnlineResources extends java.lang.Object implements I_CmsDAOResources
| 构造器和说明 |
|---|
CmsDAOOnlineResources()
The default constructor.
|
CmsDAOOnlineResources(java.lang.String resourceId)
A public constructor for generating a new resource object with an unique id.
|
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getDateContent()
Returns the date content.
|
long |
getDateCreated()
Returns the date created.
|
long |
getDateLastModified()
Returns the date last modified.
|
java.lang.String |
getProjectLastModified()
Returns the project last modified.
|
int |
getResourceFlags()
Returns the resource flags.
|
java.lang.String |
getResourceId()
Returns the resource id.
|
int |
getResourceSize()
Returns the resource size.
|
int |
getResourceState()
Returns the resource state.
|
int |
getResourceType()
Returns the resource type.
|
int |
getResourceVersion()
Returns the resource version.
|
int |
getSiblingCount()
Returns the count of siblings.
|
java.lang.String |
getUserCreated()
Returns the user created.
|
java.lang.String |
getUserLastModified()
Returns the user last modified.
|
void |
setDateContent(long dateContent)
Sets the date content.
|
void |
setDateCreated(long dateCreated)
Sets the date created.
|
void |
setDateLastModified(long dateLastModified)
Sets the date last modified.
|
void |
setProjectLastModified(java.lang.String projectLastModified)
Sets the project last modified.
|
void |
setResourceFlags(int resourceFlags)
Sets the resource flags.
|
void |
setResourceId(java.lang.String resourceId)
Sets the resource id.
|
void |
setResourceSize(int resourceSize)
Sets the resource size.
|
void |
setResourceState(int resourceState)
Sets the resource state.
|
void |
setResourceType(int resourceType)
Sets the resource type.
|
void |
setResourceVersion(int resourceVersion)
Sets the resource version.
|
void |
setSiblingCount(int siblingCount)
Sets the count of siblings.
|
void |
setUserCreated(java.lang.String userCreated)
Sets the user created.
|
void |
setUserLastModified(java.lang.String userLastModified)
Sets the user last modified.
|
public CmsDAOOnlineResources()
public CmsDAOOnlineResources(java.lang.String resourceId)
resourceId - the resource idpublic long getDateContent()
I_CmsDAOResourcesgetDateContent 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getDateContent()public long getDateCreated()
I_CmsDAOResourcesgetDateCreated 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getDateCreated()public long getDateLastModified()
I_CmsDAOResourcesgetDateLastModified 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getDateLastModified()public java.lang.String getProjectLastModified()
I_CmsDAOResourcesgetProjectLastModified 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getProjectLastModified()public int getResourceFlags()
I_CmsDAOResourcesgetResourceFlags 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getResourceFlags()public java.lang.String getResourceId()
I_CmsDAOResourcesgetResourceId 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getResourceId()public int getResourceSize()
I_CmsDAOResourcesgetResourceSize 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getResourceSize()public int getResourceState()
I_CmsDAOResourcesgetResourceState 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getResourceState()public int getResourceType()
I_CmsDAOResourcesgetResourceType 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getResourceType()public int getResourceVersion()
I_CmsDAOResourcesgetResourceVersion 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getResourceVersion()public int getSiblingCount()
I_CmsDAOResourcesgetSiblingCount 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getSiblingCount()public java.lang.String getUserCreated()
I_CmsDAOResourcesgetUserCreated 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getUserCreated()public java.lang.String getUserLastModified()
I_CmsDAOResourcesgetUserLastModified 在接口中 I_CmsDAOResourcesI_CmsDAOResources.getUserLastModified()public void setDateContent(long dateContent)
I_CmsDAOResourcessetDateContent 在接口中 I_CmsDAOResourcesdateContent - the date to setI_CmsDAOResources.setDateContent(long)public void setDateCreated(long dateCreated)
I_CmsDAOResourcessetDateCreated 在接口中 I_CmsDAOResourcesdateCreated - the date created to setI_CmsDAOResources.setDateCreated(long)public void setDateLastModified(long dateLastModified)
I_CmsDAOResourcessetDateLastModified 在接口中 I_CmsDAOResourcesdateLastModified - the date to setI_CmsDAOResources.setDateLastModified(long)public void setProjectLastModified(java.lang.String projectLastModified)
I_CmsDAOResourcessetProjectLastModified 在接口中 I_CmsDAOResourcesprojectLastModified - the project to setI_CmsDAOResources.setProjectLastModified(java.lang.String)public void setResourceFlags(int resourceFlags)
I_CmsDAOResourcessetResourceFlags 在接口中 I_CmsDAOResourcesresourceFlags - the resource flags to setI_CmsDAOResources.setResourceFlags(int)public void setResourceId(java.lang.String resourceId)
I_CmsDAOResourcessetResourceId 在接口中 I_CmsDAOResourcesresourceId - the id to setI_CmsDAOResources.setResourceId(java.lang.String)public void setResourceSize(int resourceSize)
I_CmsDAOResourcessetResourceSize 在接口中 I_CmsDAOResourcesresourceSize - the resource size to setI_CmsDAOResources.setResourceSize(int)public void setResourceState(int resourceState)
I_CmsDAOResourcessetResourceState 在接口中 I_CmsDAOResourcesresourceState - the state to setI_CmsDAOResources.setResourceState(int)public void setResourceType(int resourceType)
I_CmsDAOResourcessetResourceType 在接口中 I_CmsDAOResourcesresourceType - the type to setI_CmsDAOResources.setResourceType(int)public void setResourceVersion(int resourceVersion)
I_CmsDAOResourcessetResourceVersion 在接口中 I_CmsDAOResourcesresourceVersion - the version to setI_CmsDAOResources.setResourceVersion(int)public void setSiblingCount(int siblingCount)
I_CmsDAOResourcessetSiblingCount 在接口中 I_CmsDAOResourcessiblingCount - the count to setI_CmsDAOResources.setSiblingCount(int)public void setUserCreated(java.lang.String userCreated)
I_CmsDAOResourcessetUserCreated 在接口中 I_CmsDAOResourcesuserCreated - the user to setI_CmsDAOResources.setUserCreated(java.lang.String)public void setUserLastModified(java.lang.String userLastModified)
I_CmsDAOResourcessetUserLastModified 在接口中 I_CmsDAOResourcesuserLastModified - the user to setI_CmsDAOResources.setUserLastModified(java.lang.String)