package com.phonoforce.tramory.entities; public interface IEntity { int getId(); void setId(int id); }