Subversion Repositories bacoAlunos

Rev

Rev 1306 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 fvelez 1
package pt.estgp.estgweb.domain;
2
 
3
import java.io.Serializable;
4
 
5
/**
6
 * @author Jorge Machado
7
 * @date 2/Mar/2008
8
 * @time 10:27:25
9
 * @see pt.estgp.estgweb.domain
10
 */
11
public class SessionObjectIdImpl extends SessionObjectId
12
{
13
    public 1.5.0/docs/api/java/io/Serializable.html">Serializable getSerializable()
14
    {
15
        return null;
16
    }
17
}