Class InvitedIdentity

java.lang.Object
org.exoplatform.webconferencing.InvitedIdentity

public class InvitedIdentity extends Object
The Class InvitedIdentity.
  • Constructor Details

    • InvitedIdentity

      public InvitedIdentity()
      Instantiates a new invited identity.
    • InvitedIdentity

      public InvitedIdentity(String id, String type)
      Instantiates a new invited identity.
      Parameters:
      id - the identity
      type - the type
  • Method Details

    • getIdentity

      public String getIdentity()
      Gets the identity.
      Returns:
      the identity
    • setIdentity

      public void setIdentity(String id)
      Sets the identity.
      Parameters:
      id - the new identity
    • getType

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

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