Class Gate
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.phone.common.bean.Gate
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionСтрока - имя объекта.getHost()
int
getPort()
int
void
setComment
(String comment) void
void
void
setKeyword
(String keyword) void
setPort
(int port) void
setTypeId
(int typeId) void
setTypeTitle
(String typeTitle) toString()
-
Constructor Details
-
Gate
public Gate()
-
-
Method Details
-
getTypeId
public int getTypeId() -
setTypeId
public void setTypeId(int typeId) -
getHost
-
setHost
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getKeyword
-
setKeyword
-
getComment
-
setComment
-
getConfig
-
setConfig
-
getTypeTitle
-
setTypeTitle
-
toString
-
getGuiTitle
Description copied from interface:GuiTitlable
Строка - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitle
in interfaceGuiTitlable
- Returns:
- Строка - представление объекта.
-