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

icij.ftm.Interval 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 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy