Class TopologyNode
java.lang.Object
org.apache.syncope.client.console.topology.TopologyNode
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()
getKey()
getKind()
int
getPort()
int
getX()
int
getY()
void
setConnectionDisplayName
(String connectionDisplayName) void
setDisplayName
(String displayName) void
void
setKind
(TopologyNode.Kind kind) void
setPort
(int port) void
setX
(int x) void
setY
(int y)
-
Constructor Details
-
TopologyNode
-
-
Method Details
-
getKey
-
getDisplayName
-
setDisplayName
-
getConnectionDisplayName
-
setConnectionDisplayName
-
getKind
-
setKind
-
getX
public int getX() -
setX
public void setX(int x) -
getY
public int getY() -
setY
public void setY(int y) -
getHost
-
setHost
-
getPort
public int getPort() -
setPort
public void setPort(int port)
-