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 ConnectionGroup.
|
String |
getName()
Returns the name assigned to this ConnectionGroup.
|
ConnectionGroup.Type |
getType()
Returns the type of this connection.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
Sets the identifier assigned to this ConnectionGroup.
|
void |
setName(String name)
Sets the name assigned to this ConnectionGroup.
|
void |
setType(ConnectionGroup.Type type)
Set the type of this ConnectionGroup.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
connect, getConnectionDirectory, getConnectionGroupDirectory
public String getName()
ConnectionGroup
getName
in interface ConnectionGroup
public void setName(String name)
ConnectionGroup
setName
in interface ConnectionGroup
public String getIdentifier()
ConnectionGroup
getIdentifier
in interface ConnectionGroup
public void setIdentifier(String identifier)
ConnectionGroup
setIdentifier
in interface ConnectionGroup
identifier
- The identifier to assign.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 © 2014. All rights reserved.