Subversion Repositories bacoAlunos

Rev

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

Rev Author Line No. Line
203 jmachado 1
package pt.estgp.estgweb.domain;
2
 
3
import java.io.Serializable;
236 jmachado 4
import java.util.List;
203 jmachado 5
 
6
/**
7
 * @author Jorge Machado
8
 * @date 3/Jun/2008
9
 * @see pt.estgp.estgweb.domain
10
 */
11
public class CourseUnitQuestionImpl extends CourseUnitQuestion
12
{
13
    public 1.5.0/docs/api/java/io/Serializable.html">Serializable getSerializable()
14
    {
15
        return getId();
16
    }
236 jmachado 17
 
18
    public List<String> getOwnerRoles()
19
    {
20
        return null;  //To change body of implemented methods use File | Settings | File Templates.
21
    }
22
 
23
    public 1.5.0/docs/api/java/lang/String.html">String getChoosedOwnerRole()
24
    {
25
        return null;  //To change body of implemented methods use File | Settings | File Templates.
26
    }
203 jmachado 27
}