|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOResourceLocks
@Entity public class CmsDAOResourceLocks
This data access object represents a resource lock entry inside the table "cms_resource_locks".
| Constructor Summary | |
|---|---|
CmsDAOResourceLocks()
The default constructor. |
|
CmsDAOResourceLocks(java.lang.String resourcePath)
A public constructor for generating a new resource lock object with an unique id. |
|
| Method Summary | |
|---|---|
int |
getLockType()
Returns the lockType. |
java.lang.String |
getProjectId()
Returns the projectId. |
java.lang.String |
getResourcePath()
Returns the resourcePath. |
java.lang.String |
getUserId()
Returns the userId. |
void |
setLockType(int lockType)
Sets the lockType. |
void |
setProjectId(java.lang.String projectId)
Sets the projectId. |
void |
setResourcePath(java.lang.String resourcePath)
Sets the resourcePath. |
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 CmsDAOResourceLocks()
public CmsDAOResourceLocks(java.lang.String resourcePath)
resourcePath - the resource path| Method Detail |
|---|
public int getLockType()
public java.lang.String getProjectId()
public java.lang.String getResourcePath()
public java.lang.String getUserId()
public void setLockType(int lockType)
lockType - the lockType to setpublic void setProjectId(java.lang.String projectId)
projectId - the projectId to setpublic void setResourcePath(java.lang.String resourcePath)
resourcePath - the resourcePath 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 | |||||||