net.stepniak.api.auth.entity
Class KeyEntity

java.lang.Object
  extended by net.stepniak.api.auth.entity.BaseAuthEntity<String>
      extended by net.stepniak.api.auth.entity.KeyEntity
All Implemented Interfaces:
net.stepniak.api.entities.Pojo

@Entity
public class KeyEntity
extends BaseAuthEntity<String>
implements net.stepniak.api.entities.Pojo


Constructor Summary
KeyEntity()
           
KeyEntity(String keyId)
           
 
Method Summary
 Date getExpiration()
           
 String getId()
           
 net.stepniak.common.pojos.auth.v1.Key getPojos()
           
 void setCreationDate(Date creationDate)
           
 void setId(String id)
           
 
Methods inherited from class net.stepniak.api.auth.entity.BaseAuthEntity
equals, getCreationDate, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyEntity

public KeyEntity()

KeyEntity

public KeyEntity(String keyId)
Method Detail

getExpiration

public Date getExpiration()

setCreationDate

public void setCreationDate(Date creationDate)
Overrides:
setCreationDate in class BaseAuthEntity<String>

getPojos

public net.stepniak.common.pojos.auth.v1.Key getPojos()
Specified by:
getPojos in interface net.stepniak.api.entities.Pojo

getId

public String getId()
Specified by:
getId in class BaseAuthEntity<String>

setId

public void setId(String id)
Specified by:
setId in class BaseAuthEntity<String>


Copyright © 2013. All Rights Reserved.