|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOOnlineResources
@Entity public class CmsDAOOnlineResources
This data access object represents a online resource entry inside the table "cms_online_resources".
| Constructor Summary | |
|---|---|
CmsDAOOnlineResources()
The default constructor. |
|
CmsDAOOnlineResources(java.lang.String resourceId)
A public constructor for generating a new resource object with an unique id. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOOnlineResources()
public CmsDAOOnlineResources(java.lang.String resourceId)
resourceId - the resource id| Method Detail |
|---|
public long getDateContent()
I_CmsDAOResources
getDateContent in interface I_CmsDAOResourcesI_CmsDAOResources.getDateContent()public long getDateCreated()
I_CmsDAOResources
getDateCreated in interface I_CmsDAOResourcesI_CmsDAOResources.getDateCreated()public long getDateLastModified()
I_CmsDAOResources
getDateLastModified in interface I_CmsDAOResourcesI_CmsDAOResources.getDateLastModified()public java.lang.String getProjectLastModified()
I_CmsDAOResources
getProjectLastModified in interface I_CmsDAOResourcesI_CmsDAOResources.getProjectLastModified()public int getResourceFlags()
I_CmsDAOResources
getResourceFlags in interface I_CmsDAOResourcesI_CmsDAOResources.getResourceFlags()public java.lang.String getResourceId()
I_CmsDAOResources
getResourceId in interface I_CmsDAOResourcesI_CmsDAOResources.getResourceId()public int getResourceSize()
I_CmsDAOResources
getResourceSize in interface I_CmsDAOResourcesI_CmsDAOResources.getResourceSize()public int getResourceState()
I_CmsDAOResources
getResourceState in interface I_CmsDAOResourcesI_CmsDAOResources.getResourceState()public int getResourceType()
I_CmsDAOResources
getResourceType in interface I_CmsDAOResourcesI_CmsDAOResources.getResourceType()public int getResourceVersion()
I_CmsDAOResources
getResourceVersion in interface I_CmsDAOResourcesI_CmsDAOResources.getResourceVersion()public int getSiblingCount()
I_CmsDAOResources
getSiblingCount in interface I_CmsDAOResourcesI_CmsDAOResources.getSiblingCount()public java.lang.String getUserCreated()
I_CmsDAOResources
getUserCreated in interface I_CmsDAOResourcesI_CmsDAOResources.getUserCreated()public java.lang.String getUserLastModified()
I_CmsDAOResources
getUserLastModified in interface I_CmsDAOResourcesI_CmsDAOResources.getUserLastModified()public void setDateContent(long dateContent)
I_CmsDAOResources
setDateContent in interface I_CmsDAOResourcesdateContent - the date to setI_CmsDAOResources.setDateContent(long)public void setDateCreated(long dateCreated)
I_CmsDAOResources
setDateCreated in interface I_CmsDAOResourcesdateCreated - the date created to setI_CmsDAOResources.setDateCreated(long)public void setDateLastModified(long dateLastModified)
I_CmsDAOResources
setDateLastModified in interface I_CmsDAOResourcesdateLastModified - the date to setI_CmsDAOResources.setDateLastModified(long)public void setProjectLastModified(java.lang.String projectLastModified)
I_CmsDAOResources
setProjectLastModified in interface I_CmsDAOResourcesprojectLastModified - the project to setI_CmsDAOResources.setProjectLastModified(java.lang.String)public void setResourceFlags(int resourceFlags)
I_CmsDAOResources
setResourceFlags in interface I_CmsDAOResourcesresourceFlags - the resource flags to setI_CmsDAOResources.setResourceFlags(int)public void setResourceId(java.lang.String resourceId)
I_CmsDAOResources
setResourceId in interface I_CmsDAOResourcesresourceId - the id to setI_CmsDAOResources.setResourceId(java.lang.String)public void setResourceSize(int resourceSize)
I_CmsDAOResources
setResourceSize in interface I_CmsDAOResourcesresourceSize - the resource size to setI_CmsDAOResources.setResourceSize(int)public void setResourceState(int resourceState)
I_CmsDAOResources
setResourceState in interface I_CmsDAOResourcesresourceState - the state to setI_CmsDAOResources.setResourceState(int)public void setResourceType(int resourceType)
I_CmsDAOResources
setResourceType in interface I_CmsDAOResourcesresourceType - the type to setI_CmsDAOResources.setResourceType(int)public void setResourceVersion(int resourceVersion)
I_CmsDAOResources
setResourceVersion in interface I_CmsDAOResourcesresourceVersion - the version to setI_CmsDAOResources.setResourceVersion(int)public void setSiblingCount(int siblingCount)
I_CmsDAOResources
setSiblingCount in interface I_CmsDAOResourcessiblingCount - the count to setI_CmsDAOResources.setSiblingCount(int)public void setUserCreated(java.lang.String userCreated)
I_CmsDAOResources
setUserCreated in interface I_CmsDAOResourcesuserCreated - the user to setI_CmsDAOResources.setUserCreated(java.lang.String)public void setUserLastModified(java.lang.String userLastModified)
I_CmsDAOResources
setUserLastModified in interface I_CmsDAOResourcesuserLastModified - the user to setI_CmsDAOResources.setUserLastModified(java.lang.String)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||