Package org.exoplatform.webconferencing
Class InvitedIdentity
- java.lang.Object
-
- org.exoplatform.webconferencing.InvitedIdentity
-
public class InvitedIdentity extends Object
The Class InvitedIdentity.
-
-
Constructor Summary
Constructors Constructor Description InvitedIdentity()Instantiates a new invited identity.InvitedIdentity(String id, String type)Instantiates a new invited identity.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentity()Gets the identity.StringgetType()Gets the type.voidsetIdentity(String id)Sets the identity.voidsetType(String type)Sets the type.
-
-
-
Method Detail
-
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
-
-