|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bradrydzewski.gwt.calendar.client.Attendee
public class Attendee
A simple JavaBean class representing an entity associated to an appointment, most likely a person, but might as well be a resource (like a conference room or a projector).
| Constructor Summary | |
|---|---|
Attendee()
|
|
| Method Summary | |
|---|---|
Attending |
getAttending()
Returns the attendance status of this attendant
to the Appointment referencing it. |
String |
getEmail()
Returns this Attendee email address. |
String |
getImageUrl()
Returns the URL to an image to (optionally) depict this Attendee
in the views. |
String |
getName()
Returns the name (if a person) or description (when a resource) of this Attendee. |
void |
setAttending(Attending attending)
Sets the attendance status of this attendant
to the Appointment referencing it. |
void |
setEmail(String email)
Sets this Attendee email address. |
void |
setImageUrl(String imageUrl)
Sets the URL to an image to (optionally) depict this Attendee
in the views. |
void |
setName(String name)
Sets the name (if a person) or description (when a resource) of this Attendee. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Attendee()
| Method Detail |
|---|
public String getName()
Attendee.
public void setName(String name)
Attendee.
name - The name of this attendeepublic String getEmail()
Attendee email address.
public void setEmail(String email)
Attendee email address.
email - The email addresspublic Attending getAttending()
this attendant
to the Appointment referencing it.
Attendeepublic void setAttending(Attending attending)
this attendant
to the Appointment referencing it.
attending - The attendance statuspublic String getImageUrl()
Attendee
in the views.
public void setImageUrl(String imageUrl)
Attendee
in the views.
imageUrl - A URL (relative or absolute) meaningful within the
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||