Subversion Repositories bacoAlunos

Rev

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

Rev 1729 Rev 1730
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 14/Abr/2017 13:19:24 by Hibernate Tools 3.2.0.b9
2
// Generated 14/Abr/2017 16:32:23 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
 
5
 
6
/**
6
/**
7
 * PageRepositoryFile generated by hbm2java
7
 * PageRepositoryFile generated by hbm2java
8
 */
8
 */
9
public abstract class PageRepositoryFile extends pt.estgp.estgweb.domain.PageExternalObjectImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
9
public abstract class PageRepositoryFile extends pt.estgp.estgweb.domain.PageExternalObjectImpl implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
10
 
10
 
11
 
11
 
12
     private 1.5.0/docs/api/java/lang/String.html">String repositoryId;
12
     private 1.5.0/docs/api/java/lang/String.html">String repositoryId;
13
 
13
 
14
    public PageRepositoryFile() {
14
    public PageRepositoryFile() {
15
    }
15
    }
16
 
16
 
17
   
17
   
18
    public 1.5.0/docs/api/java/lang/String.html">String getRepositoryId() {
18
    public 1.5.0/docs/api/java/lang/String.html">String getRepositoryId() {
19
        return this.repositoryId;
19
        return this.repositoryId;
20
    }
20
    }
21
   
21
   
22
    public void setRepositoryId(1.5.0/docs/api/java/lang/String.html">String repositoryId) {
22
    public void setRepositoryId(1.5.0/docs/api/java/lang/String.html">String repositoryId) {
23
        this.repositoryId = repositoryId;
23
        this.repositoryId = repositoryId;
24
    }
24
    }
25
 
25
 
26
 
26
 
27
 
27
 
28
 
28
 
29
}
29
}
30
 
30
 
31
 
31
 
32
 
32