Package step.repository.alm.otaclient
Interface IHistoryRecord2
-
- All Superinterfaces:
com4j.Com4jObject
,IHistoryRecord
public interface IHistoryRecord2 extends IHistoryRecord
Represents a single history change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
oldValue()
The value before the change.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.IHistoryRecord
changeDate, changer, fieldName, itemKey, newValue
-
-
-
-
Method Detail
-
oldValue
Object oldValue()
The value before the change.
Getter method for the COM property "OldValue"
- Returns:
- Returns a value of type java.lang.Object
-
-