All Downloads are FREE. Search and download functionalities are using the official Maven repository.

icij.ftm.Thing Maven / Gradle / Ivy

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