|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flickrrecsys.model.Settings
public class Settings
Settings model
| Constructor Summary | |
|---|---|
Settings()
|
|
| Method Summary | |
|---|---|
java.sql.Timestamp |
getContactLastUpdate()
Get the last time contacts were updated |
java.sql.Timestamp |
getFavoLastUpdate()
Get the last time favourite photos were updated |
java.sql.Timestamp |
getGroupLastUpdate()
Get the last time groups were updated |
java.sql.Timestamp |
getInfoLastUpdate()
Get the last time info were updated |
int |
getLimitCoac()
Get limitation on the number of users to be displayed by Coac engine |
int |
getLimitFavo()
Get number recommended contact to be displayed by Favo Engines |
int |
getLimitTs()
Get number of recommended contacts to be displayed by Tag similarity engine |
int |
getNocoac()
Get number of contacts |
java.lang.String |
getNsid()
Get user id from the flickr website |
java.lang.String |
getPerformedTasks()
Get performed tasks |
int |
getSid()
get settings id |
java.sql.Timestamp |
getTagLastUpdate()
Get the last time tags were updated |
double |
getTagsimilarity()
Get similarity threshold value |
void |
setContactLastUpdate(java.sql.Timestamp contactLastUpdate)
Set the last time contacts were updated |
void |
setFavoLastUpdate(java.sql.Timestamp favoLastUpdate)
Set the last time favourite photos were updated |
void |
setGroupLastUpdate(java.sql.Timestamp groupLastUpdate)
Set the last time groups were updated |
void |
setInfoLastUpdate(java.sql.Timestamp infoLastUpdate)
Set the last time info were updated |
void |
setLimitCoac(int limitCoac)
Set number recommended contact to be displayed |
void |
setLimitFavo(int limitFavo)
Set number of recommended contact to be displayed by favo engine |
void |
setLimitTs(int limitTs)
Set number of recommended contacts to be displayed by Tag similarity engine |
void |
setNocoac(int nocoac)
Set number of contacts |
void |
setNsid(java.lang.String nsid)
Set user id from the flickr website |
void |
setPerformedTasks(java.lang.String performedTasks)
Set performed tasks |
void |
setSid(int sid)
Set settings id |
void |
setTagLastUpdate(java.sql.Timestamp tagLastUpdate)
Set the last time tags were updated |
void |
setTagsimilarity(double tagsimilarity)
Set similarity value in percentage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Settings()
| Method Detail |
|---|
public int getLimitCoac()
public void setLimitCoac(int limitCoac)
limitCoac - number recommended contact to be displayedpublic int getLimitFavo()
public void setLimitFavo(int limitFavo)
limitFavo - number recommended contact to be displayed by favo enginepublic int getLimitTs()
public void setLimitTs(int limitTs)
limitTs - number of recommended contacts to be displayed by Tag similarity enginepublic java.lang.String getPerformedTasks()
public void setPerformedTasks(java.lang.String performedTasks)
performedTasks - performed taskspublic java.sql.Timestamp getContactLastUpdate()
public void setContactLastUpdate(java.sql.Timestamp contactLastUpdate)
contactLastUpdate - the last time contacts were updatedpublic java.sql.Timestamp getFavoLastUpdate()
public void setFavoLastUpdate(java.sql.Timestamp favoLastUpdate)
favoLastUpdate - the last time favourite photos were updatedpublic java.sql.Timestamp getGroupLastUpdate()
public void setGroupLastUpdate(java.sql.Timestamp groupLastUpdate)
groupLastUpdate - the last time groups were updatedpublic java.sql.Timestamp getInfoLastUpdate()
public void setInfoLastUpdate(java.sql.Timestamp infoLastUpdate)
infoLastUpdate - the last time info were updatedpublic int getNocoac()
public void setNocoac(int nocoac)
nocoac - number of contactspublic java.lang.String getNsid()
public void setNsid(java.lang.String nsid)
nsid - user id from the flickr websitepublic int getSid()
public void setSid(int sid)
sid - settings idpublic java.sql.Timestamp getTagLastUpdate()
public void setTagLastUpdate(java.sql.Timestamp tagLastUpdate)
tagLastUpdate - the last time tags were updatedpublic double getTagsimilarity()
public void setTagsimilarity(double tagsimilarity)
tagsimilarity - similarity value in percentage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||