public interface Connection
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description of the connection
|
Integer |
getId()
Get the connection id.
|
String |
getName()
Get the name of the connection
|
ConnectionType |
getType()
Get the type of the connection
|
Boolean |
isUsed()
Gets if used the connection.
|
void |
setDescription(String description)
Set the description of the connection
|
void |
setName(String name)
Set the name of the connection
|
Integer getId()
ConnectionType getType()
String getName()
void setName(String name)
name
- the name of the connectionString getDescription()
void setDescription(String description)
description
- the description of the connectionBoolean isUsed()
Copyright © 2021 DEISER. All Rights Reserved.