eu.planets_project.services.migrate
Class MigrateResult

java.lang.Object
  extended by eu.planets_project.services.migrate.MigrateResult

public final class MigrateResult
extends java.lang.Object

Result type for migration services.


Constructor Summary
MigrateResult(DigitalObject digitalObject, ServiceReport report)
           
 
Method Summary
 DigitalObject getDigitalObject()
           
 ServiceReport getReport()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrateResult

public MigrateResult(DigitalObject digitalObject,
                     ServiceReport report)
Parameters:
digitalObject - The resulting digital object
report - The report for this migration
Method Detail

getDigitalObject

public DigitalObject getDigitalObject()
Returns:
the digitalObject

getReport

public ServiceReport getReport()
Returns:
the event


Copyright © 2007-2010 The Planets Consortium. All Rights Reserved.