Class PacketChannel
java.lang.Object
ru.bitel.bgbilling.modules.cerbercrypt.common.bean.PacketChannel
Привязка каналов к пакетам.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintintgetId()intvoidsetChannelId(int channelId) voidsetChannelTitle(String channelTitle) voidsetComment(String comment) voidsetDateFrom(Date date1) voidvoidsetId(int id) voidsetPacketId(int packetId) toString() 
- 
Constructor Details
- 
PacketChannel
public PacketChannel() 
 - 
 - 
Method Details
- 
getChannelId
public int getChannelId() - 
setChannelId
public void setChannelId(int channelId)  - 
getComment
 - 
setComment
 - 
getDateFrom
 - 
setDateFrom
 - 
getDateTo
 - 
setDateTo
 - 
getId
public int getId() - 
setId
public void setId(int id)  - 
getPacketId
public int getPacketId() - 
setPacketId
public void setPacketId(int packetId)  - 
toString
 - 
getChannelTitle
 - 
setChannelTitle
 
 -