com.funambol.email.model
Class MailServer
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MailServer
public MailServer()
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.