Interface Connection
- All Known Subinterfaces:
com.deiser.jira.profields.impl.connection.wrapper.Connection
,DBConnection
public interface Connection
Connection
-
Method Summary
Modifier and TypeMethodDescriptionGet the description of the connectiongetId()
Get the connection id.getName()
Get the name of the connectiongetType()
Get the type of the connectionisUsed()
Gets if used the connection.void
setDescription
(String description) Set the description of the connectionvoid
Set the name of the connection
-
Method Details
-
getId
Integer getId()Get the connection id.- Returns:
- the connection id
-
getType
ConnectionType getType()Get the type of the connection- Returns:
- the type of the connection
-
getName
String getName()Get the name of the connection- Returns:
- the name of the connection
-
setName
Set the name of the connection- Parameters:
name
- the name of the connection
-
getDescription
String getDescription()Get the description of the connection- Returns:
- the description of the connection
-
setDescription
Set the description of the connection- Parameters:
description
- the description of the connection
-
isUsed
Boolean isUsed()Gets if used the connection.- Returns:
- the if the connection is used
-