org.csapi.jr.se.mm
Class UserStatusIndicatorExtended

java.lang.Object
  |
  +--org.csapi.jr.se.mm.UserStatusIndicatorExtended
All Implemented Interfaces:
java.io.Serializable

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

Defines the status of a user.

See Also:
Serialized Form

Constructor Summary
UserStatusIndicatorExtended()
          Creates a new UserStatusIndicatorExtended instance.
UserStatusIndicatorExtended(org.csapi.jr.se.mm.UserStatusIndicator _userStatusIndicator, boolean _pDPContextActive)
          Creates a new UserStatusIndicatorExtended instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 boolean getPDPContextActive()
          This method returns a pDPContextActive.
 org.csapi.jr.se.mm.UserStatusIndicator getUserStatusIndicator()
          This method returns a userStatusIndicator.
 int hashCode()
          Returns a hashcode value for the object.
 void setPDPContextActive(boolean pDPContextActive)
          This method sets a pDPContextActive.
 void setUserStatusIndicator(org.csapi.jr.se.mm.UserStatusIndicator userStatusIndicator)
          This method sets a userStatusIndicator.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserStatusIndicatorExtended

public UserStatusIndicatorExtended()
Creates a new UserStatusIndicatorExtended instance.


UserStatusIndicatorExtended

public UserStatusIndicatorExtended(org.csapi.jr.se.mm.UserStatusIndicator _userStatusIndicator,
                                   boolean _pDPContextActive)
Creates a new UserStatusIndicatorExtended instance.

Parameters:
_userStatusIndicator - Indicatation whether the user is busy, reachable or not reachable
_pDPContextActive - Indication whether the user currently has an ongoing data session (that is PDP context established)
Method Detail

getUserStatusIndicator

public org.csapi.jr.se.mm.UserStatusIndicator getUserStatusIndicator()
This method returns a userStatusIndicator.

Returns:
a org.csapi.jr.se.mm.UserStatusIndicator value

getPDPContextActive

public boolean getPDPContextActive()
This method returns a pDPContextActive.

Returns:
a boolean value

setUserStatusIndicator

public void setUserStatusIndicator(org.csapi.jr.se.mm.UserStatusIndicator userStatusIndicator)
This method sets a userStatusIndicator.


setPDPContextActive

public void setPDPContextActive(boolean pDPContextActive)
This method sets a pDPContextActive.


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