Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.javatools.history
Class DefaultHistoryEntry

java.lang.Object
  extended by oracle.javatools.history.DefaultHistoryEntry
All Implemented Interfaces:
HistoryEntry
Direct Known Subclasses:
BaseHistoryEntry

public abstract class DefaultHistoryEntry
extends java.lang.Object
implements HistoryEntry

Default implementation of HistoryEntry. This implementation provides a setValue( HistoryProperty, Object ) method. You need to implement the getCompareContributor() method.

Since:
10.0.3

Constructor Summary
DefaultHistoryEntry()
           
 
Method Summary
 java.lang.Object getValue(HistoryProperty property)
          Get the value of the specified property for this entry.
 void setValue(HistoryProperty property, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.javatools.history.HistoryEntry
getCompareContributor
 

Constructor Detail

DefaultHistoryEntry

public DefaultHistoryEntry()
Method Detail

setValue

public void setValue(HistoryProperty property,
                     java.lang.Object value)

getValue

public java.lang.Object getValue(HistoryProperty property)
Description copied from interface: HistoryEntry
Get the value of the specified property for this entry.

Specified by:
getValue in interface HistoryEntry
Parameters:
property - the property to get
Returns:
the value of the specified property.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.