Subversion Repositories bacoAlunos

Rev

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

package pt.estgp.estgweb.domain;
// Generated 4/nov/2017 9:59:25 by Hibernate Tools 3.2.0.b9


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

/**
 * BpmnActorPoolInstance generated by hbm2java
 */

public abstract class BpmnActorPoolInstance extends pt.estgp.estgweb.domain.DomainObject 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 BpmnActorPoolImpl actorPool;
     private BpmnActorSelectorImpl actorSelector;
     private Set<BpmnActorPoolThreadInstance> actorPoolsThreadInstances = new HashSet<BpmnActorPoolThreadInstance>(0);

    public BpmnActorPoolInstance() {
    }

   
    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 BpmnActorPoolImpl getActorPool() {
        return this.actorPool;
    }
   
    public void setActorPool(BpmnActorPoolImpl actorPool) {
        this.actorPool = actorPool;
    }
    public BpmnActorSelectorImpl getActorSelector() {
        return this.actorSelector;
    }
   
    public void setActorSelector(BpmnActorSelectorImpl actorSelector) {
        this.actorSelector = actorSelector;
    }
    public Set<BpmnActorPoolThreadInstance> getActorPoolsThreadInstances() {
        return this.actorPoolsThreadInstances;
    }
   
    public void setActorPoolsThreadInstances(Set<BpmnActorPoolThreadInstance> actorPoolsThreadInstances) {
        this.actorPoolsThreadInstances = actorPoolsThreadInstances;
    }




}