/** * */ package net.conselldemallorca.helium.webapp.v3.command; /** * Command per aturar expedients * * @author Limit Tecnologies <limit@limit.es> */ public class ExpedientEinesCancelCommand { private String motiu; public String getMotiu() { return motiu; } public void setMotiu(String motiu) { this.motiu = motiu; } }