icij.ftm.Interval Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ftm.java Show documentation
Show all versions of ftm.java Show documentation
ICIJ implementation of the Aleph Follow the Money ontology.
The newest version!
package org.icij.ftm;
import java.net.URL;
/**
* Automatically generated interface for FtM model. Do not update this interface.
* @see Interval.
*/
public interface Interval {
String getStartDate();
String getEndDate();
String getDate();
String getSummary();
String getDescription();
String getRecordId();
URL getSourceUrl();
String getPublisher();
URL getPublisherUrl();
URL getAlephUrl();
String getNamesMentioned();
String getIndexText();
String getModifiedAt();
String getRetrievedAt();
}