org.musicontroller.songselection
Class LastPlayedEntry

java.lang.Object
  extended by org.musicontroller.songselection.LastPlayedEntry

public class LastPlayedEntry
extends java.lang.Object

Entry for the LastPlayedContainer.

Author:
Varienaja

Constructor Summary
LastPlayedEntry(long songid, boolean entirely)
           
 
Method Summary
 long getSongid()
           
 boolean isPlayedEntirely()
           
 void markSkipped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastPlayedEntry

public LastPlayedEntry(long songid,
                       boolean entirely)
Method Detail

isPlayedEntirely

public boolean isPlayedEntirely()

getSongid

public long getSongid()

markSkipped

public void markSkipped()


Copyright © 2010 A.J.V.. All Rights Reserved.