org.hibernate.test.annotations.target
Class LuggageImpl
java.lang.Object
org.hibernate.test.annotations.target.LuggageImpl
- All Implemented Interfaces:
- Luggage
@Entity
public class LuggageImpl
- extends Object
- implements Luggage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuggageImpl
public LuggageImpl()
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.