Class TariffOption
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.tariff.option.common.bean.TariffOption
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem,Tied
- See Also:
-
Nested Class Summary
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 TypeMethodDescriptionintbooleanisEnable()booleansetActivateModeList(List<TariffOptionActivateMode> activateModeList) setComment(String comment) setContractLabels(Set<Integer> contractLabels) setDateFrom(Date dateFrom) setDepends(Set<Integer> depends) setDescription(String description) setEnable(boolean enable) setHideForContractGroupsMode(int hideForContractGroupsMode) setHideForContractLabels(Set<Integer> hideForContractLabels) setHideForWeb(boolean hideForWeb) setId(int id) Устанавливает id объектаsetIncompatible(Set<Integer> incompatible) setTariffIdSet(Set<Integer> tariffIdSet) Устанавливает название (описание) объекта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
-
TariffOption
public TariffOption()
-
-
Method Details
-
getActivateModeList
-
getComment
-
getConfig
-
getContractLabels
-
getDateFrom
-
getDateTo
-
getDepends
- Specified by:
getDependsin interfaceTied
-
getDescription
-
getHideForContractGroupsMode
public int getHideForContractGroupsMode() -
getHideForContractLabels
-
getIncompatible
- Specified by:
getIncompatiblein interfaceTied
-
getTariffIdSet
-
isEnable
public boolean isEnable() -
isHideForWeb
public boolean isHideForWeb() -
setActivateModeList
-
setComment
-
setConfig
-
setContractLabels
-
setDateFrom
-
setDateTo
-
setDepends
-
setDescription
-
setEnable
-
setHideForContractGroupsMode
-
setHideForContractLabels
-
setHideForWeb
-
setId
Description copied from class:IdУстанавливает id объекта -
setIncompatible
-
setTariffIdSet
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-