com.hyper9.simdk.stubs.dao
Class DVSFailureCriteria

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

public class DVSFailureCriteria
extends InheritablePolicy

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DVSFailureCriteria()
           
 
Method Summary
 BoolPolicy getCheckBeacon()
           
 BoolPolicy getCheckDuplex()
           
 BoolPolicy getCheckErrorPercent()
           
 StringPolicy getCheckSpeed()
           
 BoolPolicy getFullDuplex()
           
 IntPolicy getPercentage()
           
 IntPolicy getSpeed()
           
 void setCheckBeacon(BoolPolicy toSet)
           
 void setCheckDuplex(BoolPolicy toSet)
           
 void setCheckErrorPercent(BoolPolicy toSet)
           
 void setCheckSpeed(StringPolicy toSet)
           
 void setFullDuplex(BoolPolicy toSet)
           
 void setPercentage(IntPolicy toSet)
           
 void setSpeed(IntPolicy toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.InheritablePolicy
getInherited, setInherited
 
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

DVSFailureCriteria

public DVSFailureCriteria()
Method Detail

getCheckSpeed

public StringPolicy getCheckSpeed()

setCheckSpeed

public void setCheckSpeed(StringPolicy toSet)

getSpeed

public IntPolicy getSpeed()

setSpeed

public void setSpeed(IntPolicy toSet)

getCheckDuplex

public BoolPolicy getCheckDuplex()

setCheckDuplex

public void setCheckDuplex(BoolPolicy toSet)

getFullDuplex

public BoolPolicy getFullDuplex()

setFullDuplex

public void setFullDuplex(BoolPolicy toSet)

getCheckErrorPercent

public BoolPolicy getCheckErrorPercent()

setCheckErrorPercent

public void setCheckErrorPercent(BoolPolicy toSet)

getPercentage

public IntPolicy getPercentage()

setPercentage

public void setPercentage(IntPolicy toSet)

getCheckBeacon

public BoolPolicy getCheckBeacon()

setCheckBeacon

public void setCheckBeacon(BoolPolicy toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.