Class InviteEntity
java.lang.Object
org.exoplatform.webconferencing.domain.InviteEntity
The Class InviteEntity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe call id.static final StringThe Constant EXTERNAL_USER_TYPE.static final StringThe Constant GROUP_TYPE.protected StringThe identity.protected StringThe identity type.protected StringThe invitation id.static final StringThe Constant USER_TYPE. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new invite entity.InviteEntity(String callId, String identity, String identityType, String invitationId) Instantiates a new invite entity. -
Method Summary
Modifier and TypeMethodDescriptionGets the call id.Gets the identity.Gets the identity type.Gets the invitation id.voidSets the call id.voidsetIdentity(String identity) Sets the identity.voidsetIdentityType(String identityType) Sets the identity type.voidsetInvitationId(String invitationId) Sets the invitation id.
-
Field Details
-
USER_TYPE
The Constant USER_TYPE.- See Also:
-
GROUP_TYPE
The Constant GROUP_TYPE.- See Also:
-
EXTERNAL_USER_TYPE
The Constant EXTERNAL_USER_TYPE.- See Also:
-
callId
The call id. -
identity
The identity. -
identityType
The identity type. -
invitatationId
The invitation id.
-
-
Constructor Details
-
InviteEntity
public InviteEntity()Instantiates a new invite entity. -
InviteEntity
Instantiates a new invite entity.- Parameters:
callId- the call ididentity- the identityidentityType- the identity typeinvitationId- the invitation id
-
-
Method Details
-
getCallId
Gets the call id.- Returns:
- the call id
-
setCallId
Sets the call id.- Parameters:
callId- the new call id
-
getIdentity
Gets the identity.- Returns:
- the identity
-
setIdentity
Sets the identity.- Parameters:
identity- the new identity
-
getIdentityType
Gets the identity type.- Returns:
- the identity type
-
setIdentityType
Sets the identity type.- Parameters:
identityType- the new identity type
-
getInvitationId
Gets the invitation id.- Returns:
- the invitation id
-
setInvitationId
Sets the invitation id.- Parameters:
invitationId- the new invitation id
-