com.hyper9.simdk.stubs.dao
Class GuestNicInfo

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

public class GuestNicInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
GuestNicInfo()
           
 
Method Summary
 Boolean getConnected()
           
 Integer getDeviceConfigId()
           
 List<String> getIpAddress()
           
 String getMacAddress()
           
 String getNetwork()
           
 void setConnected(Boolean toSet)
           
 void setDeviceConfigId(Integer toSet)
           
 void setIpAddress(List<String> toSet)
           
 void setMacAddress(String toSet)
           
 void setNetwork(String 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

GuestNicInfo

public GuestNicInfo()
Method Detail

getNetwork

public String getNetwork()

setNetwork

public void setNetwork(String toSet)

getIpAddress

public List<String> getIpAddress()

setIpAddress

public void setIpAddress(List<String> toSet)

getMacAddress

public String getMacAddress()

setMacAddress

public void setMacAddress(String toSet)

getConnected

public Boolean getConnected()

setConnected

public void setConnected(Boolean toSet)

getDeviceConfigId

public Integer getDeviceConfigId()

setDeviceConfigId

public void setDeviceConfigId(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.