edu.ntnu.item.jt.system.configbeans
Class PowerScanBean

java.lang.Object
  extended by edu.ntnu.item.jt.system.configbeans.PowerScanBean

public class PowerScanBean
extends Object

Annotated bean for storing information about a the powerscan system. Provided to work with the Simple XML loader for simplicity.

Author:
Jøran Vagnby Lillesand

Constructor Summary
PowerScanBean()
           
 
Method Summary
 ArrayList<VMwareHostBean> getVMWareHosts()
           
static void main(String[] args)
           
 void setVMWareHosts(ArrayList<VMwareHostBean> wareHosts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerScanBean

public PowerScanBean()
Method Detail

getVMWareHosts

public ArrayList<VMwareHostBean> getVMWareHosts()

setVMWareHosts

public void setVMWareHosts(ArrayList<VMwareHostBean> wareHosts)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception