Class VoiceBaseCodeBean<N extends AbstractTreeNode<N>>
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
ru.bitel.oss.kernel.entity.common.bean.Entity
ru.bitel.common.model.AbstractTreeNode<N>
ru.bitel.bgbilling.modules.voice.common.bean.VoiceBaseCodeBean<N>
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,GuiTitlable,Idable,ListItem,Node<N>,TreeNode<N>
- Direct Known Subclasses:
VoiceCostMapItem,VoiceGeographicCode,VoiceZoneMapItem
public class VoiceBaseCodeBean<N extends AbstractTreeNode<N>> extends AbstractTreeNode<N> implements java.lang.Cloneable
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class ru.bitel.common.model.AbstractTreeNode
children, parentIdFields inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
entitySpecId -
Constructor Summary
Constructors Constructor Description VoiceBaseCodeBean() -
Method Summary
Modifier and Type Method Description java.lang.Objectclone()java.lang.StringgetCode()java.util.DategetDateFrom()Получение даты начала действия географического кода.java.util.DategetDateTo()Получение даты окончания действия географического кода.intgetDestinationId()java.lang.StringgetDestinationTitle()intgetLevel()voidsetCode(java.lang.String code)voidsetDateFrom(java.util.Date dateFrom)Установка даты начала действия географического кода.voidsetDateTo(java.util.Date dateTo)Установка даты начала действия географического кода.voidsetDestinationId(int destinationId)voidsetDestinationTitle(java.lang.String destinationTitle)voidsetLevel(int level)Methods inherited from class ru.bitel.common.model.AbstractTreeNode
getChildren, getParentId, setChildren, setParentId, toListMethods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
copyTo, getEntityId, setEntityIdMethods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecIdMethods 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
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
VoiceBaseCodeBean
public VoiceBaseCodeBean()
-
-
Method Details
-
getLevel
public int getLevel() -
setLevel
public void setLevel(int level) -
getCode
public java.lang.String getCode() -
setCode
public void setCode(java.lang.String code) -
getDestinationTitle
public java.lang.String getDestinationTitle() -
setDestinationTitle
public void setDestinationTitle(java.lang.String destinationTitle) -
getDestinationId
public int getDestinationId() -
setDestinationId
public void setDestinationId(int destinationId) -
getDateFrom
public java.util.Date getDateFrom()Получение даты начала действия географического кода.- Returns:
- дата начала.
-
setDateFrom
public void setDateFrom(java.util.Date dateFrom)Установка даты начала действия географического кода.- Parameters:
dateFrom- дата начала
-
getDateTo
public java.util.Date getDateTo()Получение даты окончания действия географического кода.- Returns:
- дата окончания.
-
setDateTo
public void setDateTo(java.util.Date dateTo)Установка даты начала действия географического кода.- Parameters:
dateTo- дата окончания.
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException- Overrides:
clonein classjava.lang.Object- Throws:
java.lang.CloneNotSupportedException
-