|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flickrrecsys.model.Coac
public class Coac
Contact of a contact data structure
| Constructor Summary | |
|---|---|
Coac()
|
|
| Method Summary | |
|---|---|
int |
getConnectedTo()
Number of users connected to |
java.lang.String |
getNsid()
get the nsid |
void |
setConnectedTo(int connectedTo)
set the number of contact is connected to |
void |
setNsid(java.lang.String nsid)
Set the nsid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Coac()
| Method Detail |
|---|
public int getConnectedTo()
public void setConnectedTo(int connectedTo)
connectedTo - public java.lang.String getNsid()
public void setNsid(java.lang.String nsid)
nsid - user id from the Flickr website
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||