net.stepniak.picheese.pojos.v1
Class Session
java.lang.Object
net.stepniak.picheese.pojos.Base
net.stepniak.picheese.pojos.v1.Session
- All Implemented Interfaces:
- Serializable
public class Session
- extends Base
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Session
public Session()
Session
public Session(String id,
User user,
Date creationDate,
Date expires)
getId
public String getId()
getUser
public User getUser()
getCreationDate
public Date getCreationDate()
getExpires
public Date getExpires()
Copyright © 2013. All Rights Reserved.