public class NodeDesc extends Object implements NodeDesc, Serializable
Constructor and Description |
---|
NodeDesc() |
NodeDesc(long id,
String uniqueId,
String name,
String nodeType) |
Modifier and Type | Method and Description |
---|---|
Long |
getId()
Returns the node description id.
|
String |
getName()
Returns the node description name.
|
String |
getNodeType()
Returns the node description node type.
|
String |
getUniqueId()
Returns the node description unique id.
|
String |
toString() |
public Long getId()
NodeDesc
public String getName()
NodeDesc
public String getNodeType()
NodeDesc
getNodeType
in interface NodeDesc
public String getUniqueId()
NodeDesc
getUniqueId
in interface NodeDesc
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.