Package org.exoplatform.webconferencing
Class InvitedIdentity
java.lang.Object
org.exoplatform.webconferencing.InvitedIdentity
The Class InvitedIdentity.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new invited identity.InvitedIdentity(String id, String type) Instantiates a new invited identity. -
Method Summary
Modifier and TypeMethodDescriptionGets the identity.getType()Gets the type.voidsetIdentity(String id) Sets the identity.voidSets the type.
-
Constructor Details
-
InvitedIdentity
public InvitedIdentity()Instantiates a new invited identity. -
InvitedIdentity
Instantiates a new invited identity.- Parameters:
id- the identitytype- the type
-
-
Method Details
-
getIdentity
Gets the identity.- Returns:
- the identity
-
setIdentity
Sets the identity.- Parameters:
id- the new identity
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-