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 booleanvoidsetCanWebClose(boolean canWebClose) voidsetCanWebOpen(boolean canWebOpen) voidsetChannelCount(int channelCount) voidsetComment(String comment) voidsetDepends(List<Integer> depends) final voidsetFree(boolean free) Установить свойство пакета "не блокировать".voidsetPacketCode(String packetCode) voidsetPacketGroup(boolean packetGroup) voidsetPacketServerCode(String packetServerCode) voidsetServiceId(int serviceId) voidsetUnacceptable(List<Integer> unacceptable) final voidsetVirtualCinema(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()
-
-
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)
-