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.String
getComment()
Получение комментария для карты цен.int
getOperatorId()
void
setComment(java.lang.String comment)
Установка комментария для карты цен.void
setOperatorId(int operatorId)
Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods 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)
-