com.sap.workspaces.module

Class LockInfo

java.lang.Object
  extended by com.sap.workspaces.module.LockInfo

public class LockInfo
extends Object

Represents the locking status of the module; includes information about the locking user, if the module is locked

Since:
1.1

Nested Class Summary
static class LockInfo.LockState
          Represents the locking status of the module
 
Constructor Summary
LockInfo(LockInfo.LockState state, String lockingUserId)
           
 
Method Summary
 String getLockingUserId()
           
 String getLockingUserName()
           
 LockInfo.LockState getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockInfo

public LockInfo(LockInfo.LockState state,
                String lockingUserId)
Method Detail

getState

public LockInfo.LockState getState()

getLockingUserId

public String getLockingUserId()

getLockingUserName

public String getLockingUserName()


Copyright 2011 SAP AG Complete Copyright Notice