SMILA 1.0 API documentation

org.eclipse.smila.importing
Class DeltaService.EntryId

java.lang.Object
  extended by org.eclipse.smila.importing.DeltaService.EntryId
Enclosing interface:
DeltaService

public static class DeltaService.EntryId
extends java.lang.Object

returned by DeltaService.getUnvisitedEntries(String, String).


Constructor Summary
DeltaService.EntryId(java.lang.String recordId)
           
DeltaService.EntryId(java.lang.String recordId, java.lang.String compoundId)
           
 
Method Summary
 java.lang.String getCompoundId()
           
 java.lang.String getRecordId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeltaService.EntryId

public DeltaService.EntryId(java.lang.String recordId)

DeltaService.EntryId

public DeltaService.EntryId(java.lang.String recordId,
                            java.lang.String compoundId)
Method Detail

getRecordId

public java.lang.String getRecordId()

getCompoundId

public java.lang.String getCompoundId()

SMILA 1.0 API documentation