public class AccountData
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
AccountData()
Initializes a new
AccountData . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArchiveFullname()
Gets the archive full name
|
java.lang.String |
getConfirmedHamFullname()
Gets the confirmed-ham full name
|
java.lang.String |
getConfirmedSpamFullname()
Gets the confirmed-spam full name
|
java.lang.String |
getDraftsFullname()
Gets the drafts full name
|
java.lang.String |
getLogin()
Gets the login
|
int |
getMailPort()
Gets the mail port
|
java.lang.String |
getMailProtocol()
Gets the mail protocol
|
java.lang.String |
getMailServer()
Gets the mail server
|
java.lang.String |
getName()
Gets the name
|
java.lang.String |
getPassword()
Gets the password
|
java.lang.String |
getPersonal()
Gets the personal
|
java.lang.String |
getPrimaryAddress()
Gets the primary address
|
java.lang.String |
getReplyTo()
Gets the reply-to
|
java.lang.String |
getSentFullname()
Gets the sent full name
|
java.lang.String |
getSpamFullname()
Gets the spam full name
|
java.lang.String |
getTransportLogin()
Gets the transport login
|
java.lang.String |
getTransportPassword()
Gets the transport password
|
int |
getTransportPort()
Gets the transport port
|
java.lang.String |
getTransportProtocol()
Gets the transport protocol
|
java.lang.String |
getTransportServer()
Gets the transport server
|
java.lang.String |
getTrashFullname()
Gets the trash full name
|
boolean |
isArchiveFullnameset()
Checks whether archive full name is set
|
boolean |
isConfirmedHamFullnameset()
Checks whether confirmed-ham full name is set
|
boolean |
isConfirmedSpamFullnameset()
Checks whether confirmed-spam full name is set
|
boolean |
isDraftsFullnameset()
Checks whether drafts full name is set
|
boolean |
isLoginset()
Checks whether login is set
|
boolean |
isMailPortset()
Checks whether mail port is set
|
boolean |
isMailProtocolset()
Checks whether mail protocol is set
|
boolean |
isMailSecure()
Gets the mail secure
|
boolean |
isMailSecureset()
Checks whether mail secure is set
|
boolean |
isMailServerset()
Checks whether mail server is set
|
boolean |
isMailStartTls()
Gets the mail STARTTLS flag.
|
boolean |
isMailStartTlsset()
Checks whether mail STARTTLS flag is set
|
boolean |
isNameset()
Checks whether name is set
|
boolean |
isPasswordset()
Checks whether password is set
|
boolean |
isPersonalset()
Checks whether personal is set
|
boolean |
isPrimaryAddressset()
Checks whether primary address is set
|
boolean |
isReplyToset()
Checks whether reply-to is set
|
boolean |
isSentFullnameset()
Checks whether sent full name is set
|
boolean |
isSpamFullnameset()
Checks whether spam full name is set
|
boolean |
isTransportLoginset()
Checks whether transport login is set
|
boolean |
isTransportPasswordset()
Checks whether transport password is set
|
boolean |
isTransportPortset()
Checks whether transport port is set
|
boolean |
isTransportProtocolset()
Checks whether transport protocol is set
|
boolean |
isTransportSecure()
Gets the transport secure
|
boolean |
isTransportSecureset()
Checks whether transport secure is set
|
boolean |
isTransportServerset()
Checks whether transport server is set
|
boolean |
isTransportStartTls()
Gets the transport STARTTLS flag
|
boolean |
isTransportStartTlsset()
Checks whether transport STARTTLS flag is set
|
boolean |
isTrashFullnameset()
Checks whether trash full name is set
|
void |
setArchiveFullname(java.lang.String archiveFullname)
Sets the archive full name
|
void |
setConfirmedHamFullname(java.lang.String confirmedHamFullname)
Sets the confirmed-ham full name
|
void |
setConfirmedSpamFullname(java.lang.String confirmedSpamFullname)
Sets the confirmed-spam full name
|
void |
setDraftsFullname(java.lang.String draftsFullname)
Sets the drafts full name
|
void |
setLogin(java.lang.String login)
Sets the login
|
void |
setMailPort(int mailPort)
Sets the mail port
|
void |
setMailProtocol(java.lang.String mailProtocol)
Sets the mail protocol
|
void |
setMailSecure(boolean mailSecure)
Sets the mail secure
|
void |
setMailServer(java.lang.String mailServer)
Sets the mail server
|
void |
setMailStartTls(boolean mailStartTls)
Sets the mail STARTTLS flag
|
void |
setName(java.lang.String name)
Sets the name
|
void |
setPassword(java.lang.String password)
Sets the password
|
void |
setPersonal(java.lang.String personal)
Sets the personal
|
void |
setPrimaryAddress(java.lang.String primaryAddress)
Sets the primary address
|
void |
setReplyTo(java.lang.String replyTo)
Sets the reply-to
|
void |
setSentFullname(java.lang.String sentFullname)
Sets the sent full name
|
void |
setSpamFullname(java.lang.String spamFullname)
Sets the spam full name
|
void |
setTransportLogin(java.lang.String transportLogin)
Sets the transport login
|
void |
setTransportPassword(java.lang.String transportPassword)
Sets the transport password
|
void |
setTransportPort(int transportPort)
Sets the transport port
|
void |
setTransportProtocol(java.lang.String transportProtocol)
Sets the transport protocol
|
void |
setTransportSecure(boolean transportSecure)
Sets the transport secure
|
void |
setTransportServer(java.lang.String transportServer)
Sets the transport server
|
void |
setTransportStartTls(boolean transportStartTls)
Sets the transport STARTTLS flag
|
void |
setTrashFullname(java.lang.String trashFullname)
Sets the trash full name
|
public AccountData()
AccountData
.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The namepublic java.lang.String getLogin()
public void setLogin(java.lang.String login)
login
- The login to setpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- The password to setpublic java.lang.String getPrimaryAddress()
public void setPrimaryAddress(java.lang.String primaryAddress)
primaryAddress
- The primary address to setpublic java.lang.String getPersonal()
public void setPersonal(java.lang.String personal)
personal
- The personal to setpublic java.lang.String getReplyTo()
public void setReplyTo(java.lang.String replyTo)
replyTo
- The reply-to to setpublic java.lang.String getMailServer()
public void setMailServer(java.lang.String mailServer)
mailServer
- The mail server to setpublic int getMailPort()
public void setMailPort(int mailPort)
mailPort
- The mail port to setpublic java.lang.String getMailProtocol()
public void setMailProtocol(java.lang.String mailProtocol)
mailProtocol
- The mail protocol to setpublic boolean isMailSecure()
public void setMailSecure(boolean mailSecure)
mailSecure
- The mail secure to setpublic boolean isMailStartTls()
public void setMailStartTls(boolean mailStartTls)
mailStartTls
- The mail STARTTLS flag to setpublic java.lang.String getTransportLogin()
public void setTransportLogin(java.lang.String transportLogin)
transportLogin
- The transport loginpublic java.lang.String getTransportPassword()
public void setTransportPassword(java.lang.String transportPassword)
transportPassword
- The transport passwordpublic java.lang.String getTransportServer()
public void setTransportServer(java.lang.String transportServer)
transportServer
- The transport server to setpublic int getTransportPort()
public void setTransportPort(int transportPort)
transportPort
- The transport port to setpublic java.lang.String getTransportProtocol()
public void setTransportProtocol(java.lang.String transportProtocol)
transportProtocol
- The transport protocol to setpublic boolean isTransportSecure()
public void setTransportSecure(boolean transportSecure)
transportSecure
- The transport secure to setpublic boolean isTransportStartTls()
public void setTransportStartTls(boolean transportStartTls)
transportStartTls
- The transport STARTTLS flag to setpublic java.lang.String getTrashFullname()
public void setTrashFullname(java.lang.String trashFullname)
trashFullname
- The trash full name to setpublic java.lang.String getArchiveFullname()
public void setArchiveFullname(java.lang.String archiveFullname)
archiveFullname
- The archive full name to setpublic java.lang.String getSentFullname()
public void setSentFullname(java.lang.String sentFullname)
sentFullname
- The sent full name to setpublic java.lang.String getDraftsFullname()
public void setDraftsFullname(java.lang.String draftsFullname)
draftsFullname
- The drafts full name to setpublic java.lang.String getSpamFullname()
public void setSpamFullname(java.lang.String spamFullname)
spamFullname
- The spam full name to setpublic java.lang.String getConfirmedSpamFullname()
public void setConfirmedSpamFullname(java.lang.String confirmedSpamFullname)
confirmedSpamFullname
- The confirmed-spam full name to setpublic java.lang.String getConfirmedHamFullname()
public void setConfirmedHamFullname(java.lang.String confirmedHamFullname)
confirmedHamFullname
- The confirmed-ham full name to setpublic boolean isLoginset()
true
if login is set; otherwise false
public boolean isPasswordset()
true
if password is set; otherwise false
public boolean isNameset()
true
if name is set; otherwise false
public boolean isPrimaryAddressset()
true
if primary address is set; otherwise false
public boolean isPersonalset()
true
if personal is set; otherwise false
public boolean isReplyToset()
true
if reply-to is set; otherwise false
public boolean isMailServerset()
true
if mail server is set; otherwise false
public boolean isMailPortset()
true
if mail port is set; otherwise false
public boolean isMailProtocolset()
true
if mail protocol is set; otherwise false
public boolean isMailSecureset()
true
if mail secure is set; otherwise false
public boolean isMailStartTlsset()
true
if mail STARTTLS flag is set; otherwise false
public boolean isTransportLoginset()
true
if transport login is set; otherwise false
public boolean isTransportPasswordset()
true
if transport password is set; otherwise false
public boolean isTransportServerset()
true
if transport server is set; otherwise false
public boolean isTransportPortset()
true
if transport port is set; otherwise false
public boolean isTransportProtocolset()
true
if transport protocol is set; otherwise false
public boolean isTransportSecureset()
true
if transport secure is set; otherwise false
public boolean isTransportStartTlsset()
true
if transport STARTTLS flag is set; otherwise false
public boolean isTrashFullnameset()
true
if trash full name is set; otherwise false
public boolean isArchiveFullnameset()
true
if archive full name is set; otherwise false
public boolean isSentFullnameset()
true
if sent full name is set; otherwise false
public boolean isDraftsFullnameset()
true
if drafts full name is set; otherwise false
public boolean isSpamFullnameset()
true
if spam full name is set; otherwise false
public boolean isConfirmedSpamFullnameset()
true
if confirmed-spam full name is set; otherwise false
public boolean isConfirmedHamFullnameset()
true
if confirmed-ham full name is set; otherwise false