org.gcube.portlets.user.workflowdocuments.shared
Class LockInfo
java.lang.Object
org.gcube.portlets.user.workflowdocuments.shared.LockInfo
- All Implemented Interfaces:
- Serializable
public class LockInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockInfo
public LockInfo()
LockInfo
public LockInfo(boolean locked,
String lockedby,
Date expirationTime)
isLocked
public boolean isLocked()
setLocked
public void setLocked(boolean locked)
getLockedby
public String getLockedby()
setLockedby
public void setLockedby(String lockedby)
getExpirationTime
public Date getExpirationTime()
setExpirationTime
public void setExpirationTime(Date expirationTime)
Copyright © 2014. All Rights Reserved.