public class EzySimpleAppsSetting extends Object implements EzyAppsSetting
| Modifier and Type | Field and Description |
|---|---|
protected List<EzyAppSetting> |
apps |
protected Map<Integer,EzySimpleAppSetting> |
appsByIds |
protected Map<String,EzySimpleAppSetting> |
appsByNames |
| Constructor and Description |
|---|
EzySimpleAppsSetting() |
| Modifier and Type | Method and Description |
|---|---|
EzySimpleAppSetting |
getAppById(Integer id) |
EzySimpleAppSetting |
getAppByName(String name) |
Set<Integer> |
getAppIds() |
Set<String> |
getAppNames() |
int |
getSize() |
void |
setItem(EzySimpleAppSetting item) |
void |
setZoneId(int zoneId) |
Map<Object,Object> |
toMap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAppsprotected final List<EzyAppSetting> apps
protected final Map<Integer,EzySimpleAppSetting> appsByIds
protected final Map<String,EzySimpleAppSetting> appsByNames
public void setItem(EzySimpleAppSetting item)
public Set<String> getAppNames()
getAppNames in interface EzyAppsSettingpublic Set<Integer> getAppIds()
getAppIds in interface EzyAppsSettingpublic EzySimpleAppSetting getAppByName(String name)
getAppByName in interface EzyAppsSettingpublic EzySimpleAppSetting getAppById(Integer id)
getAppById in interface EzyAppsSettingpublic int getSize()
getSize in interface EzyAppsSettingpublic void setZoneId(int zoneId)
Copyright © 2021 Young Monkeys. All rights reserved.