Subversion Repositories bacoAlunos

Rev

Rev 1981 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.domain;
// Generated 7/fev/2018 15:59:58 by Hibernate Tools 3.2.0.b9


import pt.estgp.estgweb.domain.typesgen.Todos;

/**
 * BpmnFlowComponentTaskActor generated by hbm2java
 */

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


     private Todos afterUserTodos;
     private 1.5.0/docs/api/java/lang/String.html">String interfacePlugin;

    public BpmnFlowComponentTaskActor() {
    }

   
    public Todos getAfterUserTodos() {
        return this.afterUserTodos;
    }
   
    public void setAfterUserTodos(Todos afterUserTodos) {
        this.afterUserTodos = afterUserTodos;
    }
    public 1.5.0/docs/api/java/lang/String.html">String getInterfacePlugin() {
        return this.interfacePlugin;
    }
   
    public void setInterfacePlugin(1.5.0/docs/api/java/lang/String.html">String interfacePlugin) {
        this.interfacePlugin = interfacePlugin;
    }




}