Subversion Repositories bacoAlunos

Rev

Rev 1830 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1830 Rev 1841
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 4/nov/2017 9:59:25 by Hibernate Tools 3.2.0.b9
2
// Generated 4/nov/2017 18:59:19 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.HashSet;
5
import java.util.HashSet;
6
import java.util.Set;
6
import java.util.Set;
7
 
7
 
8
/**
8
/**
9
 * Group generated by hbm2java
9
 * Group generated by hbm2java
10
 */
10
 */
11
public abstract class 1.5.0/docs/api/java/security/acl/Group.html">Group extends pt.estgp.estgweb.domain.GenericUserImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
11
public abstract class 1.5.0/docs/api/java/security/acl/Group.html">Group extends pt.estgp.estgweb.domain.GenericUserImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
 
12
 
13
 
13
 
14
     private Set<User> users = new HashSet<User>(0);
14
     private Set<User> users = new HashSet<User>(0);
15
 
15
 
16
    public 1.5.0/docs/api/java/security/acl/Group.html">Group() {
16
    public 1.5.0/docs/api/java/security/acl/Group.html">Group() {
17
    }
17
    }
18
 
18
 
19
   
19
   
20
    public Set<User> getUsers() {
20
    public Set<User> getUsers() {
21
        return this.users;
21
        return this.users;
22
    }
22
    }
23
   
23
   
24
    public void setUsers(Set<User> users) {
24
    public void setUsers(Set<User> users) {
25
        this.users = users;
25
        this.users = users;
26
    }
26
    }
27
 
27
 
28
 
28
 
29
 
29
 
30
 
30
 
31
}
31
}
32
 
32
 
33
 
33
 
34
 
34