com.hyper9.simdk.stubs.dao
Class HostLicenseSpec

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

public class HostLicenseSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostLicenseSpec()
           
 
Method Summary
 List<String> getDisabledFeatureKey()
           
 String getEditionKey()
           
 List<String> getEnabledFeatureKey()
           
 LicenseSource getSource()
           
 void setDisabledFeatureKey(List<String> toSet)
           
 void setEditionKey(String toSet)
           
 void setEnabledFeatureKey(List<String> toSet)
           
 void setSource(LicenseSource 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

HostLicenseSpec

public HostLicenseSpec()
Method Detail

getSource

public LicenseSource getSource()

setSource

public void setSource(LicenseSource toSet)

getEditionKey

public String getEditionKey()

setEditionKey

public void setEditionKey(String toSet)

getDisabledFeatureKey

public List<String> getDisabledFeatureKey()

setDisabledFeatureKey

public void setDisabledFeatureKey(List<String> toSet)

getEnabledFeatureKey

public List<String> getEnabledFeatureKey()

setEnabledFeatureKey

public void setEnabledFeatureKey(List<String> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.