Class Packet
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.cerbercrypt.common.bean.Packet
- All Implemented Interfaces:
 Serializable,GuiTitlable,Idable,ListItem
Пакет.
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder - 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintfinal booleangetFree()Получить свойство пакета "не блокировать".intbooleanbooleanbooleanfinal booleansetCanWebClose(boolean canWebClose) setCanWebOpen(boolean canWebOpen) setChannelCount(int channelCount) setComment(String comment) setDepends(List<Integer> depends) final PacketsetFree(boolean free) Установить свойство пакета "не блокировать".setPacketCode(String packetCode) setPacketGroup(boolean packetGroup) setPacketServerCode(String packetServerCode) setServiceId(int serviceId) setUnacceptable(List<Integer> unacceptable) final PacketsetVirtualCinema(boolean virtualCinema) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId 
- 
Constructor Details
- 
Packet
public Packet() - 
Packet
 
 - 
 - 
Method Details
- 
getFree
public final boolean getFree()Получить свойство пакета "не блокировать".- Returns:
 - true - не блокировать, false - блокировать
 
 - 
setFree
Установить свойство пакета "не блокировать".- Parameters:
 free-
 - 
isVirtualCinema
public final boolean isVirtualCinema() - 
setVirtualCinema
 - 
isCanWebOpen
public boolean isCanWebOpen() - 
setCanWebOpen
 - 
isCanWebClose
public boolean isCanWebClose() - 
setCanWebClose
 - 
getServiceId
public int getServiceId() - 
setServiceId
 - 
getDepends
 - 
setDepends
 - 
getUnacceptable
 - 
setUnacceptable
 - 
setPacketCode
 - 
getPacketCode
 - 
setComment
 - 
getComment
 - 
getPacketServerCode
 - 
setPacketServerCode
 - 
isPacketGroup
public boolean isPacketGroup() - 
setPacketGroup
 - 
getChannelCount
public int getChannelCount() - 
setChannelCount
 
 -