com.funambol.email.model
Class MailServer

java.lang.Object
  extended by com.funambol.email.model.MailServer
All Implemented Interfaces:
java.io.Serializable

public class MailServer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MailServer()
           
 
Method Summary
 java.lang.String getDescription()
           
 boolean getDraftsActivation()
           
 java.lang.String getDraftsPath()
           
 boolean getInboxActivation()
           
 java.lang.String getInboxPath()
           
 int getInPort()
           
 java.lang.String getInServer()
           
 boolean getIsPublic()
           
 boolean getIsSoftDelete()
           
 boolean getIsSSLIn()
           
 boolean getIsSSLOut()
           
 java.lang.String getKeystorePath()
           
 java.lang.String getKeystorePwd()
           
 java.lang.String getMailServerId()
           
 java.lang.String getMailServerType()
           
 boolean getOutAuth()
           
 boolean getOutboxActivation()
           
 java.lang.String getOutboxPath()
           
 int getOutPort()
           
 java.lang.String getOutServer()
           
 java.lang.String getProtocol()
           
 boolean getSentActivation()
           
 java.lang.String getSentPath()
           
 boolean getTrashActivation()
           
 java.lang.String getTrashPath()
           
 void setDescription(java.lang.String _description)
           
 void setDraftsActivation(boolean _draftsActivation)
           
 void setDraftsPath(java.lang.String _draftsPath)
           
 void setInboxActivation(boolean _inboxActivation)
           
 void setInboxPath(java.lang.String _inboxPath)
           
 void setInPort(int _inPort)
           
 void setInServer(java.lang.String _inServer)
           
 void setIsPublic(boolean _isPublic)
           
 void setIsSoftDelete(boolean _isSoftDelete)
           
 void setIsSSLIn(boolean _isSSLIn)
           
 void setIsSSLOut(boolean _isSSLOut)
           
 void setKeystorePath(java.lang.String _keystorePath)
           
 void setKeystorePwd(java.lang.String _keystorePwd)
           
 void setMailServerId(java.lang.String _mailServerId)
           
 void setMailServerType(java.lang.String _mailServerType)
           
 void setOutAuth(boolean _outAuth)
           
 void setOutboxActivation(boolean _outboxActivation)
           
 void setOutboxPath(java.lang.String _outboxPath)
           
 void setOutPort(int _outPort)
           
 void setOutServer(java.lang.String _outServer)
           
 void setProtocol(java.lang.String _protocol)
           
 void setSentActivation(boolean _sentActivation)
           
 void setSentPath(java.lang.String _sentPath)
           
 void setTrashActivation(boolean _trashActivation)
           
 void setTrashPath(java.lang.String _trashPath)
           
 java.lang.String toString()
           
 java.lang.String toStringForCommandLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailServer

public MailServer()
Method Detail

getMailServerId

public java.lang.String getMailServerId()

getDescription

public java.lang.String getDescription()

getIsPublic

public boolean getIsPublic()

getMailServerType

public java.lang.String getMailServerType()

getProtocol

public java.lang.String getProtocol()

getInServer

public java.lang.String getInServer()

getInPort

public int getInPort()

getOutServer

public java.lang.String getOutServer()

getOutPort

public int getOutPort()

getOutAuth

public boolean getOutAuth()

getIsSSLIn

public boolean getIsSSLIn()

getIsSSLOut

public boolean getIsSSLOut()

getKeystorePath

public java.lang.String getKeystorePath()

getKeystorePwd

public java.lang.String getKeystorePwd()

getInboxPath

public java.lang.String getInboxPath()

getInboxActivation

public boolean getInboxActivation()

getOutboxPath

public java.lang.String getOutboxPath()

getOutboxActivation

public boolean getOutboxActivation()

getSentPath

public java.lang.String getSentPath()

getSentActivation

public boolean getSentActivation()

getDraftsPath

public java.lang.String getDraftsPath()

getDraftsActivation

public boolean getDraftsActivation()

getTrashPath

public java.lang.String getTrashPath()

getTrashActivation

public boolean getTrashActivation()

getIsSoftDelete

public boolean getIsSoftDelete()

setMailServerId

public void setMailServerId(java.lang.String _mailServerId)

setDescription

public void setDescription(java.lang.String _description)

setIsPublic

public void setIsPublic(boolean _isPublic)

setMailServerType

public void setMailServerType(java.lang.String _mailServerType)

setProtocol

public void setProtocol(java.lang.String _protocol)

setInServer

public void setInServer(java.lang.String _inServer)

setInPort

public void setInPort(int _inPort)

setOutServer

public void setOutServer(java.lang.String _outServer)

setOutPort

public void setOutPort(int _outPort)

setOutAuth

public void setOutAuth(boolean _outAuth)

setIsSSLIn

public void setIsSSLIn(boolean _isSSLIn)

setIsSSLOut

public void setIsSSLOut(boolean _isSSLOut)

setKeystorePath

public void setKeystorePath(java.lang.String _keystorePath)

setKeystorePwd

public void setKeystorePwd(java.lang.String _keystorePwd)

setInboxPath

public void setInboxPath(java.lang.String _inboxPath)

setInboxActivation

public void setInboxActivation(boolean _inboxActivation)

setOutboxPath

public void setOutboxPath(java.lang.String _outboxPath)

setOutboxActivation

public void setOutboxActivation(boolean _outboxActivation)

setSentPath

public void setSentPath(java.lang.String _sentPath)

setSentActivation

public void setSentActivation(boolean _sentActivation)

setDraftsPath

public void setDraftsPath(java.lang.String _draftsPath)

setDraftsActivation

public void setDraftsActivation(boolean _draftsActivation)

setTrashPath

public void setTrashPath(java.lang.String _trashPath)

setTrashActivation

public void setTrashActivation(boolean _trashActivation)

setIsSoftDelete

public void setIsSoftDelete(boolean _isSoftDelete)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toStringForCommandLine

public java.lang.String toStringForCommandLine()


Copyright © 2005-2006 Funambol.