Package org.openrefine.model.changes
Class ChangeDataId
- java.lang.Object
-
- org.openrefine.model.changes.ChangeDataId
-
public class ChangeDataId extends Object
A pair of a history entry id and a string identifier for the change data in it.
-
-
Constructor Summary
Constructors Constructor Description ChangeDataId(long historyEntryId, String subDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
long
getHistoryEntryId()
String
getSubDirectory()
int
hashCode()
String
toString()
-