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:
-
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) Установить свойство пакета "не блокировать".setId(int id) Устанавливает id объекта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, setAsNoSelect, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
Packet
public Packet()
-
-
Method Details
-
getChannelCount
public int getChannelCount() -
getComment
-
getDepends
-
getFree
public final boolean getFree()Получить свойство пакета "не блокировать".- Returns:
- true - не блокировать, false - блокировать
-
getPacketCode
-
getPacketServerCode
-
getServiceId
public int getServiceId() -
getUnacceptable
-
isCanWebClose
public boolean isCanWebClose() -
isCanWebOpen
public boolean isCanWebOpen() -
isPacketGroup
public boolean isPacketGroup() -
isVirtualCinema
public final boolean isVirtualCinema() -
setCanWebClose
-
setCanWebOpen
-
setChannelCount
-
setComment
-
setDepends
-
setFree
Установить свойство пакета "не блокировать".- Parameters:
free-
-
setId
Description copied from class:IdУстанавливает id объекта -
setPacketCode
-
setPacketGroup
-
setPacketServerCode
-
setServiceId
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта -
setUnacceptable
-
setVirtualCinema
-