|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flickrrecsys.model.Contacts
public class Contacts
Model for contacts
| Constructor Summary | |
|---|---|
Contacts()
|
|
| Method Summary | |
|---|---|
int |
getCid()
get the primary key |
java.lang.String |
getContactNsid()
contact nsid |
java.lang.String |
getNsid()
get nsid |
void |
setCid(int cid)
set primary key |
void |
setContactNsid(java.lang.String contactNsid)
set contact nsid |
void |
setNsid(java.lang.String nsid)
set nsid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Contacts()
| Method Detail |
|---|
public int getCid()
public void setCid(int cid)
cid - contact of a contact id from the databasepublic java.lang.String getContactNsid()
public void setContactNsid(java.lang.String contactNsid)
contactNsid - nsid id of contact from the Flickr websitepublic 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 | |||||||||