@MappedSuperclass public class BaseLockable extends Object implements Lockable
Modifier and Type | Field and Description |
---|---|
static String |
LOCKED_DATE
Field 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()
Lockable
getLockedDate
in interface Lockable
org.kuali.rice.ken.bo.Lockable#getLockedDate()
public void setLockedDate(Timestamp lockedDate)
Lockable
setLockedDate
in interface Lockable
lockedDate
- The lockedDate to set.org.kuali.rice.ken.bo.Lockable#setLockedDate(java.sql.Timestamp)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.