org.mobicents.csapi.jr.slee.cc.mpccs
Class TpCallLegIdentifier

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.cc.mpccs.TpCallLegIdentifier
All Implemented Interfaces:
java.io.Serializable

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

Defines the Sequence of Data Elements that unambiguously specify the Call Leg object.

See Also:
Serialized Form

Constructor Summary
TpCallLegIdentifier(int _callLegRefID, int _callLegSessionID)
          Creates a new TpCallLegIdentifier instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getCallLegRefID()
          This method returns a callLegReference.
 int getCallLegSessionID()
          This method returns a callLegSessionID.
 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

TpCallLegIdentifier

public TpCallLegIdentifier(int _callLegRefID,
                           int _callLegSessionID)
Creates a new TpCallLegIdentifier instance.

Parameters:
_callLegRefID - This element specifies the interface reference for the callLeg object.
_callLegSessionID - This element specifies the callLeg session ID.
Method Detail

getCallLegRefID

public int getCallLegRefID()
This method returns a callLegReference.

Returns:
a org.mobicents.csapi.jr.slee.cc.mpccs.IpCallLeg value

getCallLegSessionID

public int getCallLegSessionID()
This method returns a callLegSessionID.

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 © 2009. All Rights Reserved.