Interface Connection

All Known Subinterfaces:
com.deiser.jira.profields.impl.connection.wrapper.Connection, DBConnection

public interface Connection
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

      void setName(String name)
      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

      void setDescription(String description)
      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