Interface Connection
- All Known Subinterfaces:
- com.deiser.jira.profields.impl.connection.wrapper.Connection,- DBConnection
public interface Connection
Connection
- 
Method SummaryModifier 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.voidsetDescription(String description) Set the description of the connectionvoidSet the name of the connection
- 
Method Details- 
getIdInteger getId()Get the connection id.- Returns:
- the connection id
 
- 
getTypeConnectionType getType()Get the type of the connection- Returns:
- the type of the connection
 
- 
getNameString getName()Get the name of the connection- Returns:
- the name of the connection
 
- 
setNameSet the name of the connection- Parameters:
- name- the name of the connection
 
- 
getDescriptionString getDescription()Get the description of the connection- Returns:
- the description of the connection
 
- 
setDescriptionSet the description of the connection- Parameters:
- description- the description of the connection
 
- 
isUsedBoolean isUsed()Gets if used the connection.- Returns:
- the if the connection is used
 
 
-