org.sakaiproject.contentreview.model
Class ContentReviewLock
java.lang.Object
org.sakaiproject.contentreview.model.ContentReviewLock
- All Implemented Interfaces:
- Serializable
public class ContentReviewLock
- extends Object
- implements Serializable
This defines locks for various evaluation resources (primary this is used for locking the data preloads)
to allow for cluster operations
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentReviewLock
public ContentReviewLock()
- default constructor
ContentReviewLock
public ContentReviewLock(String name,
String holder)
- full constructor
getId
public Long getId()
setId
public void setId(Long id)
getLastModified
public Date getLastModified()
setLastModified
public void setLastModified(Date lastModified)
getName
public String getName()
setName
public void setName(String name)
getHolder
public String getHolder()
setHolder
public void setHolder(String holder)
Copyright © 2003-2012 Sakai Project. All Rights Reserved.