Class InviteEntity

java.lang.Object
org.exoplatform.webconferencing.domain.InviteEntity

@Entity(name="WebConfInvite") public class InviteEntity extends Object
The Class InviteEntity.
  • Field Details

    • USER_TYPE

      public static final String USER_TYPE
      The Constant USER_TYPE.
      See Also:
    • GROUP_TYPE

      public static final String GROUP_TYPE
      The Constant GROUP_TYPE.
      See Also:
    • EXTERNAL_USER_TYPE

      public static final String EXTERNAL_USER_TYPE
      The Constant EXTERNAL_USER_TYPE.
      See Also:
    • callId

      protected String callId
      The call id.
    • identity

      protected String identity
      The identity.
    • identityType

      protected String identityType
      The identity type.
    • invitatationId

      protected String invitatationId
      The invitation id.
  • Constructor Details

    • InviteEntity

      public InviteEntity()
      Instantiates a new invite entity.
    • InviteEntity

      public InviteEntity(String callId, String identity, String identityType, String invitationId)
      Instantiates a new invite entity.
      Parameters:
      callId - the call id
      identity - the identity
      identityType - the identity type
      invitationId - the invitation id
  • Method Details

    • getCallId

      public String getCallId()
      Gets the call id.
      Returns:
      the call id
    • setCallId

      public void setCallId(String callId)
      Sets the call id.
      Parameters:
      callId - the new call id
    • getIdentity

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

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

      public String getIdentityType()
      Gets the identity type.
      Returns:
      the identity type
    • setIdentityType

      public void setIdentityType(String identityType)
      Sets the identity type.
      Parameters:
      identityType - the new identity type
    • getInvitationId

      public String getInvitationId()
      Gets the invitation id.
      Returns:
      the invitation id
    • setInvitationId

      public void setInvitationId(String invitationId)
      Sets the invitation id.
      Parameters:
      invitationId - the new invitation id