org.openstreetmap.josm.gui.dialogs.changeset
Class ChangesetContentTableModel.ChangesetContentEntry

java.lang.Object
  extended by org.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel.ChangesetContentEntry
All Implemented Interfaces:
ChangesetDataSet.ChangesetDataSetEntry
Enclosing class:
ChangesetContentTableModel

private static class ChangesetContentTableModel.ChangesetContentEntry
extends java.lang.Object
implements ChangesetDataSet.ChangesetDataSetEntry

The type used internally to keep information about HistoryOsmPrimitive with their ChangesetDataSet.ChangesetModificationType.


Field Summary
private  ChangesetDataSet.ChangesetModificationType modificationType
           
private  HistoryOsmPrimitive primitive
           
 
Constructor Summary
ChangesetContentTableModel.ChangesetContentEntry(ChangesetDataSet.ChangesetDataSetEntry entry)
           
ChangesetContentTableModel.ChangesetContentEntry(ChangesetDataSet.ChangesetModificationType modificationType, HistoryOsmPrimitive primitive)
           
 
Method Summary
 ChangesetDataSet.ChangesetModificationType getModificationType()
           
 HistoryOsmPrimitive getPrimitive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modificationType

private final ChangesetDataSet.ChangesetModificationType modificationType

primitive

private final HistoryOsmPrimitive primitive
Constructor Detail

ChangesetContentTableModel.ChangesetContentEntry

public ChangesetContentTableModel.ChangesetContentEntry(ChangesetDataSet.ChangesetModificationType modificationType,
                                                        HistoryOsmPrimitive primitive)

ChangesetContentTableModel.ChangesetContentEntry

public ChangesetContentTableModel.ChangesetContentEntry(ChangesetDataSet.ChangesetDataSetEntry entry)
Method Detail

getModificationType

public ChangesetDataSet.ChangesetModificationType getModificationType()
Specified by:
getModificationType in interface ChangesetDataSet.ChangesetDataSetEntry

getPrimitive

public HistoryOsmPrimitive getPrimitive()
Specified by:
getPrimitive in interface ChangesetDataSet.ChangesetDataSetEntry


JOSM