com.hyper9.simdk.stubs.dao
Class HostNicFailureCriteria

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

public class HostNicFailureCriteria
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostNicFailureCriteria()
           
 
Method Summary
 Boolean getCheckBeacon()
           
 Boolean getCheckDuplex()
           
 Boolean getCheckErrorPercent()
           
 String getCheckSpeed()
           
 Boolean getFullDuplex()
           
 Integer getPercentage()
           
 Integer getSpeed()
           
 void setCheckBeacon(Boolean toSet)
           
 void setCheckDuplex(Boolean toSet)
           
 void setCheckErrorPercent(Boolean toSet)
           
 void setCheckSpeed(String toSet)
           
 void setFullDuplex(Boolean toSet)
           
 void setPercentage(Integer toSet)
           
 void setSpeed(Integer 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

HostNicFailureCriteria

public HostNicFailureCriteria()
Method Detail

getCheckSpeed

public String getCheckSpeed()

setCheckSpeed

public void setCheckSpeed(String toSet)

getSpeed

public Integer getSpeed()

setSpeed

public void setSpeed(Integer toSet)

getCheckDuplex

public Boolean getCheckDuplex()

setCheckDuplex

public void setCheckDuplex(Boolean toSet)

getFullDuplex

public Boolean getFullDuplex()

setFullDuplex

public void setFullDuplex(Boolean toSet)

getCheckErrorPercent

public Boolean getCheckErrorPercent()

setCheckErrorPercent

public void setCheckErrorPercent(Boolean toSet)

getPercentage

public Integer getPercentage()

setPercentage

public void setPercentage(Integer toSet)

getCheckBeacon

public Boolean getCheckBeacon()

setCheckBeacon

public void setCheckBeacon(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.