Subversion Repositories bacoAlunos

Rev

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

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


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

/**
 * ProcessEvent generated by hbm2java
 */

public abstract class ProcessEvent extends pt.estgp.estgweb.domain.OwnedDomainObject 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 openDate;
     private 5+0%2Fdocs%2Fapi+Date">Date acceptedDate;
     private 5+0%2Fdocs%2Fapi+Date">Date dispatchedDate;
     private 5+0%2Fdocs%2Fapi+Date">Date lastChangeDate;
     private 5+0%2Fdocs%2Fapi+Date">Date closeDate;
     private 1.5.0/docs/api/java/lang/String.html">String nowState;
     private boolean accepted;
     private 1.5.0/docs/api/java/lang/String.html">String destinationRole;
     private 1.5.0/docs/api/java/lang/String.html">String notes;
     private 1.5.0/docs/api/java/lang/String.html">String notesAccessLevel;
     private 1.5.0/docs/api/java/lang/String.html">String notesAccessIdentifiers;
     private 1.5.0/docs/api/java/lang/String.html">String notesAccessRoles;
     private 1.5.0/docs/api/java/lang/String.html">String notesToStarter;
     private 1.5.0/docs/api/java/lang/Process.html">Process process;
     private ProcessEvent previousEvent;
     private ProcessEvent nextEvent;
     private GenericUser owner;
     private Set<ProcessEventFile> files = new HashSet<ProcessEventFile>(0);

    public ProcessEvent() {
    }

   
    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 getOpenDate() {
        return this.openDate;
    }
   
    public void setOpenDate(5+0%2Fdocs%2Fapi+Date">Date openDate) {
        this.openDate = openDate;
    }
    public 5+0%2Fdocs%2Fapi+Date">Date getAcceptedDate() {
        return this.acceptedDate;
    }
   
    public void setAcceptedDate(5+0%2Fdocs%2Fapi+Date">Date acceptedDate) {
        this.acceptedDate = acceptedDate;
    }
    public 5+0%2Fdocs%2Fapi+Date">Date getDispatchedDate() {
        return this.dispatchedDate;
    }
   
    public void setDispatchedDate(5+0%2Fdocs%2Fapi+Date">Date dispatchedDate) {
        this.dispatchedDate = dispatchedDate;
    }
    public 5+0%2Fdocs%2Fapi+Date">Date getLastChangeDate() {
        return this.lastChangeDate;
    }
   
    public void setLastChangeDate(5+0%2Fdocs%2Fapi+Date">Date lastChangeDate) {
        this.lastChangeDate = lastChangeDate;
    }
    public 5+0%2Fdocs%2Fapi+Date">Date getCloseDate() {
        return this.closeDate;
    }
   
    public void setCloseDate(5+0%2Fdocs%2Fapi+Date">Date closeDate) {
        this.closeDate = closeDate;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getNowState() {
        return this.nowState;
    }
   
    public void setNowState(1.5.0/docs/api/java/lang/String.html">String nowState) {
        this.nowState = nowState;
    }
    public boolean isAccepted() {
        return this.accepted;
    }
   
    public void setAccepted(boolean accepted) {
        this.accepted = accepted;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getDestinationRole() {
        return this.destinationRole;
    }
   
    public void setDestinationRole(1.5.0/docs/api/java/lang/String.html">String destinationRole) {
        this.destinationRole = destinationRole;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getNotes() {
        return this.notes;
    }
   
    public void setNotes(1.5.0/docs/api/java/lang/String.html">String notes) {
        this.notes = notes;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getNotesAccessLevel() {
        return this.notesAccessLevel;
    }
   
    public void setNotesAccessLevel(1.5.0/docs/api/java/lang/String.html">String notesAccessLevel) {
        this.notesAccessLevel = notesAccessLevel;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getNotesAccessIdentifiers() {
        return this.notesAccessIdentifiers;
    }
   
    public void setNotesAccessIdentifiers(1.5.0/docs/api/java/lang/String.html">String notesAccessIdentifiers) {
        this.notesAccessIdentifiers = notesAccessIdentifiers;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getNotesAccessRoles() {
        return this.notesAccessRoles;
    }
   
    public void setNotesAccessRoles(1.5.0/docs/api/java/lang/String.html">String notesAccessRoles) {
        this.notesAccessRoles = notesAccessRoles;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getNotesToStarter() {
        return this.notesToStarter;
    }
   
    public void setNotesToStarter(1.5.0/docs/api/java/lang/String.html">String notesToStarter) {
        this.notesToStarter = notesToStarter;
    }
    public 1.5.0/docs/api/java/lang/Process.html">Process getProcess() {
        return this.process;
    }
   
    public void setProcess(1.5.0/docs/api/java/lang/Process.html">Process process) {
        this.process = process;
    }
    public ProcessEvent getPreviousEvent() {
        return this.previousEvent;
    }
   
    public void setPreviousEvent(ProcessEvent previousEvent) {
        this.previousEvent = previousEvent;
    }
    public ProcessEvent getNextEvent() {
        return this.nextEvent;
    }
   
    public void setNextEvent(ProcessEvent nextEvent) {
        this.nextEvent = nextEvent;
    }
    public GenericUser getOwner() {
        return this.owner;
    }
   
    public void setOwner(GenericUser owner) {
        this.owner = owner;
    }
    public Set<ProcessEventFile> getFiles() {
        return this.files;
    }
   
    public void setFiles(Set<ProcessEventFile> files) {
        this.files = files;
    }




}