Class VoiceCostMap
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.voice.common.bean.VoiceCostMap
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class VoiceCostMap extends IdTitle
Модель карты цен модуля Voice.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VoiceCostMap() -
Method Summary
Modifier and Type Method Description java.lang.StringgetComment()Получение комментария для карты цен.intgetOperatorId()voidsetComment(java.lang.String comment)Установка комментария для карты цен.voidsetOperatorId(int operatorId)Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
VoiceCostMap
public VoiceCostMap()
-
-
Method Details
-
getComment
public java.lang.String getComment()Получение комментария для карты цен.- Returns:
- комментарий.
-
setComment
public void setComment(java.lang.String comment)Установка комментария для карты цен.- Parameters:
comment- комментарий.
-
getOperatorId
public int getOperatorId() -
setOperatorId
public void setOperatorId(int operatorId)
-