lumis.portal.lock
Class LockConfig
java.lang.Object
lumis.portal.lock.LockConfig
@StableMinor(version="4.1",
sinceVersion="4.0")
public class LockConfig
- extends Object
- Since:
- 4.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockConfig
public LockConfig()
getLockKey
public String getLockKey()
- Returns:
- Returns the lockKey.
setLockKey
public void setLockKey(String lockKey)
- Parameters:
lockKey
- The lockKey to set.
getDeadline
public Date getDeadline()
- Returns:
- Returns the deadline.
setDeadline
public void setDeadline(Date deadline)
- Parameters:
deadline
- The deadline to set.
getLockedByServer
public String getLockedByServer()
- Returns:
- Returns the lockedByServer.
setLockedByServer
public void setLockedByServer(String lockedByServer)
- Parameters:
lockedByServer
- The lockedByServer to set.
getLockedByProcessName
public String getLockedByProcessName()
- Returns:
- Returns the lockedByProcessName.
setLockedByProcessName
public void setLockedByProcessName(String lockedByServiceName)
- Parameters:
lockedByProcessName
- The lockedByProcessName to set.
getLockedByUserId
public String getLockedByUserId()
- Returns:
- Returns the lockedByUserId.
setLockedByUserId
public void setLockedByUserId(String lockedByUserId)
- Parameters:
lockedByUserId
- The lockedByUserId to set.
getLockedDate
public Date getLockedDate()
- Returns:
- Returns the lockedDate.
setLockedDate
public void setLockedDate(Date lockedDate)
- Parameters:
lockedDate
- The lockedDate to set.
getId
public String getId()
- Returns:
- Returns the id.
setId
public void setId(String lockId)
- Parameters:
id
- The id to set.
getLockTypeId
public String getLockTypeId()
- Returns:
- Returns the lockTypeId.
setLockTypeId
public void setLockTypeId(String name)
- Parameters:
lockTypeId
- The lockTypeId to set.
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.