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

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

public class FolderBean
extends SuppleBeanImpl

Author:
raphael Keeps track of a single folder.

Field Summary
protected  Folder folder
           
 
Fields inherited from class edu.washington.cs.supple.rep.SuppleBeanImpl
pcs
 
Constructor Summary
FolderBean()
           
FolderBean(Folder folder)
           
 
Method Summary
 Folder getFolder()
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Field Detail

folder

protected Folder folder
Constructor Detail

FolderBean

public FolderBean()

FolderBean

public FolderBean(Folder folder)
Method Detail

getName

public java.lang.String getName()

getFolder

public Folder getFolder()

setName

public void setName(java.lang.String name)

toString

public java.lang.String toString()