co.arcs.groove.thresher
Class Song.UserData

java.lang.Object
  extended by co.arcs.groove.thresher.Song.UserData
Enclosing class:
Song

public static class Song.UserData
extends Object


Constructor Summary
Song.UserData(String timeAdded, String timeFavorited)
           
 
Method Summary
 String getTimeAdded()
          Time the song was added to the current user's collection, or null.
 String getTimeFavorited()
          Time the song was added to the current user's favorites, or null.
 boolean isCollected()
           
 boolean isFavorited()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Song.UserData

public Song.UserData(String timeAdded,
                     String timeFavorited)
Method Detail

getTimeAdded

@Nullable
public String getTimeAdded()
Time the song was added to the current user's collection, or null.


getTimeFavorited

@Nullable
public String getTimeFavorited()
Time the song was added to the current user's favorites, or null.


isFavorited

public boolean isFavorited()

isCollected

public boolean isCollected()


Copyright © 2014. All rights reserved.