Package org.kuali.rice.ken.bo
Interface Lockable
- All Known Implementing Classes:
NotificationBo,NotificationMessageDelivery
public interface Lockable
Interface for objects which can be locked
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionGets the lockedDate attribute.voidsetLockedDateValue(Timestamp lockedDate) Sets the lockedDate attribute value.
-
Method Details
-
getLockedDateValue
Timestamp getLockedDateValue()Gets the lockedDate attribute.- Returns:
- Returns the lockedDate.
-
setLockedDateValue
Sets the lockedDate attribute value.- Parameters:
lockedDate- The lockedDate to set.
-