org.hibernate.test.instrument.domain
Class Problematic

java.lang.Object
  extended by org.hibernate.test.instrument.domain.Problematic

public class Problematic
extends Object


Nested Class Summary
static class Problematic.Representation
           
 
Constructor Summary
Problematic()
           
 
Method Summary
 byte[] getBytes()
           
 Long getId()
           
 String getName()
           
 Problematic.Representation getRepresentation()
           
 void setBytes(byte[] bytes)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setRepresentation(Problematic.Representation rep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Problematic

public Problematic()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getBytes

public byte[] getBytes()

setBytes

public void setBytes(byte[] bytes)

getRepresentation

public Problematic.Representation getRepresentation()

setRepresentation

public void setRepresentation(Problematic.Representation rep)


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