org.hibernate.test.locking
Class A

java.lang.Object
  extended by org.hibernate.test.locking.A

@Entity
public class A
extends Object


Constructor Summary
A()
           
A(String value)
           
 
Method Summary
 Long getId()
           
 String getValue()
           
 void setId(Long id)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

A

public A()

A

public A(String value)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getValue

public String getValue()

setValue

public void setValue(String value)


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