kotkabeans
Class EmailListContainer

java.lang.Object
  |
  +--kotkabeans.EmailListContainer

public class EmailListContainer
extends java.lang.Object

This bean holds the searched email list(s).


Constructor Summary
EmailListContainer()
          Empty Constructor
 
Method Summary
 void addItem(EmailListItem item)
          Add a new item to the private container.
 void checkOwnership(int personID)
           
 void checkParticipation(int personID)
           
 EmailListItem get(int i)
          Returns the element at given point of vector.
 int numberOfLists()
          Returns the number of elements in private container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailListContainer

public EmailListContainer()
Empty Constructor

Method Detail

addItem

public void addItem(EmailListItem item)
Add a new item to the private container.


numberOfLists

public int numberOfLists()
Returns the number of elements in private container.


get

public EmailListItem get(int i)
Returns the element at given point of vector.


checkParticipation

public void checkParticipation(int personID)
                        throws java.lang.Exception
java.lang.Exception

checkOwnership

public void checkOwnership(int personID)