Class SmartHousePackageBase
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.smarthouse.common.bean.SmartHousePackageBase
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintsetComment(String comment) setDurationUnitCode(int durationUnitCode) setDurationValue(int durationValue) setId(int id) Устанавливает id объектаsetNpayModuleId(int npayModuleId) setNpayServiceId(int npayServiceId) setOptionNames(String optionNames) setTariffMode(SmartHouseTariffMode tariffMode) Устанавливает название (описание) объекта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
-
SmartHousePackageBase
public SmartHousePackageBase()
-
-
Method Details
-
getPeriod
-
setPeriod
-
getOptionNames
-
setOptionNames
-
getComment
-
setComment
-
getDurationValue
public int getDurationValue() -
setDurationValue
-
getDurationUnitCode
public int getDurationUnitCode() -
setDurationUnitCode
-
getTariffMode
-
getNpayModuleId
public int getNpayModuleId() -
getNpayServiceId
public int getNpayServiceId() -
setTariffMode
-
setNpayModuleId
-
setNpayServiceId
-
setId
Description copied from class:IdУстанавливает id объекта -
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-