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

org.datafx.util.EntityWithId Maven / Gradle / Ivy

The newest version!
package org.datafx.util;

import java.io.Serializable;

/**
 * A base interface for all entites that have a unique id
 * @param  type of the id
 */
public interface EntityWithId extends Serializable {

    /**
     * Returns the id
     * @return the id
     */
    T getId();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy