Subversion Repositories bacoAlunos

Rev

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

Rev Author Line No. Line
1637 jmachado 1
package pt.estgp.estgweb.domain;
2
 
3
import java.io.Serializable;
4
 
5
/**
6
 * Created by jorgemachado on 30/01/17.
7
 */
8
public class RepositoryDocumentFileImpl extends RepositoryDocumentFile {
9
    @1.5.0/docs/api/java/lang/Override.html">Override
10
    public 1.5.0/docs/api/java/io/Serializable.html">Serializable getSerializable() {
11
        return getId();
12
    }
1670 jmachado 13
 
1637 jmachado 14
}