com.hyper9.simdk.stubs.dao
Class PhysicalNic

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

public class PhysicalNic
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PhysicalNic()
           
 
Method Summary
 String getDevice()
           
 String getDriver()
           
 String getKey()
           
 PhysicalNicLinkInfo getLinkSpeed()
           
 String getMac()
           
 String getPci()
           
 PhysicalNicSpec getSpec()
           
 List<PhysicalNicLinkInfo> getValidLinkSpecification()
           
 Boolean getWakeOnLanSupported()
           
 void setDevice(String toSet)
           
 void setDriver(String toSet)
           
 void setKey(String toSet)
           
 void setLinkSpeed(PhysicalNicLinkInfo toSet)
           
 void setMac(String toSet)
           
 void setPci(String toSet)
           
 void setSpec(PhysicalNicSpec toSet)
           
 void setValidLinkSpecification(List<PhysicalNicLinkInfo> toSet)
           
 void setWakeOnLanSupported(Boolean 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

PhysicalNic

public PhysicalNic()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getDevice

public String getDevice()

setDevice

public void setDevice(String toSet)

getPci

public String getPci()

setPci

public void setPci(String toSet)

getDriver

public String getDriver()

setDriver

public void setDriver(String toSet)

getLinkSpeed

public PhysicalNicLinkInfo getLinkSpeed()

setLinkSpeed

public void setLinkSpeed(PhysicalNicLinkInfo toSet)

getValidLinkSpecification

public List<PhysicalNicLinkInfo> getValidLinkSpecification()

setValidLinkSpecification

public void setValidLinkSpecification(List<PhysicalNicLinkInfo> toSet)

getSpec

public PhysicalNicSpec getSpec()

setSpec

public void setSpec(PhysicalNicSpec toSet)

getWakeOnLanSupported

public Boolean getWakeOnLanSupported()

setWakeOnLanSupported

public void setWakeOnLanSupported(Boolean toSet)

getMac

public String getMac()

setMac

public void setMac(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.