net.stepniak.picheese.pojos.v1
Class Key

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

public class Key
extends Base

See Also:
Serialized Form

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

Constructor Detail

Key

public Key()

Key

public Key(String id,
           Date creationDate,
           Date expires)
Method Detail

getId

public String getId()

getCreationDate

public Date getCreationDate()

getExpires

public Date getExpires()


Copyright © 2013. All Rights Reserved.