Subversion Repositories bacoAlunos

Rev

Rev 146 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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