Class ParticipantEntity
java.lang.Object
org.exoplatform.webconferencing.domain.ParticipantEntity
Created by The eXo Platform SAS.
- Version:
- $Id: ParticipantEntity.java 00000 Dec 22, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the call id.Gets the client id.getId()Gets the id.getState()Gets the state.getType()Gets the type.voidSets the call id.voidsetClientId(String clientId) Sets the client id.voidSets the id.voidSets the state.voidSets the type.
-
Field Details
-
id
The id. -
callId
The call id. -
type
The type. -
state
The state. -
clientId
The client id.
-
-
Constructor Details
-
ParticipantEntity
public ParticipantEntity()Instantiates a new participant entity.
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getCallId
Gets the call id.- Returns:
- the call id
-
setCallId
Sets the call id.- Parameters:
callId- the new call id
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getState
Gets the state.- Returns:
- the state
-
setState
Sets the state.- Parameters:
state- the state to set
-
getClientId
Gets the client id.- Returns:
- the clientId
-
setClientId
Sets the client id.- Parameters:
clientId- the clientId to set
-