|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flickrrecsys.model.LoadingDuration
public class LoadingDuration
Loading Duration model
| Constructor Summary | |
|---|---|
LoadingDuration()
|
|
| Method Summary | |
|---|---|
long |
getDuration()
Get duration |
java.sql.Timestamp |
getEnd()
|
int |
getLDId()
Get loading duration Id |
java.lang.String |
getNsid()
Get Nsid |
java.sql.Timestamp |
getStart()
Get starting time |
void |
setDuration(long duration)
Set duration in second |
void |
setEnd(java.sql.Timestamp end)
Set end time |
void |
setLDId(int lDId)
Set duration id |
void |
setNsid(java.lang.String nsid)
Set nsid |
void |
setStart(java.sql.Timestamp start)
Set starting time |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoadingDuration()
| Method Detail |
|---|
public java.lang.String getNsid()
public void setNsid(java.lang.String nsid)
nsid - user id from the Flickr websitepublic long getDuration()
public void setDuration(long duration)
duration - time takenpublic java.sql.Timestamp getEnd()
public void setEnd(java.sql.Timestamp end)
end - end timepublic int getLDId()
public void setLDId(int lDId)
lDId - duration idpublic java.sql.Timestamp getStart()
public void setStart(java.sql.Timestamp start)
start - starting time
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||