SPT Core API

com.sptci.jdo
Interface Dated


public interface Dated

An interface that represents an object that contains date attributes to track history.

© Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: Dated.java 4553 2008-12-24 10:34:16Z rakesh $
Author:
Rakesh Vidyadharan 2007-05-21

Method Summary
 Date getCreated()
          Returns the date on which the object was created.
 Date getModified()
          Returns the date on which the object was last modified.
 

Method Detail

getCreated

Date getCreated()
Returns the date on which the object was created.

Returns:
The value/reference of/to created.

getModified

Date getModified()
Returns the date on which the object was last modified.

Returns:
The value/reference of/to modified.

SPT Core API