package org.argeo.slc.msg.process; import org.argeo.slc.core.process.SlcExecution; public class SlcExecutionRequest { private SlcExecution slcExecution; public SlcExecution getSlcExecution() { return slcExecution; } public void setSlcExecution(SlcExecution slcExecution) { this.slcExecution = slcExecution; } }