Class GeographicCode
java.lang.Object
ru.bitel.bgbilling.kernel.base.phone.common.bean.GeographicCode
- All Implemented Interfaces:
TreeNode<GeographicCode>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(GeographicCode child) findCodeMatch
(String code) findParent
(String code) getCode()
int
int
int
getLevel()
int
void
setChildren
(List<GeographicCode> children) void
void
setDestination
(String destination) void
setDestinationId
(int destinationId) void
setEndLevel
(int endLevel) void
setLevel
(int level) void
setStartLevel
(int startLevel) toString()
-
Constructor Details
-
GeographicCode
public GeographicCode()
-
-
Method Details
-
getCode
-
setCode
-
getChildren
- Specified by:
getChildren
in 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
-