org.sakaiproject.search.model.impl
Class SearchWriterLockImpl
java.lang.Object
org.sakaiproject.search.model.impl.SearchWriterLockImpl
- All Implemented Interfaces:
- SearchWriterLock
public class SearchWriterLockImpl
- extends Object
- implements SearchWriterLock
- Author:
- ieb
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchWriterLockImpl
public SearchWriterLockImpl()
getId
public String getId()
- Specified by:
getId in interface SearchWriterLock
- Returns:
- Returns the id.
setId
public void setId(String id)
- Specified by:
setId in interface SearchWriterLock
- Parameters:
id - The id to set.
getNodename
public String getNodename()
- Specified by:
getNodename in interface SearchWriterLock
- Returns:
- Returns the nodeName.
setNodename
public void setNodename(String nodename)
- Specified by:
setNodename in interface SearchWriterLock
- Parameters:
nodeName - The nodeName to set.
setLockkey
public void setLockkey(String lockkey)
- Specified by:
setLockkey in interface SearchWriterLock
getLockkey
public String getLockkey()
- Specified by:
getLockkey in interface SearchWriterLock
getExpires
public Date getExpires()
- Specified by:
getExpires in interface SearchWriterLock
- Returns:
- Returns the expires.
setExpires
public void setExpires(Date expires)
- Specified by:
setExpires in interface SearchWriterLock
- Parameters:
expires - The expires to set.
Copyright © 2003-2012 Sakai Project. All Rights Reserved.