Class OriginEntity
java.lang.Object
org.exoplatform.webconferencing.domain.OriginEntity
Call origins (from where participants are from).
Created by The eXo Platform SAS.
- Version:
- $Id: OriginEntity.java 00000 Dec 18, 2020 pnedonosko $
- Author:
- Peter Nedonosko
-
Field Details
-
id
The id. -
callId
The call id. -
type
The type. -
state
The state.
-
-
Constructor Details
-
OriginEntity
public OriginEntity()Instantiates a new origin 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
-