org.hibernate.test.annotations.lob
Class MaterializedBlobEntity

java.lang.Object
  extended by org.hibernate.test.annotations.lob.MaterializedBlobEntity

@Entity
public class MaterializedBlobEntity
extends Object

TODO : javadoc


Constructor Summary
MaterializedBlobEntity()
           
MaterializedBlobEntity(String name, byte[] theBytes)
           
 
Method Summary
 Long getId()
           
 String getName()
           
 byte[] getTheBytes()
           
 void setId(Long id)
           
 void setName(String name)
           
 void setTheBytes(byte[] theBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaterializedBlobEntity

public MaterializedBlobEntity()

MaterializedBlobEntity

public MaterializedBlobEntity(String name,
                              byte[] theBytes)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getTheBytes

public byte[] getTheBytes()

setTheBytes

public void setTheBytes(byte[] theBytes)


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