Class OriginInfo


  • public class OriginInfo
    extends Object
    Identity abstraction for conversations in eXo web conferencing.
    Created by The eXo Platform SAS
    Version:
    $Id: IdentityInfo.java 00000 Mar 3, 2017 pnedonosko $
    Author:
    Peter Nedonosko
    • Field Detail

      • id

        protected final String id
        The id.
      • type

        protected final String type
        The type.
      • state

        protected String state
        The state.
    • Constructor Detail

      • OriginInfo

        public OriginInfo​(String id,
                          String type)
        Instantiates a new origin info.
        Parameters:
        id - the id
        type - the type
    • Method Detail

      • getId

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

        public String getType()
        Gets the type.
        Returns:
        the 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object