org.hibernate.envers.test.integration.data
Class LobTestEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.data.LobTestEntity

@Entity
public class LobTestEntity
extends Object


Constructor Summary
LobTestEntity()
           
LobTestEntity(Integer id, String stringLob, byte[] byteLob, char[] charLob)
           
LobTestEntity(String stringLob, byte[] byteLob, char[] charLob)
           
 
Method Summary
 boolean equals(Object o)
           
 byte[] getByteLob()
           
 char[] getCharLob()
           
 Integer getId()
           
 String getStringLob()
           
 int hashCode()
           
 void setByteLob(byte[] byteLob)
           
 void setCharLob(char[] charLob)
           
 void setId(Integer id)
           
 void setStringLob(String stringLob)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LobTestEntity

public LobTestEntity()

LobTestEntity

public LobTestEntity(String stringLob,
                     byte[] byteLob,
                     char[] charLob)

LobTestEntity

public LobTestEntity(Integer id,
                     String stringLob,
                     byte[] byteLob,
                     char[] charLob)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getStringLob

public String getStringLob()

setStringLob

public void setStringLob(String stringLob)

getByteLob

public byte[] getByteLob()

setByteLob

public void setByteLob(byte[] byteLob)

getCharLob

public char[] getCharLob()

setCharLob

public void setCharLob(char[] charLob)

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.