org.mobicents.csapi.jr.slee.cs
Class TpChargingSessionID

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

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

Defines the Sequence of Data Elements that unambiguously specify the Charging Session object.

See Also:
Serialized Form

Constructor Summary
TpChargingSessionID(int _chargingSessionRefID, int _chargingSessionID, int _requestNumberFirstRequest)
          Creates a new TpChargingSessionID instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getChargingSessionID()
          This method returns a chargingSessionID.
 int getChargingSessionRefID()
          This method returns a chargingSessionReference.
 int getRequestNumberFirstRequest()
          This method returns a requestNumberFirstRequest.
 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

TpChargingSessionID

public TpChargingSessionID(int _chargingSessionRefID,
                           int _chargingSessionID,
                           int _requestNumberFirstRequest)
Creates a new TpChargingSessionID instance.

Parameters:
_chargingSessionRefID - This element specifies the interface reference for the charging session object.
_chargingSessionID - This element specifies the session ID for the charging session.
_requestNumberFirstRequest - This element specifies the request number to use for the next request.
Method Detail

getChargingSessionRefID

public int getChargingSessionRefID()
This method returns a chargingSessionReference.

Returns:
a org.mobicents.csapi.jr.slee.cs.IpChargingSession value

getChargingSessionID

public int getChargingSessionID()
This method returns a chargingSessionID.

Returns:
a int value

getRequestNumberFirstRequest

public int getRequestNumberFirstRequest()
This method returns a requestNumberFirstRequest.

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.