org.apache.lenya.cms.publication
Interface LastModified

All Known Implementing Classes:
DefaultSiteTree

public interface LastModified

The LastModified interface gets a timestamp of the last modification of an object.


Method Summary
 long getLastModified()
          Get the last time a modification occured to this object.
 

Method Detail

getLastModified

long getLastModified()
Get the last time a modification occured to this object.

Returns:
The last modification.


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.