|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rakeshv.xml.addressbook.Group
public class Group
A bean that represents a email group entry in the
address book XML file.
Copyright 2003 Rakesh Vidyadharan
| Field Summary | |
|---|---|
private java.lang.String |
description
A description of the group. |
private java.util.List |
members
The list of Member beans that together constitute the
email group. |
private java.lang.String |
nickname
The name of the email group. |
| Constructor Summary | |
|---|---|
Group()
Default constructor. |
|
Group(java.lang.String nickname)
Create a new instance of the class with the specified nickname. |
|
Group(java.lang.String nickname,
java.util.List members)
Create a new instance of the class with the specified nickname and the specified list of members. |
|
Group(java.lang.String nickname,
java.lang.String description,
java.util.List members)
Create a new instance of the class with the specified nickname, description and the specified list of members. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Return the value/reference of the description. |
java.util.List |
getMembers()
Return the value/reference of the members. |
java.lang.String |
getNickname()
Return the value/reference of the nickname. |
void |
setDescription(java.lang.String description)
Set the value of description. |
void |
setMembers(java.util.List members)
Set the value of members. |
void |
setNickname(java.lang.String nickname)
Set the value of nickname. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String nickname
private java.lang.String description
private java.util.List members
Member beans that together constitute the
email group.
| Constructor Detail |
|---|
public Group()
public Group(java.lang.String nickname)
nickname.
nickname - - The nickname value to set.
public Group(java.lang.String nickname,
java.util.List members)
nickname and the specified list of members.
nickname - - The nickname value to set.members - - The members value to set.
public Group(java.lang.String nickname,
java.lang.String description,
java.util.List members)
nickname, description and the specified list of members.
nickname - - The nickname value to set.description - - The description value to set.members - - The members value to set.| Method Detail |
|---|
public final java.lang.String getNickname()
nickname.
public final void setNickname(java.lang.String nickname)
nickname.
nickname - - The value to set.public final java.util.List getMembers()
members.
public final void setMembers(java.util.List members)
members.
members - - The value to set.public final java.lang.String getDescription()
description.
public final void setDescription(java.lang.String description)
description.
description - - The value to set.
|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||