Class ChannelMapping
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.cerbercrypt.common.bean.ChannelMapping
- All Implemented Interfaces:
Serializable,Idable
Маппинг канала на сервера.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetChannelCode(String channelCode) voidsetChannelId(int channelId) voidsetComment(String comment) voidsetDateFrom(Date date1) voidsetId(int id) Устанавливает id объектаvoidsetServerCode(int serverCode) voidsetServerTitle(String serverTitle) toString()
-
Constructor Details
-
ChannelMapping
public ChannelMapping()
-
-
Method Details
-
getComment
-
setComment
-
getChannelCode
-
setChannelCode
-
getChannelId
public int getChannelId() -
setChannelId
public void setChannelId(int channelId) -
getDateFrom
-
setDateFrom
-
getDateTo
-
setDateTo
-
setId
Description copied from class:IdУстанавливает id объекта -
getServerCode
public int getServerCode() -
setServerCode
public void setServerCode(int serverCode) -
getServerTitle
-
setServerTitle
-
toString
-