| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.history.DefaultHistoryEntry
public abstract class DefaultHistoryEntry
Default implementation of HistoryEntry. This implementation provides a setValue( HistoryProperty, Object ) method. You need to implement the getCompareContributor() method.
| 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 | 
|---|
public DefaultHistoryEntry()
| Method Detail | 
|---|
public void setValue(HistoryProperty property,
                     java.lang.Object value)
public java.lang.Object getValue(HistoryProperty property)
HistoryEntry
getValue in interface HistoryEntryproperty - the property to get
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||