Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.wcps.property
Interface ITimestamped

All Known Subinterfaces:
INamespace, IProperty<T>, IPropertyDefinition, IPropertySet, IPropertySetDefinition
All Known Implementing Classes:
Namespace, Property, PropertyDefinition, PropertySet, PropertySetDefinition

public interface ITimestamped

Manages created on and updated on datetime for the property service entities.


Method Summary
 java.sql.Timestamp getCreatedOn()
          Returns the created on datetime of an entity.
 java.sql.Timestamp getUpdatedOn()
          Returns the updated on datetime of an entity.
 void setCreatedOn(java.sql.Timestamp createdOn)
          Sets the given createdOn as its created on datetime.
 void setUpdatedOn(java.sql.Timestamp updatedOn)
          Sets the given updatedOn as its updated on datetime.

 

Method Detail

getCreatedOn

java.sql.Timestamp getCreatedOn()
Returns the created on datetime of an entity.
Returns:
the created on datetime.

getUpdatedOn

java.sql.Timestamp getUpdatedOn()
Returns the updated on datetime of an entity.
Returns:
the updated on datetime.

setCreatedOn

void setCreatedOn(java.sql.Timestamp createdOn)
Sets the given createdOn as its created on datetime.
Parameters:
createdOn - the datetime of creation of an entity.

setUpdatedOn

void setUpdatedOn(java.sql.Timestamp updatedOn)
Sets the given updatedOn as its updated on datetime.
Parameters:
updatedOn - the updated datetime of an entity.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.