public abstract class Node extends Object implements Serializable
Constructor and Description |
---|
Node() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object target) |
String |
getId()
Get the id field.
|
int |
hashCode() |
void |
setId(String id)
Set the id field.
|
Copyright © 2008–2018 Sonatype. All rights reserved.