net.stepniak.picheese.pojos.v1
Class Session

java.lang.Object
  extended by net.stepniak.picheese.pojos.Base
      extended by net.stepniak.picheese.pojos.v1.Session
All Implemented Interfaces:
Serializable

public class Session
extends Base

See Also:
Serialized Form

Constructor Summary
Session()
           
Session(String id, User user, Date creationDate, Date expires)
           
 
Method Summary
 Date getCreationDate()
           
 Date getExpires()
           
 String getId()
           
 User getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session

public Session()

Session

public Session(String id,
               User user,
               Date creationDate,
               Date expires)
Method Detail

getId

public String getId()

getUser

public User getUser()

getCreationDate

public Date getCreationDate()

getExpires

public Date getExpires()


Copyright © 2013. All Rights Reserved.