public class Link extends Object implements Serializable, Groupable
| Modifier and Type | Field and Description |
|---|---|
protected String |
domain |
protected int |
nodeId |
protected boolean |
remote |
| Constructor and Description |
|---|
Link(int nodeId,
String domain)
Creates a new Link object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
DOCUMENT ME!
|
String |
getGroup()
DOCUMENT ME!
|
int |
getId()
DOCUMENT ME!
|
int |
getNodeId()
DOCUMENT ME!
|
boolean |
isRemote()
DOCUMENT ME!
|
void |
setRemote(boolean remote)
DOCUMENT ME!
|
protected int nodeId
protected boolean remote
protected String domain
public Link(int nodeId,
String domain)
nodeId - DOCUMENT ME!domain - DOCUMENT ME!public String getDomain()
public int getNodeId()
public int getId()
Groupablepublic boolean isRemote()
public void setRemote(boolean remote)
remote - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.