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.bgbilling.modules.subscription.common.bean.SubscriptionType
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
Описание вида подписки. Возможно здесь привязка к услуге (или к услуге по умолчанию)
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SubscriptionType.Builder
builder()
getDelay()
getNewRegistrationPeriod
(Date initDate) getRound()
int
boolean
setAvtoCommit
(boolean avtoCommit) setComment
(String comment) setDuration
(ValueUnit duration) setServiceId
(int serviceId) 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
-
Constructor Details
-
SubscriptionType
public SubscriptionType()
-
-
Method Details
-
getServiceId
public int getServiceId() -
setServiceId
-
getComment
-
setComment
-
getPeriod
-
setPeriod
-
getDuration
-
setDuration
-
getDelay
-
setDelay
-
getRound
-
setRound
-
isAvtoCommit
public boolean isAvtoCommit() -
setAvtoCommit
-
getConfig
-
setConfig
-
getNewRegistrationPeriod
-
builder
-