org.hibernate.test.annotations.query
Class Dimensions

java.lang.Object
  extended by org.hibernate.test.annotations.query.Dimensions

@Embeddable
public class Dimensions
extends Object


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

Constructor Detail

Dimensions

public Dimensions()
Method Detail

getLength

public int getLength()

setLength

public void setLength(int length)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)


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