edu.washington.cs.supple.example.email
Class AccountBean

java.lang.Object
  extended byedu.washington.cs.supple.rep.SuppleBeanImpl
      extended byedu.washington.cs.supple.example.email.AccountBean
All Implemented Interfaces:
SuppleBean

public class AccountBean
extends SuppleBeanImpl

Author:
raphael Keeps track of a single email account.

Field Summary
 
Fields inherited from class edu.washington.cs.supple.rep.SuppleBeanImpl
pcs
 
Constructor Summary
AccountBean()
           
 
Method Summary
 java.lang.String getAccountName()
           
 java.lang.Boolean getIncomingEncrypted()
           
 java.lang.String getIncomingPassword()
           
 java.lang.String getIncomingProtocol()
           
 java.lang.String getIncomingServer()
           
 java.lang.String getIncomingUser()
           
 java.lang.Boolean getOutgoingAuthentication()
           
 java.lang.Boolean getOutgoingEncrypted()
           
 java.lang.String getOutgoingPassword()
           
 java.lang.String getOutgoingServer()
           
 java.lang.String getOutgoingUser()
           
 java.lang.String getReplyAddress()
           
 void setAccountName(java.lang.String accountName)
           
 void setIncomingEncrypted(java.lang.Boolean incomingEncrypted)
           
 void setIncomingPassword(java.lang.String incomingPassword)
           
 void setIncomingProtocol(java.lang.String incomingProtocol)
           
 void setIncomingServer(java.lang.String incomingServer)
           
 void setIncomingUser(java.lang.String incomingUser)
           
 void setOutgoingAuthentication(java.lang.Boolean outgoingAuthentication)
           
 void setOutgoingEncrypted(java.lang.Boolean outgoingEncrypted)
           
 void setOutgoingPassword(java.lang.String outgoingPassword)
           
 void setOutgoingServer(java.lang.String outgoingServer)
           
 void setOutgoingUser(java.lang.String outgoingUser)
           
 void setReplyAddress(java.lang.String replyAddress)
           
 
Methods inherited from class edu.washington.cs.supple.rep.SuppleBeanImpl
addPropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountBean

public AccountBean()
Method Detail

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)