Package org.silverpeas.core.calendar
Class InternalAttendee
- 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.InternalAttendee
-
- All Implemented Interfaces:
Serializable
,Entity<Attendee,UuidIdentifier>
,IdentifiableEntity
@Entity public class InternalAttendee extends Attendee
An attendee that is a user in Silverpeas.- 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
InternalAttendee()
Constructs an empty internal attendee.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullName()
Gets the full name of this attendee.User
getUser()
Gets the user in Silverpeas that is behind 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 full name of this attendee. The full name is made up of its first name followed of its last name.- Specified by:
getFullName
in classAttendee
- Returns:
- the attendee full name.
-
getUser
public User getUser()
Gets the user in Silverpeas that is behind this attendee.- Returns:
- the user corresponding to this internal attendee.
-
-