org.sakaiproject.contentreview.model
Class ContentReviewLock

java.lang.Object
  extended by 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

Constructor Summary
ContentReviewLock()
          default constructor
ContentReviewLock(String name, String holder)
          full constructor
 
Method Summary
 String getHolder()
           
 Long getId()
           
 Date getLastModified()
           
 String getName()
           
 void setHolder(String holder)
           
 void setId(Long id)
           
 void setLastModified(Date lastModified)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentReviewLock

public ContentReviewLock()
default constructor


ContentReviewLock

public ContentReviewLock(String name,
                         String holder)
full constructor

Method Detail

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-2013 Sakai Project. All Rights Reserved.