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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionСтрока - имя объекта.getHost()intgetPort()intvoidsetComment(String comment) voidvoidvoidsetKeyword(String keyword) voidsetPort(int port) voidsetTypeId(int typeId) voidsetTypeTitle(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:
 getGuiTitlein interfaceGuiTitlable- Returns:
 - Строка - представление объекта.
 
 
 -