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

io.bitexpress.topia.commons.data.model.IdObject Maven / Gradle / Ivy

There is a newer version: 7.9.1
Show newest version
package io.bitexpress.topia.commons.data.model;

import java.io.Serializable;

public interface IdObject {
	/**
	 * Returns the id of the entity.
	 * 
	 * @return the id
	 */
	ID getId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy