1 /**
2 * This class represents .
3 * <p>
4 *
5 * .
6 * <p>
7 *
8 *
9 * @version $Revision: 1.1.2.1 $, 09/10/2007
10 * @author Gonzalo Espert
11 */
12 package net.sf.provisioner.commands;
13
14 /**
15 * @author espertgo
16 *
17 */
18 public class SPMLADDCommand extends Command {
19
20
21 public String firstName, lastName, fullName, password, email;
22 public String identifier;
23
24 /**
25 *
26 */
27 public SPMLADDCommand() {
28
29 }
30
31 }