Subversion Repositories bacoAlunos

Rev

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

Rev 1728 Rev 1729
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
// Generated 13/Abr/2017 16:17:26 by Hibernate Tools 3.2.0.b9
2
// Generated 14/Abr/2017 13:19:24 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;
6
import java.util.HashSet;
7
import java.util.Set;
7
import java.util.Set;
8
 
8
 
9
/**
9
/**
10
 * JobServiceTaskScheduler generated by hbm2java
10
 * JobServiceTaskScheduler generated by hbm2java
11
 */
11
 */
12
public abstract class JobServiceTaskScheduler extends pt.estgp.estgweb.domain.DomainSerializableObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
12
public abstract class JobServiceTaskScheduler extends pt.estgp.estgweb.domain.DomainSerializableObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {
13
 
13
 
14
 
14
 
15
     private long id;
15
     private long id;
16
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
16
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
17
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
17
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
18
     private 5+0%2Fdocs%2Fapi+Date">Date lastScheduleDate;
18
     private 5+0%2Fdocs%2Fapi+Date">Date lastScheduleDate;
19
     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 boolean active;
20
     private boolean active;
21
     private boolean now;
21
     private boolean now;
22
     private boolean daily;
22
     private boolean daily;
23
     private boolean weekly;
23
     private boolean weekly;
24
     private boolean monthly;
24
     private boolean monthly;
25
     private int weekday;
25
     private int weekday;
26
     private int monthday;
26
     private int monthday;
27
     private int hour;
27
     private int hour;
28
     private int minute;
28
     private int minute;
29
     private int second;
29
     private int second;
30
     private 1.5.0/docs/api/java/lang/String.html">String targetService;
30
     private 1.5.0/docs/api/java/lang/String.html">String targetService;
31
     private boolean runOnlyOnDemand;
31
     private boolean runOnlyOnDemand;
32
     private JobServiceTask lastJobServiceTask;
32
     private JobServiceTask lastJobServiceTask;
33
     private User createdBy;
33
     private User createdBy;
34
     private Set<JobServiceTaskSchedulerParameter> serviceTaskSchedulerParameters = new HashSet<JobServiceTaskSchedulerParameter>(0);
34
     private Set<JobServiceTaskSchedulerParameter> serviceTaskSchedulerParameters = new HashSet<JobServiceTaskSchedulerParameter>(0);
35
 
35
 
36
    public JobServiceTaskScheduler() {
36
    public JobServiceTaskScheduler() {
37
    }
37
    }
38
 
38
 
39
   
39
   
40
    public long getId() {
40
    public long getId() {
41
        return this.id;
41
        return this.id;
42
    }
42
    }
43
   
43
   
44
    public void setId(long id) {
44
    public void setId(long id) {
45
        this.id = id;
45
        this.id = id;
46
    }
46
    }
47
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
47
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
48
        return this.updateDate;
48
        return this.updateDate;
49
    }
49
    }
50
   
50
   
51
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
51
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
52
        this.updateDate = updateDate;
52
        this.updateDate = updateDate;
53
    }
53
    }
54
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
54
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
55
        return this.saveDate;
55
        return this.saveDate;
56
    }
56
    }
57
   
57
   
58
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
58
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
59
        this.saveDate = saveDate;
59
        this.saveDate = saveDate;
60
    }
60
    }
61
    public 5+0%2Fdocs%2Fapi+Date">Date getLastScheduleDate() {
61
    public 5+0%2Fdocs%2Fapi+Date">Date getLastScheduleDate() {
62
        return this.lastScheduleDate;
62
        return this.lastScheduleDate;
63
    }
63
    }
64
   
64
   
65
    public void setLastScheduleDate(5+0%2Fdocs%2Fapi+Date">Date lastScheduleDate) {
65
    public void setLastScheduleDate(5+0%2Fdocs%2Fapi+Date">Date lastScheduleDate) {
66
        this.lastScheduleDate = lastScheduleDate;
66
        this.lastScheduleDate = lastScheduleDate;
67
    }
67
    }
68
    public 1.5.0/docs/api/java/lang/String.html">String getDescription() {
68
    public 1.5.0/docs/api/java/lang/String.html">String getDescription() {
69
        return this.description;
69
        return this.description;
70
    }
70
    }
71
   
71
   
72
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
72
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
73
        this.description = description;
73
        this.description = description;
74
    }
74
    }
75
    public boolean isActive() {
75
    public boolean isActive() {
76
        return this.active;
76
        return this.active;
77
    }
77
    }
78
   
78
   
79
    public void setActive(boolean active) {
79
    public void setActive(boolean active) {
80
        this.active = active;
80
        this.active = active;
81
    }
81
    }
82
    public boolean isNow() {
82
    public boolean isNow() {
83
        return this.now;
83
        return this.now;
84
    }
84
    }
85
   
85
   
86
    public void setNow(boolean now) {
86
    public void setNow(boolean now) {
87
        this.now = now;
87
        this.now = now;
88
    }
88
    }
89
    public boolean isDaily() {
89
    public boolean isDaily() {
90
        return this.daily;
90
        return this.daily;
91
    }
91
    }
92
   
92
   
93
    public void setDaily(boolean daily) {
93
    public void setDaily(boolean daily) {
94
        this.daily = daily;
94
        this.daily = daily;
95
    }
95
    }
96
    public boolean isWeekly() {
96
    public boolean isWeekly() {
97
        return this.weekly;
97
        return this.weekly;
98
    }
98
    }
