maito.integration
Class IntegratedSource

java.lang.Object
  extended by maito.integration.IntegratedSource

public class IntegratedSource
extends java.lang.Object

Represents a data source that has been integrated into a resource graph.

Author:
Antti Laitinen

Constructor Summary
protected IntegratedSource(java.lang.String sourceId, java.lang.String integrationDate)
           
 
Method Summary
 java.lang.String getIntegrationDate()
          Returns the date when this source was integrated.
 java.lang.String getSource()
          Returns the id of the data source that this IntegratedSource represents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegratedSource

protected IntegratedSource(java.lang.String sourceId,
                           java.lang.String integrationDate)
Method Detail

getSource

public java.lang.String getSource()
Returns the id of the data source that this IntegratedSource represents.


getIntegrationDate

public java.lang.String getIntegrationDate()
Returns the date when this source was integrated.

Returns:
A date as a String in the format yyyy-MM-dd.