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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Equals.StringgetCallId()Gets the call id.StringgetIdentity()Gets the identity.inthashCode()Hash code.voidsetCallId(String callId)Sets the call id.voidsetIdentity(String identity)Sets the identity.
-
-
-
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
-
-