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
-
Method Summary
Modifier and TypeMethodDescriptionint
final boolean
getFree()
Получить свойство пакета "не блокировать".int
boolean
boolean
boolean
final boolean
void
setCanWebClose
(boolean canWebClose) void
setCanWebOpen
(boolean canWebOpen) void
setChannelCount
(int channelCount) void
setComment
(String comment) void
setDepends
(List<Integer> depends) final void
setFree
(boolean free) Установить свойство пакета "не блокировать".void
setPacketCode
(String packetCode) void
setPacketGroup
(boolean packetGroup) void
setPacketServerCode
(String packetServerCode) void
setServiceId
(int serviceId) void
setUnacceptable
(List<Integer> unacceptable) final void
setVirtualCinema
(boolean virtualCinema) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
Packet
public Packet()
-
-
Method Details
-
getFree
public final boolean getFree()Получить свойство пакета "не блокировать".- Returns:
- true - не блокировать, false - блокировать
-
setFree
public final void setFree(boolean free) Установить свойство пакета "не блокировать".- Parameters:
free
-
-
isVirtualCinema
public final boolean isVirtualCinema() -
setVirtualCinema
public final void setVirtualCinema(boolean virtualCinema) -
isCanWebOpen
public boolean isCanWebOpen() -
setCanWebOpen
public void setCanWebOpen(boolean canWebOpen) -
isCanWebClose
public boolean isCanWebClose() -
setCanWebClose
public void setCanWebClose(boolean canWebClose) -
getServiceId
public int getServiceId() -
setServiceId
public void setServiceId(int serviceId) -
getDepends
-
setDepends
-
getUnacceptable
-
setUnacceptable
-
setPacketCode
-
getPacketCode
-
setComment
-
getComment
-
getPacketServerCode
-
setPacketServerCode
-
isPacketGroup
public boolean isPacketGroup() -
setPacketGroup
public void setPacketGroup(boolean packetGroup) -
getChannelCount
public int getChannelCount() -
setChannelCount
public void setChannelCount(int channelCount)
-