Class InviteId

java.lang.Object
org.exoplatform.webconferencing.domain.InviteId
All Implemented Interfaces:
Serializable

public class InviteId extends Object implements Serializable
The Class InviteId.
See Also:
  • Field Details

    • callId

      protected String callId
      The call id.
    • identity

      protected String identity
      The identity.
  • Constructor Details

    • InviteId

      public InviteId()
      Instantiates a new invite id.
    • InviteId

      public InviteId(String callId, String identity)
      Instantiates a new invite id.
      Parameters:
      callId - the call id
      identity - the identity
  • 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
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
      Returns:
      the int
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      obj - the obj
      Returns:
      true, if successful