Subversion Repositories bacoAlunos

Rev

Rev 146 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
58 jmachado 1
package pt.estgp.estgweb.domain;
2
 
146 jmachado 3
import java.io.Serializable;
4
 
58 jmachado 5
/**
6
 * @author Jorge Machado
7
 * @date 9/Abr/2008
8
 * @time 16:57:12
9
 * @see pt.estgp.estgweb.domain
10
 */
146 jmachado 11
public class TesteImpl extends Teste
12
{
13
 
14
    public 1.5.0/docs/api/java/io/Serializable.html">Serializable getSerializable()
15
    {
16
        return getId();
17
    }
58 jmachado 18
}