icij.ftm.Vehicle 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;
/**
* Automatically generated interface for FtM model. Do not update this interface.
* @see Vehicle.
*/
public interface Vehicle extends Asset {
String getType();
String getName();
String getRegistrationNumber();
String getCountry();
LegalEntity getOwner();
String getModel();
LegalEntity getOperator();
String getBuildDate();
String getRegistrationDate();
String getDeregistrationDate();
}