org.kuali.rice.kcb.bo
Class BaseLockable

java.lang.Object
  extended by 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)

Field Summary
static String LOCKED_DATE
          Field names
protected  Timestamp lockedDate
           
 
Constructor Summary
BaseLockable()
           
 
Method Summary
 Timestamp getLockedDate()
          Gets the lockedDate attribute.
 void setLockedDate(Timestamp lockedDate)
          Sets the lockedDate attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCKED_DATE

public static final String LOCKED_DATE
Field names

See Also:
Constant Field Values

lockedDate

protected Timestamp lockedDate
Constructor Detail

BaseLockable

public BaseLockable()
Method Detail

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:
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:
Lockable.setLockedDate(java.sql.Timestamp)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.