net.stepniak.api.auth.entity
Class BaseAuthEntity<IdType>

java.lang.Object
  extended by net.stepniak.api.auth.entity.BaseAuthEntity<IdType>
Direct Known Subclasses:
KeyEntity, SessionEntity, UserEntity

@MappedSuperclass
public abstract class BaseAuthEntity<IdType>
extends Object


Constructor Summary
BaseAuthEntity()
           
 
Method Summary
 boolean equals(Object obj)
           
 Date getCreationDate()
           
abstract  IdType getId()
           
 int hashCode()
           
 void setCreationDate(Date creationDate)
           
abstract  void setId(IdType id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAuthEntity

public BaseAuthEntity()
Method Detail

getId

public abstract IdType getId()

setId

public abstract void setId(IdType id)

getCreationDate

public Date getCreationDate()

setCreationDate

public void setCreationDate(Date creationDate)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.