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

com.bikeemotion.common.Entity Maven / Gradle / Ivy

package com.bikeemotion.common;

import java.io.Serializable;

public interface Entity extends Serializable {

  T getId();

  Entity setId(T value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy