Package org.wso2.carbon.event.ui
Class TopicNodeInfo
- java.lang.Object
-
- org.wso2.carbon.event.ui.TopicNodeInfo
-
@Deprecated public class TopicNodeInfo extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description TopicNodeInfo(org.wso2.carbon.event.stub.internal.xsd.TopicNode topicNode, String path)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getPath()
Deprecated.org.wso2.carbon.event.stub.internal.xsd.TopicNode
getTopicNode()
Deprecated.void
setPath(String path)
Deprecated.void
setTopicNode(org.wso2.carbon.event.stub.internal.xsd.TopicNode topicNode)
Deprecated.
-
-
-
Constructor Detail
-
TopicNodeInfo
public TopicNodeInfo(org.wso2.carbon.event.stub.internal.xsd.TopicNode topicNode, String path)
Deprecated.
-
-
Method Detail
-
getTopicNode
public org.wso2.carbon.event.stub.internal.xsd.TopicNode getTopicNode()
Deprecated.
-
setTopicNode
public void setTopicNode(org.wso2.carbon.event.stub.internal.xsd.TopicNode topicNode)
Deprecated.
-
getPath
public String getPath()
Deprecated.
-
setPath
public void setPath(String path)
Deprecated.
-
-