|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.repository.SongStats
public class SongStats
The Class SongStats.
Constructor Summary | |
---|---|
SongStats()
Instantiates a new song stats. |
Method Summary | |
---|---|
java.util.Date |
getLastPlayed()
Gets the last played. |
java.util.Date |
getPreviousPlayed()
Gets the previous played. |
int |
getTimesPlayed()
Gets the times played. |
void |
increaseTimesPlayed()
Increase times played. |
void |
reset()
Reset. |
void |
setLastPlayed(java.util.Date lastPlayed)
Sets the last played. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SongStats()
Method Detail |
---|
public java.util.Date getLastPlayed()
public java.util.Date getPreviousPlayed()
public int getTimesPlayed()
public void increaseTimesPlayed()
public void reset()
public void setLastPlayed(java.util.Date lastPlayed)
lastPlayed
- the new last played
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |