
icij.ftm.Thing 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 Thing.
*/
public interface Thing {
String getName();
String getCountry();
String getSummary();
String getDescription();
String getAlias();
String getPreviousName();
String getWeakAlias();
URL getSourceUrl();
String getPublisher();
URL getPublisherUrl();
URL getAlephUrl();
URL getWikipediaUrl();
String getWikidataId();
String getKeywords();
String getTopics();
String getAddress();
Address getAddressEntity();
String getProgram();
String getNotes();
Document getProof();
String getIndexText();
String getCreatedAt();
String getModifiedAt();
String getRetrievedAt();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy