|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.skype.User
com.skype.Friend
public final class Friend
Implementation of a special USER, one that is authorized and on the contactlist.
User| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.skype.User |
|---|
User.BuddyStatus, User.Sex, User.Status |
| Field Summary |
|---|
| Fields inherited from class com.skype.User |
|---|
MOOD_TEXT_PROPERTY, STATUS_PROPERTY |
| Method Summary | |
|---|---|
java.lang.Object |
getData(java.lang.String name)
Returns the user data to which this object maps to the specified by the name. |
void |
setData(java.lang.String name,
java.lang.Object userData)
Associates the specified user data with the specified name in this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public final java.lang.Object getData(java.lang.String name)
name - name whose associated user data is to be returned.
Map.get(Object)
public final void setData(java.lang.String name,
java.lang.Object userData)
name - name with which the specified user data is to be associated.userData - user data to be associated with the specified name.Map.put(Object, Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||