Class OriginInfo

java.lang.Object
org.exoplatform.webconferencing.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 Details

    • id

      protected final String id
      The id.
    • type

      protected final String type
      The type.
    • state

      protected String state
      The state.
  • Constructor Details

    • OriginInfo

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

    • 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
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object