org.hibernate.test.instrument.domain
Class Problematic
java.lang.Object
org.hibernate.test.instrument.domain.Problematic
public class Problematic
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Problematic
public Problematic()
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.