public class TuneSession extends Object implements Serializable
Constructor and Description |
---|
TuneSession() |
Modifier and Type | Method and Description |
---|---|
static String |
generateSessionID() |
long |
getCreatedDate() |
long |
getLastSessionDate() |
String |
getSessionId() |
long |
getSessionLength() |
int |
getUserSessionCount() |
void |
setCreatedDate(long createdDate) |
void |
setLastSessionDate(long lastSessionDate) |
void |
setSessionId(String sessionId) |
void |
setSessionLength(long sessionLength) |
void |
setUserSessionCount(int userSessionCount) |
String |
toString() |
public String getSessionId()
public void setSessionId(String sessionId)
public long getCreatedDate()
public void setCreatedDate(long createdDate)
public long getLastSessionDate()
public void setLastSessionDate(long lastSessionDate)
public int getUserSessionCount()
public void setUserSessionCount(int userSessionCount)
public void setSessionLength(long sessionLength)
public long getSessionLength()
public static String generateSessionID()