Class Gate
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.phone.common.bean.Gate
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable
public class Gate extends Id implements GuiTitlable
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Gate() -
Method Summary
Modifier and Type Method Description java.lang.StringgetComment()java.lang.StringgetConfig()java.lang.StringgetGuiTitle()Строка - имя объекта.java.lang.StringgetHost()java.lang.StringgetKeyword()intgetPort()intgetTypeId()java.lang.StringgetTypeTitle()voidsetComment(java.lang.String comment)voidsetConfig(java.lang.String config)voidsetHost(java.lang.String host)voidsetKeyword(java.lang.String keyword)voidsetPort(int port)voidsetTypeId(int typeId)voidsetTypeTitle(java.lang.String typeTitle)java.lang.StringtoString()Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Gate
public Gate()
-
-
Method Details
-
getTypeId
public int getTypeId() -
setTypeId
public void setTypeId(int typeId) -
getHost
public java.lang.String getHost() -
setHost
public void setHost(java.lang.String host) -
getPort
public int getPort() -
setPort
public void setPort(int port) -
getKeyword
public java.lang.String getKeyword() -
setKeyword
public void setKeyword(java.lang.String keyword) -
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment) -
getConfig
public java.lang.String getConfig() -
setConfig
public void setConfig(java.lang.String config) -
getTypeTitle
public java.lang.String getTypeTitle() -
setTypeTitle
public void setTypeTitle(java.lang.String typeTitle) -
toString
public java.lang.String toString() -
getGuiTitle
public java.lang.String getGuiTitle()Description copied from interface:GuiTitlableСтрока - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitlein interfaceGuiTitlable- Returns:
- Строка - представление объекта.
-