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

icij.ftm.Contract Maven / Gradle / Ivy

The newest version!
package org.icij.ftm;



/**
 * Automatically generated interface for FtM model. Do not update this interface.
 * @see Contract.
*/
public interface Contract extends Asset {
	String getTitle();
	int getAmount();
	LegalEntity getAuthority();
	String getContractDate();
	Project getProject();
	String getType();
	String getProcedureNumber();
	String getProcedure();
	String getNoticeId();
	String getNumberAwards();
	String getStatus();
	String getMethod();
	String getCriteria();
	String getClassification();
	String getCancelled();
	String getLanguage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy