Subversion Repositories bacoAlunos

Rev

Rev 1744 | Rev 1771 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1744 Rev 1755
Line 1... Line 1...
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 4/Mai/2017 8:01:05 by Hibernate Tools 3.2.0.b9
2
// Generated 28/Mai/2017 14:34:06 by Hibernate Tools 3.2.0.b9
3
 
3
 
4
 
4
 
5
import java.util.Date;
5
import java.util.Date;
-
 
6
import java.util.HashSet;
-
 
7
import java.util.Set;
6
 
8
 
7
/**
9
/**
8
 * BpmnFlowComponent generated by hbm2java
10
 * BpmnFlowComponent generated by hbm2java
9
 */
11
 */
10
public abstract class BpmnFlowComponent extends pt.estgp.estgweb.domain.BpmnFlowObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
public abstract class BpmnFlowComponent extends pt.estgp.estgweb.domain.BpmnFlowObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
Line 13... Line 15...
13
     private long id;
15
     private long id;
14
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
16
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
15
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
17
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
16
     private 1.5.0/docs/api/java/lang/String.html">String title;
18
     private 1.5.0/docs/api/java/lang/String.html">String title;
17
     private 1.5.0/docs/api/java/lang/String.html">String description;
19
     private 1.5.0/docs/api/java/lang/String.html">String description;
-
 
20
     private Set<BpmnFlowConnector> flowConnectors = new HashSet<BpmnFlowConnector>(0);
18
 
21
 
19
    public BpmnFlowComponent() {
22
    public BpmnFlowComponent() {
20
    }
23
    }
21
 
24
 
22
   
25
   
Line 53... Line 56...
53
    }
56
    }
54
   
57
   
55
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
58
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
56
        this.description = description;
59
        this.description = description;
57
    }
60
    }
-
 
61
    public Set<BpmnFlowConnector> getFlowConnectors() {
-
 
62
        return this.flowConnectors;
-
 
63
    }
-
 
64
   
-
 
65
    public void setFlowConnectors(Set<BpmnFlowConnector> flowConnectors) {
-
 
66
        this.flowConnectors = flowConnectors;
-
 
67
    }
58
 
68
 
59
 
69
 
60
 
70
 
61
 
71
 
62
}
72
}