Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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