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

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

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

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

See Also:
Serialized Form

Constructor Summary
TpUIIdentifier(int _uIRefID, int _userInteractionSessionID)
          Creates a new TpUIIdentifier instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getUIRefID()
          This method returns a uIRef.
 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

TpUIIdentifier

public TpUIIdentifier(int _uIRefID,
                      int _userInteractionSessionID)
Creates a new TpUIIdentifier instance.

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

getUIRefID

public int getUIRefID()
This method returns a uIRef.

Returns:
a org.mobicents.csapi.jr.slee.ui.IpUI 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.