edu.ntnu.item.jt.system.configbeans
Class VMwareHostBean
java.lang.Object
edu.ntnu.item.jt.system.configbeans.VMwareHostBean
public class VMwareHostBean
- extends Object
Annotated bean for storing information about a VMware host (server).
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 |
VMwareHostBean
public VMwareHostBean()
getHost
public String getHost()
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getVirtualMachines
public ArrayList<VMBean> getVirtualMachines()
setVirtualMachines
public void setVirtualMachines(ArrayList<VMBean> virtualMachines)
setHost
public void setHost(String host)
getPortnumber
public int getPortnumber()
setPortnumber
public void setPortnumber(int portnumber)