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

fr.lteconsulting.hexa.shared.data.IdDTO Maven / Gradle / Ivy

The newest version!
package fr.lteconsulting.hexa.shared.data;

public interface IdDTO
{
	// public int id;
	int getId();

	void setId( int id );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy