Subversion Repositories bacoAlunos

Rev

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

Rev Author Line No. Line
455 jmachado 1
package pt.estgp.estgweb.domain;
2
 
3
import java.io.Serializable;
4
 
5
/**
6
 * @author Jorge Machado
7
 * @date 13/Nov/2009
8
 * @time 12:20:53
9
 * @email machadofisher@gmail.com
10
 */
11
public class SruSourceCollectionImpl extends SruSourceCollection
12
{
13
    public 1.5.0/docs/api/java/io/Serializable.html">Serializable getSerializable()
14
    {
15
        return getId();
16
    }
17
}