View Javadoc

1   /**
2    * Esta clase .
3    * <p>
4    * 
5    * .
6    * <p>
7    * 
8    *             
9    * @version $Revision: 1.1.2.1 $, 01/08/2007
10   * @author Gonzalo Espert 
11   */
12  package net.sf.provisioner.commands;
13  
14  /**
15   * @author espertgo
16   *
17   */
18  public class GenericCommand extends Command {
19  
20  	public String operation, account, accountType;
21  	public String parameter1 = new String();
22  	public String parameter2 = new String();
23  	public String parameter3 = new String();
24  	public String parameter4 = new String();
25  	public String parameter5 = new String();
26  	
27  	/**
28  	 * 
29  	 */
30  	public GenericCommand() {
31  		// TODO Auto-generated constructor stub
32  	}
33  
34  }