Class ParticipantId
- java.lang.Object
-
- org.exoplatform.webconferencing.domain.ParticipantId
-
- All Implemented Interfaces:
Serializable
public class ParticipantId extends Object implements Serializable
Created by The eXo Platform SAS.- Version:
- $Id: ParticipantEntity.java 00000 Dec 22, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParticipantId()Instantiates a new participant id.ParticipantId(String id, String callId)Instantiates a new participant id.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCallId()Gets the call id.StringgetId()Gets the id.inthashCode()
-