View Javadoc

1   package net.sf.provisioner.commands;
2   
3   /**
4    * Esta clase .
5    * <p>
6    * 
7    * .
8    * <p>
9    * 
10   *             
11   * @version $Revision: 1.1.2.1 $, $Date: 2007/11/12 01:57:19 $
12   * @author Gonzalo Espert
13   */
14  public class MerakCommand extends Command {
15  
16  	public String operation, account, accountType;
17  	
18  	/**
19       * .
20       * <p>
21       * 
22       * .
23       * <p>
24       * 
25       * 
26       * 
27       * @param 
28       *            
29       * @throws 
30       *            
31       *           
32       */
33  	public MerakCommand() {}
34  
35  }