
icij.ftm.CallForTenders 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 CallForTenders.
*/
public interface CallForTenders extends Thing, Interval {
String getTitle();
LegalEntity getAuthority();
String getCallId();
String getAuthorityReferenceId();
LegalEntity getOnBehalfOf();
String getPublicationDate();
String getEvaluationMechanism();
String getProcurementType();
String getDirective();
String getProcedure();
String getInvolvesOutcome();
String getCpvCode();
String getReverseAuctionsIncluded();
String getNutsCode();
String getRelationToThreshold();
String getPaymentOptions();
String getSubmissionDeadline();
String getClarificationDeadline();
String getAwardedInLots();
int getNumberOfLots();
String getLotsNames();
String getTendersForLots();
int getMaximumNumberOfLots();
String getEuFunding();
String getMultipleTenders();
URL getTedUrl();
String getFallsUnderGPPScope();
String getCertificationCheck();
String getAwardingDate();
String getContractNoticeDate();
String getAwardNoticeDate();
LegalEntity getTenderers();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy