|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--kotkabeans.EmailListContainer
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 |
public EmailListContainer()
Method Detail |
public void addItem(EmailListItem item)
public int numberOfLists()
public EmailListItem get(int i)
public void checkParticipation(int personID) throws java.lang.Exception
java.lang.Exception
public void checkOwnership(int personID)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |