com.hyper9.simdk.stubs.dao
Class HostIpmiInfo

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

public class HostIpmiInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostIpmiInfo()
           
 
Method Summary
 String getBmcIpAddress()
           
 String getBmcMacAddress()
           
 String getLogin()
           
 String getPassword()
           
 void setBmcIpAddress(String toSet)
           
 void setBmcMacAddress(String toSet)
           
 void setLogin(String toSet)
           
 void setPassword(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

HostIpmiInfo

public HostIpmiInfo()
Method Detail

getBmcIpAddress

public String getBmcIpAddress()

setBmcIpAddress

public void setBmcIpAddress(String toSet)

getBmcMacAddress

public String getBmcMacAddress()

setBmcMacAddress

public void setBmcMacAddress(String toSet)

getLogin

public String getLogin()

setLogin

public void setLogin(String toSet)

getPassword

public String getPassword()

setPassword

public void setPassword(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.