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

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

@Entity
public class CustomBoxedRevEntity
extends Object


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

Constructor Detail

CustomBoxedRevEntity

public CustomBoxedRevEntity()
Method Detail

getCustomId

public Integer getCustomId()

setCustomId

public void setCustomId(Integer 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.