com.hyper9.simdk.stubs.dao
Class HostWakeOnLanConfig

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

public class HostWakeOnLanConfig
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostWakeOnLanConfig()
           
 
Method Summary
 String getBroadcastAddress()
           
 List<String> getMacAddress()
           
 void setBroadcastAddress(String toSet)
           
 void setMacAddress(List<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

HostWakeOnLanConfig

public HostWakeOnLanConfig()
Method Detail

getBroadcastAddress

public String getBroadcastAddress()

setBroadcastAddress

public void setBroadcastAddress(String toSet)

getMacAddress

public List<String> getMacAddress()

setMacAddress

public void setMacAddress(List<String> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.