Subversion Repositories bacoAlunos

Rev

Rev 1423 | Rev 1505 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.domain;
// Generated 28/Jul/2016 9:11:38 by Hibernate Tools 3.2.0.b9


import java.util.Date;
import java.util.HashSet;
import java.util.Set;

/**
 * JobServiceTaskScheduler generated by hbm2java
 */

public abstract class JobServiceTaskScheduler extends pt.estgp.estgweb.domain.DomainSerializableObject implements java.io.1.5.0/docs/api/java/io/Serializable.html">Serializable {


     private long id;
     private 5+0%2Fdocs%2Fapi+Date">Date updateDate;
     private 5+0%2Fdocs%2Fapi+Date">Date saveDate;
     private 5+0%2Fdocs%2Fapi+Date">Date lastScheduleDate;
     private 1.5.0/docs/api/java/lang/String.html">String description;
     private boolean active;
     private boolean now;
     private boolean daily;
     private boolean weekly;
     private boolean monthly;
     private int weekday;
     private int monthday;
     private int hour;
     private int minute;
     private int second;
     private 1.5.0/docs/api/java/lang/String.html">String targetService;
     private boolean runOnlyOnDemand;
     private JobServiceTask lastJobServiceTask;
     private User createdBy;
     private Set<JobServiceTaskSchedulerParameter> serviceTaskSchedulerParameters = new HashSet<JobServiceTaskSchedulerParameter>(0);

    public JobServiceTaskScheduler() {
    }

   
    public long getId() {
        return this.id;
    }
   
    public void setId(long id) {
        this.id = id;
    }
    public 5+0%2Fdocs%2Fapi+Date">Date getUpdateDate() {
        return this.updateDate;
    }
   
    public void setUpdateDate(5+0%2Fdocs%2Fapi+Date">Date updateDate) {
        this.updateDate = updateDate;
    }
    public 5+0%2Fdocs%2Fapi+Date">Date getSaveDate() {
        return this.saveDate;
    }
   
    public void setSaveDate(5+0%2Fdocs%2Fapi+Date">Date saveDate) {
        this.saveDate = saveDate;
    }
    public 5+0%2Fdocs%2Fapi+Date">Date getLastScheduleDate() {
        return this.lastScheduleDate;
    }
   
    public void setLastScheduleDate(5+0%2Fdocs%2Fapi+Date">Date lastScheduleDate) {
        this.lastScheduleDate = lastScheduleDate;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getDescription() {
        return this.description;
    }
   
    public void setDescription(1.5.0/docs/api/java/lang/String.html">String description) {
        this.description = description;
    }
    public boolean isActive() {
        return this.active;
    }
   
    public void setActive(boolean active) {
        this.active = active;
    }
    public boolean isNow() {
        return this.now;
    }
   
    public void setNow(boolean now) {
        this.now = now;
    }
    public boolean isDaily() {
        return this.daily;
    }
   
    public void setDaily(boolean daily) {
        this.daily = daily;
    }
    public boolean isWeekly() {
        return this.weekly;
    }
   
    public void setWeekly(boolean weekly) {
        this.weekly = weekly;
    }
    public boolean isMonthly() {
        return this.monthly;
    }
   
    public void setMonthly(boolean monthly) {
        this.monthly = monthly;
    }
    public int getWeekday() {
        return this.weekday;
    }
   
    public void setWeekday(int weekday) {
        this.weekday = weekday;
    }
    public int getMonthday() {
        return this.monthday;
    }
   
    public void setMonthday(int monthday) {
        this.monthday = monthday;
    }
    public int getHour() {
        return this.hour;
    }
   
    public void setHour(int hour) {
        this.hour = hour;
    }
    public int getMinute() {
        return this.minute;
    }
   
    public void setMinute(int minute) {
        this.minute = minute;
    }
    public int getSecond() {
        return this.second;
    }
   
    public void setSecond(int second) {
        this.second = second;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getTargetService() {
        return this.targetService;
    }
   
    public void setTargetService(1.5.0/docs/api/java/lang/String.html">String targetService) {
        this.targetService = targetService;
    }
    public boolean isRunOnlyOnDemand() {
        return this.runOnlyOnDemand;
    }
   
    public void setRunOnlyOnDemand(boolean runOnlyOnDemand) {
        this.runOnlyOnDemand = runOnlyOnDemand;
    }
    public JobServiceTask getLastJobServiceTask() {
        return this.lastJobServiceTask;
    }
   
    public void setLastJobServiceTask(JobServiceTask lastJobServiceTask) {
        this.lastJobServiceTask = lastJobServiceTask;
    }
    public User getCreatedBy() {
        return this.createdBy;
    }
   
    public void setCreatedBy(User createdBy) {
        this.createdBy = createdBy;
    }
    public Set<JobServiceTaskSchedulerParameter> getServiceTaskSchedulerParameters() {
        return this.serviceTaskSchedulerParameters;
    }
   
    public void setServiceTaskSchedulerParameters(Set<JobServiceTaskSchedulerParameter> serviceTaskSchedulerParameters) {
        this.serviceTaskSchedulerParameters = serviceTaskSchedulerParameters;
    }




}