public class VoiceCostMapItem extends VoiceBaseCodeBean<VoiceCostMapItem>
children, parentId| Constructor and Description |
|---|
VoiceCostMapItem() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeId() |
java.lang.String |
getComment()
Получение комментария для элемента карты цен.
|
int |
getCostMapId()
Получение кода карты цен, к которой привязан элемент.
|
java.lang.String |
getDestinationTitle()
Получение названия направления.
|
java.math.BigDecimal |
getItemCost()
Получение цены для данного элемента.
|
void |
setCodeId(int codeId) |
void |
setComment(java.lang.String comment)
Получение комментария для элемента карты цен.
|
void |
setCostMapId(int costMapId)
Установка кода карты цен.
|
void |
setDestinationTitle(java.lang.String destinationTitle)
Установка названия направления.
|
void |
setItemCost(java.math.BigDecimal itemCost)
Установка цены для элемента карты цен.
|
clone, getCode, getDateFrom, getDateTo, getDestinationId, getLevel, setCode, setDateFrom, setDateTo, setDestinationId, setLevelgetChildren, getParentId, setChildren, setParentId, toListequals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdpublic int getCostMapId()
public void setCostMapId(int costMapId)
costMapId - код карты цен, к которой привязан данный элемент.public java.math.BigDecimal getItemCost()
public void setItemCost(java.math.BigDecimal itemCost)
itemCost - цена.public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment - комментарий.public int getCodeId()
public void setCodeId(int codeId)
public java.lang.String getDestinationTitle()
getDestinationTitle in class VoiceBaseCodeBean<VoiceCostMapItem>public void setDestinationTitle(java.lang.String destinationTitle)
setDestinationTitle in class VoiceBaseCodeBean<VoiceCostMapItem>destinationTitle - название направления