com.openexchange.messaging
Interface MessagingAccount

All Superinterfaces:
java.io.Serializable

public interface MessagingAccount
extends java.io.Serializable

MessagingAccount - A messaging account.

Since:
Open-Xchange v6.16
Author:
Francisco Laguna, Thorben Betten

Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getConfiguration()
          Gets this account's configuration.
 java.lang.String getDisplayName()
          Gets the display name.
 int getId()
          Gets the identifier.
 MessagingService getMessagingService()
          Gets the associated messaging service.
 

Method Detail

getConfiguration

java.util.Map<java.lang.String,java.lang.Object> getConfiguration()
Gets this account's configuration.

Returns:
The configuration as a Map

getId

int getId()
Gets the identifier.

Returns:
The identifier

getDisplayName

java.lang.String getDisplayName()
Gets the display name.

Returns:
The display name

getMessagingService

MessagingService getMessagingService()
Gets the associated messaging service.

Returns:
The associated messaging service