Class Channel
java.lang.Object
ru.bitel.oss.systems.inventory.resource.common.bean.Channel
- All Implemented Interfaces:
GuiTitlable
,Resource
public class Channel extends java.lang.Object implements Resource, GuiTitlable
-
Constructor Summary
Constructors Constructor Description Channel()
-
Method Summary
Modifier and Type Method Description java.lang.String
getGuiTitle()
Строка - имя объекта.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Channel
public Channel()
-
-
Method Details
-
getGuiTitle
public java.lang.String getGuiTitle()Description copied from interface:GuiTitlable
Строка - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitle
in interfaceGuiTitlable
- Returns:
- Строка - представление объекта.
-