com.hyper9.simdk.stubs.dao
Class HostSystemInfo
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.HostSystemInfo
- All Implemented Interfaces:
- Serializable
public class HostSystemInfo
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
HostSystemInfo
public HostSystemInfo()
getVendor
public String getVendor()
setVendor
public void setVendor(String toSet)
getModel
public String getModel()
setModel
public void setModel(String toSet)
getUuid
public String getUuid()
setUuid
public void setUuid(String toSet)
getOtherIdentifyingInfo
public List<HostSystemIdentificationInfo> getOtherIdentifyingInfo()
setOtherIdentifyingInfo
public void setOtherIdentifyingInfo(List<HostSystemIdentificationInfo> toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.