public class RoutingInfo
extends java.lang.Object
| Constructor and Description |
|---|
RoutingInfo(java.lang.Object o)
Creates a routing info based on any object.
|
RoutingInfo(java.lang.String infoText)
Creates a routing info based on a text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMoreInfo(RoutingInfo info)
Adds child info object for this routing info.
|
java.util.List<RoutingInfo> |
getMoreInfo()
Returns the child routing infos of this info.
|
java.lang.String |
toString()
Returns the info text of this routing info.
|
public RoutingInfo(java.lang.String infoText)
infoText - The text of the infopublic RoutingInfo(java.lang.Object o)
o - The object this info is based onpublic void addMoreInfo(RoutingInfo info)
info - The info object to add.public java.util.List<RoutingInfo> getMoreInfo()
public java.lang.String toString()
toString in class java.lang.Object