edu.ntnu.item.jt.system.configbeans
Class PowerScanBean
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PowerScanBean
public PowerScanBean()
getVMWareHosts
public ArrayList<VMwareHostBean> getVMWareHosts()
setVMWareHosts
public void setVMWareHosts(ArrayList<VMwareHostBean> wareHosts)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception