Class TopologyNode
java.lang.Object
org.apache.syncope.client.console.topology.TopologyNode
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()getKey()getKind()intgetPort()intgetX()intgetY()voidsetConnectionDisplayName(String connectionDisplayName) voidsetDisplayName(String displayName) voidvoidsetKind(TopologyNode.Kind kind) voidsetPort(int port) voidsetX(int x) voidsetY(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)
-