Subversion Repositories bacoAlunos

Rev

Rev 1841 | Details | Compare with Previous | Last modification | View Log | RSS feed

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