Package org.kuali.rice.kcb.bo
Class BaseLockable
java.lang.Object
org.kuali.rice.kcb.bo.BaseLockable
- All Implemented Interfaces:
Lockable
- Direct Known Subclasses:
MessageDelivery
Simple BO base class that implements Lockable interface
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the lockedDate attribute.voidsetLockedDate(Timestamp lockedDate) Sets the lockedDate attribute value.
-
Field Details
-
LOCKED_DATE
Field names- See Also:
-
lockedDate
-
-
Constructor Details
-
BaseLockable
public BaseLockable()
-
-
Method Details
-
getLockedDate
Description copied from interface:LockableGets the lockedDate attribute.- Specified by:
getLockedDatein interfaceLockable- Returns:
- Returns the lockedDate.
- See Also:
-
setLockedDate
Description copied from interface:LockableSets the lockedDate attribute value.- Specified by:
setLockedDatein interfaceLockable- Parameters:
lockedDate- The lockedDate to set.- See Also:
-