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:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDelay()getNewRegistrationPeriod(Date initDate) getRound()intbooleansetAvtoCommit(boolean avtoCommit) setComment(String comment) setDuration(ValueUnit duration) setId(int id) Устанавливает id объектаsetServiceId(int serviceId) Устанавливает название (описание) объектаMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setAsNoSelect, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
SubscriptionType
public SubscriptionType()
-
-
Method Details
-
getComment
-
getConfig
-
getDelay
-
getDuration
-
getNewRegistrationPeriod
-
getPeriod
-
getRound
-
getServiceId
public int getServiceId() -
isAvtoCommit
public boolean isAvtoCommit() -
setAvtoCommit
-
setComment
-
setConfig
-
setDelay
-
setDuration
-
setPeriod
-
setRound
-
setServiceId
-
setId
Description copied from class:IdУстанавливает id объекта -
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-