com.hyper9.simdk.stubs.dao
Class DVSPolicy

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

public class DVSPolicy
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DVSPolicy()
           
 
Method Summary
 Boolean getAutoPreInstallAllowed()
           
 Boolean getAutoUpgradeAllowed()
           
 Boolean getPartialUpgradeAllowed()
           
 void setAutoPreInstallAllowed(Boolean toSet)
           
 void setAutoUpgradeAllowed(Boolean toSet)
           
 void setPartialUpgradeAllowed(Boolean 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

DVSPolicy

public DVSPolicy()
Method Detail

getAutoPreInstallAllowed

public Boolean getAutoPreInstallAllowed()

setAutoPreInstallAllowed

public void setAutoPreInstallAllowed(Boolean toSet)

getAutoUpgradeAllowed

public Boolean getAutoUpgradeAllowed()

setAutoUpgradeAllowed

public void setAutoUpgradeAllowed(Boolean toSet)

getPartialUpgradeAllowed

public Boolean getPartialUpgradeAllowed()

setPartialUpgradeAllowed

public void setPartialUpgradeAllowed(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.