org.hibernate.test.sql.hand
Class Dimension

java.lang.Object
  extended by org.hibernate.test.sql.hand.Dimension

public class Dimension
extends Object

Used to mimic some tests from the JPA testsuite...


Constructor Summary
Dimension()
           
Dimension(int length, int width)
           
 
Method Summary
 Long getId()
           
 int getLength()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimension

public Dimension()

Dimension

public Dimension(int length,
                 int width)
Method Detail

getId

public Long getId()

getLength

public int getLength()

getWidth

public int getWidth()


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