Subversion Repositories bacoAlunos

Rev

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

Rev Author Line No. Line
112 jmachado 1
package pt.estgp.estgweb.domain;
2
 
146 jmachado 3
import java.io.Serializable;
4
 
112 jmachado 5
/**
6
 * Created by IntelliJ IDEA.
7
 * User: Jorge Machado
8
 * Date: 7/Mai/2008
9
 * Time: 20:21:15
10
 * To change this template use File | Settings | File Templates.
11
 */
146 jmachado 12
public class CourseUnitImpl extends CourseUnit
13
{
14
    public 1.5.0/docs/api/java/io/Serializable.html">Serializable getSerializable()
15
    {
16
        return getId();
17
    }
112 jmachado 18
}