package com.axiastudio.suite.pratiche; import java.util.Date; /** * User: tiziano * Date: 16/04/14 * Time: 10:35 */ public interface IAtto { Integer getNumero(); Date getData(); String getFirma(); }