Class SubscriptionType
java.lang.Object
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 classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDelay()
getNewRegistrationPeriod
(Date initDate) getRound()
int
boolean
void
setAvtoCommit
(boolean avtoCommit) void
setComment
(String comment) void
void
void
setDuration
(ValueUnit duration) void
void
void
setServiceId
(int serviceId) 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
-
SubscriptionType
public SubscriptionType()
-
-
Method Details
-
getServiceId
public int getServiceId() -
setServiceId
public void setServiceId(int serviceId) -
getComment
-
setComment
-
getPeriod
-
setPeriod
-
getDuration
-
setDuration
-
getDelay
-
setDelay
-
getRound
-
setRound
-
isAvtoCommit
public boolean isAvtoCommit() -
setAvtoCommit
public void setAvtoCommit(boolean avtoCommit) -
getConfig
-
setConfig
-
getNewRegistrationPeriod
-