Class ParticipantEntity


  • @Entity(name="WebConfParticipant")
    public class ParticipantEntity
    extends Object
    Created by The eXo Platform SAS.
    Version:
    $Id: ParticipantEntity.java 00000 Dec 22, 2017 pnedonosko $
    Author:
    Peter Nedonosko
    • Field Detail

      • id

        protected String id
        The id.
      • callId

        protected String callId
        The call id.
      • type

        protected String type
        The type.
      • state

        protected String state
        The state.
      • clientId

        protected String clientId
        The client id.
    • Constructor Detail

      • ParticipantEntity

        public ParticipantEntity()
        Instantiates a new participant entity.
    • Method Detail

      • getId

        public String getId()
        Gets the id.
        Returns:
        the id
      • setId

        public void setId​(String id)
        Sets the id.
        Parameters:
        id - the new id
      • getCallId

        public String getCallId()
        Gets the call id.
        Returns:
        the call id
      • setCallId

        public void setCallId​(String callId)
        Sets the call id.
        Parameters:
        callId - the new call id
      • getType

        public String getType()
        Gets the type.
        Returns:
        the type
      • setType

        public void setType​(String type)
        Sets the type.
        Parameters:
        type - the new type
      • getState

        public String getState()
        Gets the state.
        Returns:
        the state
      • setState

        public void setState​(String state)
        Sets the state.
        Parameters:
        state - the state to set
      • getClientId

        public String getClientId()
        Gets the client id.
        Returns:
        the clientId
      • setClientId

        public void setClientId​(String clientId)
        Sets the client id.
        Parameters:
        clientId - the clientId to set