public abstract class AbstractConnectionGroup extends AbstractIdentifiable implements ConnectionGroup
ConnectionGroup.Type
Constructor and Description |
---|
AbstractConnectionGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name assigned to this ConnectionGroup.
|
String |
getParentIdentifier()
Returns the unique identifier of the parent ConnectionGroup for
this ConnectionGroup.
|
ConnectionGroup.Type |
getType()
Returns the type of this connection.
|
void |
setName(String name)
Sets the name assigned to this ConnectionGroup.
|
void |
setParentIdentifier(String parentIdentifier)
Sets the unique identifier of the parent ConnectionGroup for
this ConnectionGroup.
|
void |
setType(ConnectionGroup.Type type)
Set the type of this ConnectionGroup.
|
equals, getIdentifier, hashCode, setIdentifier
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAttributes, getConnectionGroupIdentifiers, getConnectionIdentifiers, setAttributes
getIdentifier, setIdentifier
connect, getActiveConnections
public String getName()
ConnectionGroup
getName
in interface ConnectionGroup
public void setName(String name)
ConnectionGroup
setName
in interface ConnectionGroup
name
- The name to assign.public String getParentIdentifier()
ConnectionGroup
getParentIdentifier
in interface ConnectionGroup
public void setParentIdentifier(String parentIdentifier)
ConnectionGroup
setParentIdentifier
in interface ConnectionGroup
parentIdentifier
- The unique identifier of the parent
ConnectionGroup for this ConnectionGroup.public ConnectionGroup.Type getType()
ConnectionGroup
getType
in interface ConnectionGroup
public void setType(ConnectionGroup.Type type)
ConnectionGroup
setType
in interface ConnectionGroup
type
- The type of this ConnectionGroup.Copyright © 2016. All rights reserved.