com.hyper9.simdk.stubs.dao
Class DVSSummary

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.DVSSummary
All Implemented Interfaces:
Serializable

public class DVSSummary
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DVSSummary()
           
 
Method Summary
 DVSContactInfo getContact()
           
 String getDescription()
           
 List<HostSystem> getHost()
           
 List<HostSystem> getHostMember()
           
 String getName()
           
 Integer getNumPorts()
           
 List<String> getPortgroupName()
           
 DistributedVirtualSwitchProductSpec getProductInfo()
           
 String getUuid()
           
 List<VirtualMachine> getVm()
           
 void setContact(DVSContactInfo toSet)
           
 void setDescription(String toSet)
           
 void setHost(List<HostSystem> toSet)
           
 void setHostMember(List<HostSystem> toSet)
           
 void setName(String toSet)
           
 void setNumPorts(Integer toSet)
           
 void setPortgroupName(List<String> toSet)
           
 void setProductInfo(DistributedVirtualSwitchProductSpec toSet)
           
 void setUuid(String toSet)
           
 void setVm(List<VirtualMachine> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DVSSummary

public DVSSummary()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getUuid

public String getUuid()

setUuid

public void setUuid(String toSet)

getNumPorts

public Integer getNumPorts()

setNumPorts

public void setNumPorts(Integer toSet)

getProductInfo

public DistributedVirtualSwitchProductSpec getProductInfo()

setProductInfo

public void setProductInfo(DistributedVirtualSwitchProductSpec toSet)

getHostMember

public List<HostSystem> getHostMember()

setHostMember

public void setHostMember(List<HostSystem> toSet)

getVm

public List<VirtualMachine> getVm()

setVm

public void setVm(List<VirtualMachine> toSet)

getHost

public List<HostSystem> getHost()

setHost

public void setHost(List<HostSystem> toSet)

getPortgroupName

public List<String> getPortgroupName()

setPortgroupName

public void setPortgroupName(List<String> toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getContact

public DVSContactInfo getContact()

setContact

public void setContact(DVSContactInfo toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.