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
215 jmachado 1
package pt.estgp.estgweb.domain;
2
 
3
import java.util.List;
4
import java.io.Serializable;
5
 
6
/**
7
 * @author Jorge Machado
8
 * @date 4/Jul/2008
9
 * @see pt.estgp.estgweb.domain
10
 */
11
public class ManagedIdentifierImpl extends ManagedIdentifier
12
{
13
    public List<String> getOwnerRoles()
14
    {
15
        return null;
16
    }
17
 
18
    public 1.5.0/docs/api/java/lang/String.html">String getChoosedOwnerRole()
19
    {
20
        return null;
21
    }
22
 
23
    public 1.5.0/docs/api/java/io/Serializable.html">Serializable getSerializable()
24
    {
25
        return getId();
26
    }
27
}