com.hyper9.simdk.stubs.mao
Class CustomizationSpecManager

java.lang.Object
  extended by com.hyper9.simdk.stubs.mao.ManagedObjectReference
      extended by com.hyper9.simdk.stubs.mao.ManagedObject
          extended by com.hyper9.simdk.stubs.mao.CustomizationSpecManager
All Implemented Interfaces:
Serializable

public class CustomizationSpecManager
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
CustomizationSpecManager()
           
 
Method Summary
 List<Byte> getEncryptionKey()
           
 List<CustomizationSpecInfo> getInfo()
           
 void setEncryptionKey(List<Byte> toSet)
           
 void setInfo(List<CustomizationSpecInfo> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomizationSpecManager

public CustomizationSpecManager()
Method Detail

getInfo

public List<CustomizationSpecInfo> getInfo()

setInfo

public void setInfo(List<CustomizationSpecInfo> toSet)

getEncryptionKey

public List<Byte> getEncryptionKey()

setEncryptionKey

public void setEncryptionKey(List<Byte> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.