Class SubscriptionType
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.systems.inventory.subscription.common.bean.SubscriptionType
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
,Tied
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder
Nested classes/interfaces inherited from interface ru.bitel.common.model.Tied
Tied.TieResolver<T,
TT>, Tied.TieUnresolvedException, Tied.Utils<T, TT extends Tied> -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
int
boolean
isEnable()
boolean
boolean
void
setActivateModeList
(List<SubscriptionMode> activateModeList) void
setComment
(String comment) void
setContractGroups
(long contractGroups) void
setDateFrom
(Date dateFrom) void
void
setDepends
(Set<Integer> depends) void
setDescription
(String description) void
setEnable
(boolean enable) void
setHideActivationForCustomer
(boolean hideActivationForCustomer) void
setHideForCustomer
(boolean hideForCustomer) void
setIncompatible
(Set<Integer> incompatible) void
setServiceId
(int serviceId) void
setTariffIdSet
(Set<Integer> tariffIdSet) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, to, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError, warn
-
Constructor Details
-
SubscriptionType
public SubscriptionType()
-
-
Method Details
-
getTariffIdSet
-
setTariffIdSet
-
getContractGroups
public long getContractGroups() -
setContractGroups
public void setContractGroups(long contractGroups) -
getDepends
- Specified by:
getDepends
in interfaceTied
-
setDepends
-
getIncompatible
- Specified by:
getIncompatible
in interfaceTied
-
setIncompatible
-
getActivateModeList
-
setActivateModeList
-
getDateFrom
-
setDateFrom
-
getDateTo
-
setDateTo
-
isEnable
public boolean isEnable() -
setEnable
public void setEnable(boolean enable) -
getServiceId
public int getServiceId() -
setServiceId
public void setServiceId(int serviceId) -
isHideForCustomer
public boolean isHideForCustomer() -
setHideForCustomer
public void setHideForCustomer(boolean hideForCustomer) -
isHideActivationForCustomer
public boolean isHideActivationForCustomer() -
setHideActivationForCustomer
public void setHideActivationForCustomer(boolean hideActivationForCustomer) -
getComment
-
setComment
-
getDescription
-
setDescription
-