Class AppInfo.AppInfoItem
java.lang.Object
ru.bitel.bgbilling.kernel.admin.apps.common.bean.AppInfo.AppInfoItem
- All Implemented Interfaces:
GuiTitlable
- Enclosing class:
AppInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getAppId()
Строка - имя объекта.long
setAppId
(int appId) setAppName
(String appName) setUptime
(long uptime)
-
Constructor Details
-
AppInfoItem
public AppInfoItem()
-
-
Method Details
-
getAppId
public int getAppId() -
getUptime
public long getUptime() -
getAppName
-
setAppId
-
setUptime
-
setAppName
-
getGuiTitle
Description copied from interface:GuiTitlable
Строка - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitle
in interfaceGuiTitlable
- Returns:
- Строка - представление объекта.
-