Package org.exoplatform.webconferencing
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
-
-
Constructor Summary
Constructors Constructor Description OriginInfo(String id, String type)Instantiates a new origin info.
-
-
-
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
-
-