public class LockInformation extends Object
| Constructor and Description |
|---|
LockInformation(GeneralBO<?> lockObject)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
rsbaselib.util.RsDate |
getExpirationDate()
Returns the expirationDate.
|
GeneralBO<?> |
getLockObject()
Returns the lockObject.
|
Object |
getLockOwner()
Returns the lockOwner.
|
LockState |
getLockState()
Returns the lockState.
|
void |
setExpirationDate(rsbaselib.util.RsDate expirationDate)
Sets the expirationDate.
|
void |
setLockObject(GeneralBO<?> lockObject)
Sets the lockObject.
|
void |
setLockOwner(Object lockOwner)
Sets the lockOwner.
|
void |
setLockState(LockState lockState)
Sets the lockState.
|
public LockInformation(GeneralBO<?> lockObject)
public GeneralBO<?> getLockObject()
public void setLockObject(GeneralBO<?> lockObject)
lockObject - the lockObject to setpublic LockState getLockState()
public void setLockState(LockState lockState)
lockState - the lockState to setpublic Object getLockOwner()
public void setLockOwner(Object lockOwner)
lockOwner - the lockOwner to setpublic rsbaselib.util.RsDate getExpirationDate()
public void setExpirationDate(rsbaselib.util.RsDate expirationDate)
expirationDate - the expirationDate to setCopyright © 2013. All Rights Reserved.