Class MegafonProduct
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.megafon.common.bean.MegafonProduct
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetPrice()intsetId(int id) Устанавливает id объектаsetNpayServiceId(int npayServiceId) setOptionKitId(int optionKitId) setPrice(int price) setProductDescription(String productDescription) setProductOfferingId(String productOfferingId) setTariffLabelId(int tariffLabelId) Устанавливает название (описание) объекта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
-
MegafonProduct
public MegafonProduct()
-
-
Method Details
-
getNpayServiceId
public int getNpayServiceId() -
getOptionKitId
public int getOptionKitId() -
getPrice
public int getPrice() -
getProductDescription
-
getProductOfferingId
-
getTariffLabelId
public int getTariffLabelId() -
setId
Description copied from class:IdУстанавливает id объекта -
setNpayServiceId
-
setOptionKitId
-
setPrice
-
setProductDescription
-
setProductOfferingId
-
setTariffLabelId
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-