com.hyper9.simdk.stubs.dao
Class CustomizationSpec

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

public class CustomizationSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
CustomizationSpec()
           
 
Method Summary
 List<Byte> getEncryptionKey()
           
 CustomizationGlobalIPSettings getGlobalIPSettings()
           
 CustomizationIdentitySettings getIdentity()
           
 List<CustomizationAdapterMapping> getNicSettingMap()
           
 CustomizationOptions getOptions()
           
 void setEncryptionKey(List<Byte> toSet)
           
 void setGlobalIPSettings(CustomizationGlobalIPSettings toSet)
           
 void setIdentity(CustomizationIdentitySettings toSet)
           
 void setNicSettingMap(List<CustomizationAdapterMapping> toSet)
           
 void setOptions(CustomizationOptions 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

CustomizationSpec

public CustomizationSpec()
Method Detail

getOptions

public CustomizationOptions getOptions()

setOptions

public void setOptions(CustomizationOptions toSet)

getIdentity

public CustomizationIdentitySettings getIdentity()

setIdentity

public void setIdentity(CustomizationIdentitySettings toSet)

getGlobalIPSettings

public CustomizationGlobalIPSettings getGlobalIPSettings()

setGlobalIPSettings

public void setGlobalIPSettings(CustomizationGlobalIPSettings toSet)

getNicSettingMap

public List<CustomizationAdapterMapping> getNicSettingMap()

setNicSettingMap

public void setNicSettingMap(List<CustomizationAdapterMapping> toSet)

getEncryptionKey

public List<Byte> getEncryptionKey()

setEncryptionKey

public void setEncryptionKey(List<Byte> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.