public class SKDUIInfo extends java.lang.Object implements ISKDUIInfo, java.io.Serializable
| Constructor and Description | 
|---|
| SKDUIInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Set<SKDViewerAppletExtensionInfo> | getSKDAppletExtensionInfoSet()Returns information about applet extensions. | 
| java.util.Set<SKDDataGroupInfoSet> | getSKDDataGroupInfoSet()Returns information about skddatagroupinfo | 
| java.util.Set<ISKDResourceViewInfo> | getSKDResourceViewInfoSet()Returns the Map of Resource Views by View Name. | 
| SKDUserLocaleData | getSKDUserLocaleData()Returns the User Locale specific information. | 
| boolean | isEAMSchedulerLicensePresent()Returns true, if the EAMScheduler license is present, otherwise false. | 
| boolean | isScheduler7510LicensePresent()Returns true, if the Scheduler 7.5.1.0 license is present, otherwise false. | 
| boolean | isScheduler7520LicensePresent()Returns true, if the Scheduler 7.5.2.0 license is present, otherwise false. | 
| void | setEAMSchedulerLicensePresen(boolean eamSchedulerLicensePresent)Sets whether the EAMScheduler license is present or not. | 
| void | setScheduler7510LicensePresen(boolean scheduler7510LicensePresent)Sets whether the Scheduler 7.5.1.0 license is present or not. | 
| void | setScheduler7520LicensePresen(boolean scheduler7520LicensePresent)Sets whether the Scheduler 7.5.2.0 license is present or not. | 
| void | setSKDAppletExtensionInfoSet(java.util.Set<SKDViewerAppletExtensionInfo> skdAppletExtensionInfoSet)Sets information about applet extensions. | 
| void | setSKDDataGroupInfoSet(java.util.Set<SKDDataGroupInfoSet> skdDataGroupInfoSet)Sets information about skddatagroupinfo | 
| void | setSKDResourceViewInfoMap(java.util.Set<ISKDResourceViewInfo> skdResourceViewInfoSet)Sets the Map of Resource Views. | 
| void | setSKDUserLocaleData(SKDUserLocaleData skdUserLocaleData)Sets the User Locale specific information. | 
public SKDUserLocaleData getSKDUserLocaleData()
getSKDUserLocaleData in interface ISKDUIInfopublic void setSKDUserLocaleData(SKDUserLocaleData skdUserLocaleData)
skdUserLocaleData - public java.util.Set<ISKDResourceViewInfo> getSKDResourceViewInfoSet()
getSKDResourceViewInfoSet in interface ISKDUIInfopublic void setSKDResourceViewInfoMap(java.util.Set<ISKDResourceViewInfo> skdResourceViewInfoSet)
skdResourceViewInfoMap - public java.util.Set<SKDViewerAppletExtensionInfo> getSKDAppletExtensionInfoSet()
getSKDAppletExtensionInfoSet in interface ISKDUIInfopublic void setSKDDataGroupInfoSet(java.util.Set<SKDDataGroupInfoSet> skdDataGroupInfoSet)
skddatagroupinfoset - public java.util.Set<SKDDataGroupInfoSet> getSKDDataGroupInfoSet()
getSKDDataGroupInfoSet in interface ISKDUIInfopublic void setSKDAppletExtensionInfoSet(java.util.Set<SKDViewerAppletExtensionInfo> skdAppletExtensionInfoSet)
skdAppletExtensionInfoSet - public boolean isEAMSchedulerLicensePresent()
isEAMSchedulerLicensePresent in interface ISKDUIInfopublic void setEAMSchedulerLicensePresen(boolean eamSchedulerLicensePresent)
eamSchedulerLicensePresent - public boolean isScheduler7510LicensePresent()
isScheduler7510LicensePresent in interface ISKDUIInfopublic void setScheduler7510LicensePresen(boolean scheduler7510LicensePresent)
scheduler7510LicensePresent - public boolean isScheduler7520LicensePresent()
isScheduler7520LicensePresent in interface ISKDUIInfopublic void setScheduler7520LicensePresen(boolean scheduler7520LicensePresent)
scheduler7510LicensePresent -