public abstract class AbstractConnectionGroup extends Object implements ConnectionGroup
ConnectionGroup.Type
Constructor and Description |
---|
AbstractConnectionGroup() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIdentifier()
Returns the unique identifier assigned to this object.
|
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.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
Sets the identifier assigned to this object.
|
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.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAttributes, getConnectionGroupIdentifiers, getConnectionIdentifiers, setAttributes
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 getIdentifier()
Identifiable
getIdentifier
in interface Identifiable
public void setIdentifier(String identifier)
Identifiable
setIdentifier
in interface Identifiable
identifier
- The identifier 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.