|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flickrrecsys.model.FavoritePhotos
public class FavoritePhotos
Model for Favourite Photos stored in the database
| Constructor Summary | |
|---|---|
FavoritePhotos()
|
|
| Method Summary | |
|---|---|
int |
getFpid()
get primary key |
java.lang.String |
getNsid()
get nsid |
int |
getOcc()
Get the number of time photos from a specific owner id has favourite in the Flickr website |
java.lang.String |
getOwnerId()
get the owner id of the person whose photo has favourite |
void |
setFpid(int fpid)
set favourite photo id |
void |
setNsid(java.lang.String nsid)
set nsid |
void |
setOcc(int occ)
set the number of time photos from a specific owner id has favourite in the Flickr website |
void |
setOwnerId(java.lang.String ownerId)
set the owner id of the person whose photo has favourite |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FavoritePhotos()
| Method Detail |
|---|
public int getOcc()
public void setOcc(int occ)
occ - number of timepublic int getFpid()
public void setFpid(int fpid)
fpid - favourite photo idpublic java.lang.String getNsid()
public void setNsid(java.lang.String nsid)
nsid - user id from the flickr websitepublic java.lang.String getOwnerId()
public void setOwnerId(java.lang.String ownerId)
ownerId - nsid id from the Flickr website
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||