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

org.sklsft.commons.model.interfaces.Entity Maven / Gradle / Ivy

The newest version!
package org.sklsft.commons.model.interfaces;

import java.io.Serializable;

public interface Entity extends Serializable {
	
	T getId();
	
	void setId(T id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy