public class DefaultTopologyProviderInfo extends Object implements TopologyProviderInfo
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
| Constructor and Description |
|---|
DefaultTopologyProviderInfo() |
DefaultTopologyProviderInfo(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
void |
setDescription(String description) |
void |
setName(String name) |
public String getName()
getName in interface TopologyProviderInfopublic String getDescription()
getDescription in interface TopologyProviderInfopublic void setName(String name)
public void setDescription(String description)
Copyright © 2017. All rights reserved.