org.hibernate.test.annotations.target
Class LuggageImpl

java.lang.Object
  extended by org.hibernate.test.annotations.target.LuggageImpl
All Implemented Interfaces:
Luggage

@Entity
public class LuggageImpl
extends Object
implements Luggage


Constructor Summary
LuggageImpl()
           
 
Method Summary
 double getHeight()
           
 Long getId()
           
 Owner getOwner()
           
 double getWidth()
           
 void setHeight(double height)
           
 void setId(Long id)
           
 void setOwner(Owner owner)
           
 void setWidth(double width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuggageImpl

public LuggageImpl()
Method Detail

getOwner

public Owner getOwner()
Specified by:
getOwner in interface Luggage

setOwner

public void setOwner(Owner owner)
Specified by:
setOwner in interface Luggage

getId

public Long getId()

setId

public void setId(Long id)

getHeight

public double getHeight()
Specified by:
getHeight in interface Luggage

setHeight

public void setHeight(double height)
Specified by:
setHeight in interface Luggage

getWidth

public double getWidth()
Specified by:
getWidth in interface Luggage

setWidth

public void setWidth(double width)
Specified by:
setWidth in interface Luggage


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