Class InviteId
java.lang.Object
org.exoplatform.webconferencing.domain.InviteId
- All Implemented Interfaces:
Serializable
The Class InviteId.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
callId
The call id. -
identity
The identity.
-
-
Constructor Details
-
InviteId
public InviteId()Instantiates a new invite id. -
InviteId
Instantiates a new invite id.- Parameters:
callId- the call ididentity- the identity
-
-
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
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-