99
   
99
   
100
    public void setWeekly(boolean weekly) {
100
    public void setWeekly(boolean weekly) {
101
        this.weekly = weekly;
101
        this.weekly = weekly;
102
    }
102
    }
103
    public boolean isMonthly() {
103
    public boolean isMonthly() {
104
        return this.monthly;
104
        return this.monthly;
105
    }
105
    }
106
   
106
   
107
    public void setMonthly(boolean monthly) {
107
    public void setMonthly(boolean monthly) {
108
        this.monthly = monthly;
108
        this.monthly = monthly;
109
    }
109
    }
110
    public int getWeekday() {
110
    public int getWeekday() {
111
        return this.weekday;
111
        return this.weekday;
112
    }
112
    }
113
   
113
   
114
    public void setWeekday(int weekday) {
114
    public void setWeekday(int weekday) {
115
        this.weekday = weekday;
115
        this.weekday = weekday;
116
    }
116
    }
117
    public int getMonthday() {
117
    public int getMonthday() {
118
        return this.monthday;
118
        return this.monthday;
119
    }
119
    }
120
   
120
   
121
    public void setMonthday(int monthday) {
121
    public void setMonthday(int monthday) {
122
        this.monthday = monthday;
122
        this.monthday = monthday;
123
    }
123
    }
124
    public int getHour() {
124
    public int getHour() {
125
        return this.hour;
125
        return this.hour;
126
    }
126
    }
127
   
127
   
128
    public void setHour(int hour) {
128
    public void setHour(int hour) {
129
        this.hour = hour;
129
        this.hour = hour;
130
    }
130
    }
131
    public int getMinute() {
131
    public int getMinute() {
132
        return this.minute;
132
        return this.minute;
133
    }
133
    }
134
   
134
   
135
    public void setMinute(int minute) {
135
    public void setMinute(int minute) {
136
        this.minute = minute;
136
        this.minute = minute;
137
    }
137
    }
138
    public int getSecond() {
138
    public int getSecond() {
139
        return this.second;
139
        return this.second;
140
    }
140
    }
141
   
141
   
142
    public void setSecond(int second) {
142
    public void setSecond(int second) {
143
        this.second = second;
143
        this.second = second;
144
    }
144
    }
145
    public 1.5.0/docs/api/java/lang/String.html">String getTargetService() {
145
    public 1.5.0/docs/api/java/lang/String.html">String getTargetService() {
146
        return this.targetService;
146
        return this.targetService;
147
    }
147
    }
148
   
148
   
149
    public void setTargetService(1.5.0/docs/api/java/lang/String.html">String targetService) {
149
    public void setTargetService(1.5.0/docs/api/java/lang/String.html">String targetService) {
150
        this.targetService = targetService;
150
        this.targetService = targetService;
151
    }
151
    }
152
    public boolean isRunOnlyOnDemand() {
152
    public boolean isRunOnlyOnDemand() {
153
        return this.runOnlyOnDemand;
153
        return this.runOnlyOnDemand;
154
    }
154
    }
155
   
155
   
156
    public void setRunOnlyOnDemand(boolean runOnlyOnDemand) {
156
    public void setRunOnlyOnDemand(boolean runOnlyOnDemand) {
157
        this.runOnlyOnDemand = runOnlyOnDemand;
157
        this.runOnlyOnDemand = runOnlyOnDemand;
158
    }
158
    }
159
    public JobServiceTask getLastJobServiceTask() {
159
    public JobServiceTask getLastJobServiceTask() {
160
        return this.lastJobServiceTask;
160
        return this.lastJobServiceTask;
161
    }
161
    }
162
   
162
   
163
    public void setLastJobServiceTask(JobServiceTask lastJobServiceTask) {
163
    public void setLastJobServiceTask(JobServiceTask lastJobServiceTask) {
164
        this.lastJobServiceTask = lastJobServiceTask;
164
        this.lastJobServiceTask = lastJobServiceTask;
165
    }
165
    }
166
    public User getCreatedBy() {
166
    public User getCreatedBy() {
167
        return this.createdBy;
167
        return this.createdBy;
168
    }
168
    }
169
   
169
   
170
    public void setCreatedBy(User createdBy) {
170
    public void setCreatedBy(User createdBy) {
171
        this.createdBy = createdBy;
171
        this.createdBy = createdBy;
172
    }
172
    }
173
    public Set<JobServiceTaskSchedulerParameter> getServiceTaskSchedulerParameters() {
173
    public Set<JobServiceTaskSchedulerParameter> getServiceTaskSchedulerParameters() {
174
        return this.serviceTaskSchedulerParameters;
174
        return this.serviceTaskSchedulerParameters;
175
    }
175
    }
176
   
176
   
177
    public void setServiceTaskSchedulerParameters(Set<JobServiceTaskSchedulerParameter> serviceTaskSchedulerParameters) {
177
    public void setServiceTaskSchedulerParameters(Set<JobServiceTaskSchedulerParameter> serviceTaskSchedulerParameters) {
178
        this.serviceTaskSchedulerParameters = serviceTaskSchedulerParameters;
178
        this.serviceTaskSchedulerParameters = serviceTaskSchedulerParameters;
179
    }
179
    }
180
 
180
 
181
 
181
 
182
 
182
 
183
 
183
 
184
}
184
}
185
 
185
 
186
 
186
 
187
 
187