Package org.silverpeas.core.calendar
Class ExternalAttendee
- java.lang.Object
-
- org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity<E,I>
-
- org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity<Attendee,UuidIdentifier>
-
- org.silverpeas.core.calendar.Attendee
-
- org.silverpeas.core.calendar.ExternalAttendee
-
- All Implemented Interfaces:
Serializable
,Entity<Attendee,UuidIdentifier>
,IdentifiableEntity
@Entity public class ExternalAttendee extends Attendee
An attendee that is a person external to Silverpeas. It can only be notified, and hence identified, by an email address.- Author:
- mmoquillon
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.silverpeas.core.calendar.Attendee
Attendee.ParticipationStatus, Attendee.PresenceStatus
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExternalAttendee()
Constructs an empty external attendee.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullName()
Gets the email address of this attendee.-
Methods inherited from class org.silverpeas.core.calendar.Attendee
accept, decline, delegateTo, delegateTo, getCalendarComponent, getDelegate, getId, getParticipationStatus, getPresenceStatus, ifMatches, isAttendeeIn, setPresenceStatus, tentativelyAccept, withPresenceStatus
-
Methods inherited from class org.silverpeas.core.persistence.datasource.model.jpa.SilverpeasJpaEntity
createdBy, createdBy, createdBy, equals, getCreationDate, getCreator, getCreatorId, getLastUpdateDate, getLastUpdater, getLastUpdaterId, getVersion, hasBeenModified, hashCode, lastUpdatedBy, markAsModified, performBeforePersist, performBeforeRemove, performBeforeUpdate, setCreationDate, setCreator, setLastUpdateDate, setLastUpdater, setVersion, updatedBy, updatedBy
-
Methods inherited from class org.silverpeas.core.persistence.datasource.model.jpa.AbstractJpaEntity
getNativeId, isPersisted, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.persistence.datasource.model.IdentifiableEntity
isPersisted
-
-
-
-
Method Detail
-
getFullName
public String getFullName()
Gets the email address of this attendee.- Specified by:
getFullName
in classAttendee
- Returns:
- the attendee's email address.
-
-