org.kuali.rice.kcb.bo
Class BaseLockable
java.lang.Object
org.kuali.rice.kcb.bo.BaseLockable
- All Implemented Interfaces:
- Lockable
- Direct Known Subclasses:
- MessageDelivery
@MappedSuperclass
public class BaseLockable
- extends Object
- implements Lockable
Simple BO base class that implements Lockable interface
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCKED_DATE
public static final String LOCKED_DATE
- Field names
- See Also:
- Constant Field Values
lockedDate
protected Timestamp lockedDate
BaseLockable
public BaseLockable()
getLockedDate
public Timestamp getLockedDate()
- Description copied from interface:
Lockable
- Gets the lockedDate attribute.
- Specified by:
getLockedDate
in interface Lockable
- Returns:
- Returns the lockedDate.
- See Also:
org.kuali.rice.ken.bo.Lockable#getLockedDate()
setLockedDate
public void setLockedDate(Timestamp lockedDate)
- Description copied from interface:
Lockable
- Sets the lockedDate attribute value.
- Specified by:
setLockedDate
in interface Lockable
- Parameters:
lockedDate
- The lockedDate to set.- See Also:
org.kuali.rice.ken.bo.Lockable#setLockedDate(java.sql.Timestamp)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.