Interface Lockable

All Known Implementing Classes:
BaseLockable, MessageDelivery

public interface Lockable
Interface for objects which can be locked
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the lockedDate attribute.
    void
    Sets the lockedDate attribute value.
  • Method Details

    • getLockedDate

      Timestamp getLockedDate()
      Gets the lockedDate attribute.
      Returns:
      Returns the lockedDate.
    • setLockedDate

      void setLockedDate(Timestamp lockedDate)
      Sets the lockedDate attribute value.
      Parameters:
      lockedDate - The lockedDate to set.