|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.mm.UserStatusIndicatorExtended
Defines the status of a user.
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 |
public UserStatusIndicatorExtended()
public UserStatusIndicatorExtended(org.csapi.jr.se.mm.UserStatusIndicator _userStatusIndicator, boolean _pDPContextActive)
_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 |
public org.csapi.jr.se.mm.UserStatusIndicator getUserStatusIndicator()
public boolean getPDPContextActive()
public void setUserStatusIndicator(org.csapi.jr.se.mm.UserStatusIndicator userStatusIndicator)
public void setPDPContextActive(boolean pDPContextActive)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |