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
146 jmachado 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:56:46
9
 * @see pt.estgp.estgweb.domain
10
 */
11
public abstract class DomainSerializableObject extends DomainObject
12
{
13
    public abstract 1.5.0/docs/api/java/io/Serializable.html">Serializable getSerializable();  
14
}