@MappedSuperclass public class BaseLockable extends Object implements Lockable
| Modifier and Type | Field and Description | 
|---|---|
| static String | LOCKED_DATEField names | 
| protected Timestamp | lockedDate | 
| Constructor and Description | 
|---|
| BaseLockable() | 
| Modifier and Type | Method and Description | 
|---|---|
| Timestamp | getLockedDate()Gets the lockedDate attribute. | 
| void | setLockedDate(Timestamp lockedDate)Sets the lockedDate attribute value. | 
public static final String LOCKED_DATE
protected Timestamp lockedDate
public BaseLockable()
public Timestamp getLockedDate()
LockablegetLockedDate in interface Lockableorg.kuali.rice.ken.bo.Lockable#getLockedDate()public void setLockedDate(Timestamp lockedDate)
LockablesetLockedDate in interface LockablelockedDate - The lockedDate to set.org.kuali.rice.ken.bo.Lockable#setLockedDate(java.sql.Timestamp)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.