Class GeographicCode
java.lang.Object
ru.bitel.bgbilling.kernel.base.phone.common.bean.GeographicCode
- All Implemented Interfaces:
 TreeNode<GeographicCode>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(GeographicCode child) findCodeMatch(String code) findParent(String code) getCode()intintintgetLevel()intvoidsetChildren(List<GeographicCode> children) voidvoidsetDestination(String destination) voidsetDestinationId(int destinationId) voidsetEndLevel(int endLevel) voidsetLevel(int level) voidsetStartLevel(int startLevel) toString() 
- 
Constructor Details
- 
GeographicCode
public GeographicCode() 
 - 
 - 
Method Details
- 
getCode
 - 
setCode
 - 
getChildren
- Specified by:
 getChildrenin interfaceTreeNode<GeographicCode>
 - 
setChildren
 - 
getDestinationId
public int getDestinationId() - 
setDestinationId
public void setDestinationId(int destinationId)  - 
getDestination
 - 
setDestination
 - 
getLevel
public int getLevel() - 
setLevel
public void setLevel(int level)  - 
getStartLevel
public int getStartLevel() - 
setStartLevel
public void setStartLevel(int startLevel)  - 
getEndLevel
public int getEndLevel() - 
setEndLevel
public void setEndLevel(int endLevel)  - 
findCodeMatch
 - 
findParent
 - 
findCode
 - 
findCode
 - 
addChild
 - 
toString
 
 -