org.mobicents.csapi.jr.slee.ui
Class TpUICallIdentifier

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.ui.TpUICallIdentifier
All Implemented Interfaces:
java.io.Serializable

public final class TpUICallIdentifier
extends java.lang.Object
implements java.io.Serializable

Defines the Sequence of Data Elements that unambiguously specify the UICall object.

See Also:
Serialized Form

Constructor Summary
TpUICallIdentifier(int _uICallRefID, int _userInteractionSessionID)
          Creates a new TpUICallIdentifier instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getUICallRefID()
          This method returns a uICallRef.
 int getUserInteractionSessionID()
          This method returns a userInteractionSessionID.
 int hashCode()
          Returns a hashcode value for the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TpUICallIdentifier

public TpUICallIdentifier(int _uICallRefID,
                          int _userInteractionSessionID)
Creates a new TpUICallIdentifier instance.

Parameters:
_uICallRefID - This element specifies the interface reference for the UICall object.
_userInteractionSessionID - This element specifies the User Interaction session ID.
Method Detail

getUICallRefID

public int getUICallRefID()
This method returns a uICallRef.

Returns:
a org.mobicents.csapi.jr.slee.ui.IpUICall value

getUserInteractionSessionID

public int getUserInteractionSessionID()
This method returns a userInteractionSessionID.

Returns:
a int value

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008. All Rights Reserved.