Class InviteEntity


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

      • 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 Detail

      • 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 Detail

      • 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