|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objectplanet.survey.plugin.api.InviteeList
public class InviteeList
This class represents a reusable invitee list.
| Constructor Summary | |
|---|---|
InviteeList()
Constructs an empty InviteeList. |
|
InviteeList(java.lang.String name)
Constructor for the InviteeList object |
|
| Method Summary | |
|---|---|
long |
getInviteeListId()
Gets the inviteeListId attribute of the InviteeList object |
java.lang.String |
getInvitees()
Gets the invitees. |
java.lang.String |
getName()
Gets the name attribute of the InviteeList object |
boolean |
getSortOn()
Gets the sortOn attribute (alphabetic sort) |
void |
setInvitees(java.lang.String invitees)
Adds invitees to the invitee list. |
void |
setName(java.lang.String name)
Sets the name attribute of the InviteeList object |
void |
setSortOn(boolean sortOn)
Sets the alphabetic sort on/off. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InviteeList()
public InviteeList(java.lang.String name)
name - Name of the invitation list| Method Detail |
|---|
public void setName(java.lang.String name)
name - The new name valuepublic void setInvitees(java.lang.String invitees)
StringBuffer invitees = new StringBuffer();
invitees.append("smith@smth.com").append("\n");
invitees.append("brown@smth.com Michael Brown").append("\n");
inviteeList.setInvitees(invitees);
Two invitees will be created:
invitees - List of invitees, one per line.public void setSortOn(boolean sortOn)
sortOn - The new sortOn valuepublic long getInviteeListId()
public java.lang.String getName()
public java.lang.String getInvitees()
public boolean getSortOn()
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||