net.dontdrinkandroot.persistence.entity
Class LongIdEntity

java.lang.Object
  extended by net.dontdrinkandroot.persistence.entity.AbstractEntity<java.lang.Long>
      extended by net.dontdrinkandroot.persistence.entity.LongIdEntity
All Implemented Interfaces:
java.io.Serializable, Entity<java.lang.Long>

@MappedSuperclass
public class LongIdEntity
extends AbstractEntity<java.lang.Long>

See Also:
Serialized Form

Constructor Summary
protected LongIdEntity()
           
  LongIdEntity(java.lang.Long id)
           
 
Method Summary
 java.lang.Long getId()
          Get the primary key of the entity.
 
Methods inherited from class net.dontdrinkandroot.persistence.entity.AbstractEntity
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LongIdEntity

protected LongIdEntity()

LongIdEntity

public LongIdEntity(java.lang.Long id)
Method Detail

getId

public java.lang.Long getId()
Description copied from interface: Entity
Get the primary key of the entity.



Copyright © 2013 dontdrinkandroot. All Rights Reserved.