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

com.tosan.tools.tracker.starter.model.TrackerEntity Maven / Gradle / Ivy

The newest version!
package com.tosan.tools.tracker.starter.model;

import java.io.Serializable;

/**
 * @author F.Ebrahimi
 * @since 12/11/2023
 */
public interface TrackerEntity extends Serializable {

    T getId();

    void setId(T id);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy