edu.washington.cs.supple.example.email
Class AccountBean
java.lang.Object
edu.washington.cs.supple.rep.SuppleBeanImpl
edu.washington.cs.supple.example.email.AccountBean
- All Implemented Interfaces:
- SuppleBean
- public class AccountBean
- extends SuppleBeanImpl
- Author:
- raphael
Keeps track of a single email account.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountBean
public AccountBean()
getAccountName
public java.lang.String getAccountName()
getReplyAddress
public java.lang.String getReplyAddress()
getIncomingProtocol
public java.lang.String getIncomingProtocol()
getIncomingEncrypted
public java.lang.Boolean getIncomingEncrypted()
getIncomingServer
public java.lang.String getIncomingServer()
getIncomingUser
public java.lang.String getIncomingUser()
getIncomingPassword
public java.lang.String getIncomingPassword()
getOutgoingEncrypted
public java.lang.Boolean getOutgoingEncrypted()
getOutgoingServer
public java.lang.String getOutgoingServer()
getOutgoingAuthentication
public java.lang.Boolean getOutgoingAuthentication()
getOutgoingUser
public java.lang.String getOutgoingUser()
getOutgoingPassword
public java.lang.String getOutgoingPassword()
setAccountName
public void setAccountName(java.lang.String accountName)
setReplyAddress
public void setReplyAddress(java.lang.String replyAddress)
setIncomingProtocol
public void setIncomingProtocol(java.lang.String incomingProtocol)
setIncomingEncrypted
public void setIncomingEncrypted(java.lang.Boolean incomingEncrypted)
setIncomingServer
public void setIncomingServer(java.lang.String incomingServer)
setIncomingUser
public void setIncomingUser(java.lang.String incomingUser)
setIncomingPassword
public void setIncomingPassword(java.lang.String incomingPassword)
setOutgoingEncrypted
public void setOutgoingEncrypted(java.lang.Boolean outgoingEncrypted)
setOutgoingServer
public void setOutgoingServer(java.lang.String outgoingServer)
setOutgoingAuthentication
public void setOutgoingAuthentication(java.lang.Boolean outgoingAuthentication)
setOutgoingUser
public void setOutgoingUser(java.lang.String outgoingUser)
setOutgoingPassword
public void setOutgoingPassword(java.lang.String outgoingPassword)