org.hibernate.envers.test.entities.reventity
Class CustomDataRevEntity

java.lang.Object
  extended by org.hibernate.envers.test.entities.reventity.CustomDataRevEntity

@Entity
public class CustomDataRevEntity
extends Object


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

Constructor Detail

CustomDataRevEntity

public CustomDataRevEntity()
Method Detail

getCustomId

public int getCustomId()

setCustomId

public void setCustomId(int customId)

getCustomTimestamp

public long getCustomTimestamp()

setCustomTimestamp

public void setCustomTimestamp(long customTimestamp)

getData

public String getData()

setData

public void setData(String data)

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.