org.hibernate.envers.test.integration.reventity
Class LongRevNumberRevEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.reventity.LongRevNumberRevEntity

@Entity
public class LongRevNumberRevEntity
extends Object


Constructor Summary
LongRevNumberRevEntity()
           
 
Method Summary
 boolean equals(Object o)
           
 long getCustomId()
           
 long getCustomTimestamp()
           
 int hashCode()
           
 void setCustomId(long customId)
           
 void setCustomTimestamp(long customTimestamp)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongRevNumberRevEntity

public LongRevNumberRevEntity()
Method Detail

getCustomId

public long getCustomId()

setCustomId

public void setCustomId(long customId)

getCustomTimestamp

public long getCustomTimestamp()

setCustomTimestamp

public void setCustomTimestamp(long customTimestamp)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.